azure-storage
by @microsoft/github-copilot-for-azure · 163 stars · 103.3K installs/wk · Rank #8
Manage Azure Storage services including Blob, File, Queue, and Table storage via MCP tools and CLI commands.
Install
npx skills add https://github.com/microsoft/github-copilot-for-azure --skill azure-storageSummary
- 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