azure-storage

Installation
Summary

Unified access to Azure blob storage, file shares, queues, tables, and data lakes with lifecycle management and redundancy options.

  • 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, and Data Lake for big data analytics
  • MCP server tools for listing accounts, containers, and blobs, plus downloading and uploading blob content; CLI fallback available via az storage commands
  • Configurable access tiers (hot, cool, cold, archive) and redundancy levels (LRS, ZRS, GRS, GZRS) for cost and durability optimization
  • SDK references provided for Python, TypeScript, Java, Rust, and Go across all storage service types
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:

Installs
GitHub Stars
205
First Seen