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, CLI fallbacks, and multi-language SDK quick references into one place so you can act on Azure Storage without hunting through documentation. ## Core Features & Use Cases - Service Selection Guidance: Decision tables for Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake, including access tiers (hot, cool, cold, archive) and redundancy options (LRS, ZRS, GRS, GZRS). - MCP and CLI Operations: List accounts, containers, and blobs, and upload or download blobs using the Azure MCP server or az storage CLI commands as a fallback. - Multi-Language SDK References: Condensed quick-start guides for Python, TypeScript, Java, Rust, and more, covering blob uploads, queue messaging, file shares, Data Lake, and Tables. - Use Case: You need to upload files to Blob Storage from a Python app. The Skill points you to the azure-storage-blob package, shows a working upload snippet with DefaultAzureCredential, and reminds you to switch to ManagedIdentityCredential in production. ## Quick Start Ask the assistant to list the containers in your Azure storage account or show you how to upload a blob using the Python SDK.