azure-storage

Manage Azure Storage accounts, containers, blobs, file shares, queues, tables, and Data Lake Storage Gen2.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/anishi1222/multi-agent-code-reviewer --skill azure-storage-anishi1222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-storage
Source: https://github.com/anishi1222/multi-agent-code-reviewer/tree/main/.agents/skills/azure-storage
Command: npx skills add https://github.com/anishi1222/multi-agent-code-reviewer --skill azure-storage-anishi1222

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Azure Storage services, providing quick access to information and operations for Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake.

Core Features & Use Cases

  • Storage Account Management: List and manage storage accounts.
  • Container and Blob Operations: Create, list, download, and upload blobs.
  • File Share Management: Create, list, and manage file shares.
  • Queue and Table Operations: Send, peek, and delete messages from queues, and insert, query, and delete entities from tables.
  • Data Lake Management: Interact with Data Lake Storage Gen2 for big data analytics.
  • Use Case: For a DevOps engineer, this skill can automate the process of setting up a new storage account, configuring access tiers, and managing lifecycle policies.

Quick Start

Use the azure-storage skill to list all storage accounts in your Azure subscription.

Frequently Asked Questions about azure-storage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Azure Storage account management and configuration?

Automate Azure Storage account management by listing existing accounts, configuring access tiers, and managing lifecycle policies to streamline DevOps infrastructure operations.

Can I manage Azure Blob Storage containers and upload or download blobs programmatically?

Manage Azure Blob Storage by creating containers and performing blob operations including uploading, downloading, and listing blobs to automate file storage workflows.

What is the best way to interact with Data Lake Storage Gen2 for big data analytics?

Interact with Data Lake Storage Gen2 to support big data analytics workflows, enabling hierarchical namespace management and large-scale data processing operations.

How do I handle Azure Queue Storage messages and Table Storage entities?

Handle Azure Queue Storage by sending, peeking, and deleting messages, while managing Table Storage through inserting, querying, and deleting entities for structured NoSQL data operations.

Does this approach support managing Azure File Shares for shared application data?

Azure File Share management is fully supported, allowing you to create, list, and manage file shares for shared application data access across cloud and on-premises environments.