What problem does it solve? Working with Azure Storage requires knowing which service fits a given workload, which commands or SDK calls to use, and how to authenticate correctly. This Skill consolidates service selection guidance, MCP tool commands, Azure CLI fallbacks, and multi-language SDK quick references into one place so you can operate storage accounts without hunting through documentation. ## Core Features & Use Cases - Service Selection Guidance: Compares Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake with access tiers, redundancy options, and performance tiers. - MCP and CLI Operations: Lists storage accounts, containers, and blobs, and uploads or downloads blobs using the Azure MCP server or az storage CLI commands. - Multi-Language SDK References: Provides condensed quick-start guides for Python, TypeScript, Java, Rust, Go, and .NET covering Blob, Queue, File Share, Data Lake, and Table SDKs. - Use Case: You need to upload files to Blob Storage from a Python app. The Skill gives you the correct package (azure-storage-blob), a working upload snippet with DefaultAzureCredential, and points you to managed identity patterns for production. ## Quick Start Ask the agent to list the containers in your Azure storage account or show you how to upload a blob using the Python SDK.