Azure Storage Services Services | Service | Use When | MCP Tools | CLI | |---------|----------|-----------|-----| | Blob Storage | Objects, files, backups, static content | | | | File Shares | SMB file shares, lift-and-shift | - | | | Queue Storage | Async messaging, task queues | - | | | Table Storage | NoSQL key-value (consider Cosmos DB) | - | | | Data Lake | Big data analytics, hierarchical namespace | - | | MCP Server (Preferred) When Azure MCP is enabled: - with command - List storage accounts - with command - List containers in account - with command - List blobs in container - with co…