What problem does it solve? Choosing and operating the right Azure Storage service is confusing: developers must pick between Blob, File Shares, Queue, Table, and Data Lake, select correct access tiers and redundancy options, and write correct SDK code across multiple languages. This Skill consolidates service selection guidance, MCP/CLI commands, and per-language SDK quick references into one place. ## Core Features & Use Cases - Service Selection Guidance: Decision tables mapping workloads to Blob Storage, File Shares, Queue Storage, Table Storage, or Data Lake, plus access tier (hot/cool/cold/archive) and redundancy (LRS/ZRS/GRS/GZRS) comparisons. - MCP and CLI Operations: List accounts, containers, and blobs, and upload or download blobs using the Azure MCP server or az storage CLI fallback commands. - Multi-Language SDK Quick References: Condensed guides for Python, TypeScript, Java, Rust, and .NET covering installation, quick starts, and best practices for each storage service. - Use Case: A developer needs to upload files to Azure Blob Storage from a Python app. The Skill provides the correct package (azure-storage-blob), authentication pattern (DefaultAzureCredential locally, ManagedIdentityCredential in production), and a working upload example. ## Quick Start Ask the assistant to list the containers in your Azure storage account or show how to upload a blob using the Python SDK.