azure-storage

Unified access to Azure blob storage, file shares, queues, tables, and data lake services.

microsoft ↓ 471k
Claude Code
View source ↗

What it does

  • azurestorage with command storageaccountlist - List storage accounts
  • azurestorage with command storagecontainerlist - List containers in account
  • azurestorage with command storagebloblist - List blobs in container
  • azurestorage with command storageblobget - Download blob content
  • azurestorage with command storageblobput - Upload blob content
  • Blob storage patterns and lifecycle -> Blob Storage documentation
  • File shares and Azure File Sync -> Azure Files documentation

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Unified access to Azure blob storage, file shares, queues, tables, and data lake services.

Source

Repository: https://github.com/microsoft/azure-skills

azure-storage FAQ

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 management, Azure Storage concepts. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging). azurestorage with command storageaccountlist - List storage accounts azurestorage with command storagecontainerlist - List containers in account

How do I install azure-storage?

Run: npx -y skills add https://github.com/microsoft/azure-skills --skill azure-storage --agent claude-code — the source lives at github.com/microsoft/azure-skills.

Maintain azure-storage?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

azure-storage on getagentictools
[![azure-storage on getagentictools](https://getagentictools.com/badge/skills/microsoft-azure-skills-azure-storage.svg)](https://getagentictools.com/skills/microsoft-azure-skills-azure-storage?ref=badge)
npx agentictools info skills/microsoft-azure-skills-azure-storage

The second line is the CLI lookup for this page — handy in READMEs and docs.