azure-storage
Installation
Summary
Unified access to Azure blob storage, file shares, queues, tables, and data lake services.
- Supports five storage service types: Blob Storage for objects and backups, File Shares for SMB access, Queue Storage for async messaging, Table Storage for NoSQL key-value data, and Data Lake for big data analytics
- MCP server tools enable listing storage accounts, containers, and blobs, plus downloading and uploading blob content directly
- Configurable access tiers (hot, cool, cold, archive) and redundancy options (LRS, ZRS, GRS, GZRS) for cost and durability optimization
- CLI fallback available via
az storagecommands when MCP is not enabled; SDK references provided for Python, TypeScript, Java, Rust, and Go
SKILL.md
Azure Storage Services
Services
| Service | Use When | MCP Tools | CLI |
|---|---|---|---|
| Blob Storage | Objects, files, backups, static content | azure__storage |
az storage blob |
| File Shares | SMB file shares, lift-and-shift | - | az storage file |
| Queue Storage | Async messaging, task queues | - | az storage queue |
| Table Storage | NoSQL key-value (consider Cosmos DB) | - | az storage table |
| Data Lake | Big data analytics, hierarchical namespace | - | az storage fs |
MCP Server (Preferred)
When Azure MCP is enabled: