What problem does it solve?
Azure Storage comprises multiple services (Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake) to meet object storage, file sharing, messaging, NoSQL, and big data needs. This skill provides guidance on selecting the right storage service, configuring redundancy, lifecycle management, and best practices for secure, scalable storage design.
Core Features & Use Cases
- Service selection guidance: blob for objects/backups; file shares for SMB; queue storage for asynchronous messaging; table storage for NoSQL; data lake for hierarchical data.
- Redundancy and lifecycle management: discuss LRS/GRS/ZRS/Archive; lifecycle management to control data retention and cost.
- MCP tooling integration and common patterns: guidance on using MCP tools for storage operations and monitoring.
- Real-world example: backing up critical data to blob storage with GRS durability and lifecycle rules.
Quick Start
Describe your storage requirements (data types, access patterns, and required durability) and I will propose an Azure Storage configuration.