| Service | Use When | MCP Tools | CLI |
| Blob Storage | Objects, files, backups, static content | azurestorage | az storage blob | | File Shares | SMB file shares, lift-and-shift | - | az storage file | | Queue Storage | Async messaging, task queues | - | az storage queue | | Table Storage | NoSQL key-value (consider Cosmos DB) | - | az storage table |
| Data Lake | Big data analytics, hierarchical namespace | - | az storage fs |
Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics capabilities. Includes access tiers (hot, cool, archive) and lifecycle management. Source: microsoft/github-copilot-for-azure.