azure-storage

Automate CRUD operations across Azure Storage services including Blob, File, Queue, Table, and Data Lake.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Avihai-H/infraops --skill azure-storage-avihai-h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-storage
Source: https://github.com/Avihai-H/infraops/tree/main/.github/skills/azure-storage
Command: npx skills add https://github.com/Avihai-H/infraops --skill azure-storage-avihai-h

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management of Azure Storage services, enabling users to perform a wide range of tasks related to Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake.

Core Features & Use Cases

  • Blob Storage Management: Upload, download, and manage blobs in Azure Blob Storage.
  • File Share Management: Create, manage, and access SMB file shares.
  • Queue Storage Management: Send, peek, and delete messages from Azure Queue Storage.
  • Table Storage Management: Create, update, and query Azure Table Storage.
  • Data Lake Management: Interact with Azure Data Lake Storage Gen2.
  • Use Case: Automate the backup and restore process for critical data stored in Azure Storage.

Quick Start

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

Frequently Asked Questions about azure-storage

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

FAQPage Schema
How do I manage Azure Storage services like Blob and File Shares from the command line?

You can manage Azure Storage services like Blob and File Shares by executing CRUD operations through Azure CLI commands, automating the creation, updating, and querying of storage resources.

Can I use Azure CLI to automate backup and restore processes for Data Lake Storage?

Yes, Azure CLI can automate backup and restore processes for Data Lake Storage by scripting interactions with Azure Data Lake Storage Gen2 to upload, download, and manage critical data.

What is the best way to send and delete messages in Azure Queue Storage?

The best way to send and delete messages in Azure Queue Storage is by using Azure CLI commands to directly interact with the queue, allowing you to send, peek, and delete messages programmatically.

Do I need Azure CLI to perform CRUD operations on Table Storage?

Yes, you need Azure CLI or Azure MCP installed to perform CRUD operations on Table Storage, as the execution of these management tasks relies directly on these command-line dependencies.

Does this approach work for creating and accessing SMB file shares in Azure?

Yes, this approach works for SMB file shares by using Azure CLI to create, manage, and access File Shares within your Azure Storage account, automating the necessary administration tasks.

How do I list all storage accounts in my current Azure subscription?

To list all storage accounts in your current Azure subscription, you can execute a quick start command using the Azure CLI to query and return your available storage resources.