Agent skill · DevOps & Cloud

azure-storage

Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Answers questions about storage access tiers (hot, cool, cold, archive), when to use each tier, and tier comparison. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics. Includes lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, storage tiers, hot cool cold archive, storage tier comparison, when to use storage tiers, lifecycle manageme

Microsoft293,217★ · +1,988/wk · 14 repos on radarProfile →
claude-codeMIT
Install
npx skills add microsoft/azure-skills --skill azure-storage --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 14
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.2.1
Declared author: Microsoft
Path: skills/azure-storage/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,353
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Azure Storage Services ## Services | Service | Use When | MCP Tools | CLI | |---------|----------|-----------|-----| | Blob Storage | Objects, files, backups, static content | `azure__storage` | `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` | ## MCP Server (Preferred) When Azure MCP is enabled: - `azure__storage` with command `storage_account_list` - List storage accounts - `azure__storage` with command `storage_container_list` - List containers in account - `azure__storage` with command `storage_blob_list` - List blobs in container - `azure__storage` with command `storage_blob_get` - Download blob content - `azure__storage` with command `storage_blob_put` - Upload blob content **If Azure MCP is not enabled:** Run `/azure:setup` or enable via `/mcp`. ## CLI Fallback ```bash # List storage accounts az storage account list --output table # List containers az storage container list --account-name ACCOUNT

What's inside
Steps it walks through
  1. Services
  2. MCP Server (Preferred)
  3. CLI Fallback
  4. Storage Account Tiers
  5. Blob Access Tiers
  6. Redundancy Options
  7. Service Details
  8. SDK Quick References
  9. Azure SDKs
Ships with 13 files
  • references/auth-best-practices.md
  • references/sdk-usage.md
  • references/sdk/azure-data-tables-java.md
  • references/sdk/azure-data-tables-py.md
  • references/sdk/azure-storage-blob-java.md
  • references/sdk/azure-storage-blob-py.md
  • references/sdk/azure-storage-blob-rust.md
  • references/sdk/azure-storage-blob-ts.md
  • references/sdk/azure-storage-file-datalake-py.md
  • references/sdk/azure-storage-file-share-py.md
  • references/sdk/azure-storage-file-share-ts.md
  • references/sdk/azure-storage-queue-py.md
  • references/sdk/azure-storage-queue-ts.md
Commands it runs
List storage accounts
az storage account list --output table
List containers
az storage container list --account-name ACCOUNT --output table
List blobs
az storage blob list --account-name ACCOUNT --container-name CONTAINER --output table
Download blob
az storage blob download --account-name ACCOUNT --container-name CONTAINER --name BLOB --file LOCAL_PATH
Upload blob
az storage blob upload --account-name ACCOUNT --container-name CONTAINER --name BLOB --file LOCAL_PATH
More from azure-skills
All skills →
About this skill
What does the azure-storage skill do?

Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Answers questions about storage access tiers (hot, cool, cold, archive), when to use each tier, and tier comparison. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics. Includes lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, storage tiers, hot cool cold archive, storage tier comparison, when to use storage tiers, lifecycle manageme

How do I install it?

Run `npx skills add microsoft/azure-skills --skill azure-storage --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From microsoft/azure-skills, a repository with 1,353 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going