Azure Storage Blob Py

🏢Official
by microsoft · vlatest · Repository

Official microsoft skill covering Azure, storage for deploying and managing cloud infrastructure.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add microsoft-azure-storage-blob-py npx -- -y @trustedskills/microsoft-azure-storage-blob-py
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "microsoft-azure-storage-blob-py": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/microsoft-azure-storage-blob-py"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with Microsoft Azure Blob storage using Python. Specifically, it provides functionality to upload files, download files, list containers and blobs, and perform other common operations related to Azure Blob storage. It leverages the azure-storage-blob Python library for these interactions.

When to use it

  • Data Archiving: Automate backing up data from a local machine or application to Azure Blob storage for long-term preservation.
  • Content Delivery: Provide an AI agent with the ability to retrieve images, videos, or documents stored in Azure Blob storage to serve users.
  • Application Data Storage: Allow an AI agent to store and retrieve data generated during its operation within Azure Blob storage.
  • File Management: Automate tasks like organizing files into containers and blobs based on specific criteria.

Key capabilities

  • Upload files to Azure Blob storage.
  • Download files from Azure Blob storage.
  • List containers in an Azure storage account.
  • List blobs within a container.
  • Utilizes the azure-storage-blob Python library.

Example prompts

  • "Upload this image file to my 'images' container."
  • "Download the file named 'report.pdf' from the 'reports' container."
  • "List all blobs in the 'data' container."
  • “Create a new container called ‘processed_files’ if it doesn’t exist.”

Tips & gotchas

  • Requires valid Azure account credentials and connection string to access Blob storage. Ensure these are securely provided to the AI agent.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
microsoft
Installs
1

🏢 Official

Published by the company or team that built the technology.