azure-storage

Manage Azure Storage accounts, blobs, file shares, and queues via CLI.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/anevjes/agenticinfraops --skill azure-storage-anevjes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-storage
Source: https://github.com/anevjes/agenticinfraops/tree/main/.github/skills/azure-storage
Command: npx skills add https://github.com/anevjes/agenticinfraops --skill azure-storage-anevjes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires azure-identity, Azure.Storage.Blobs, Azure.Storage.Files.Shares, Azure.Storage.Queues, azure-storage-file-datalake, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies integrating and managing Azure Storage services, streamlining cloud data handling tasks.

Core Features & Use Cases

  • Manage Storage Accounts and Containers: Create, list, and delete storage accounts and containers for flexible data organization.
  • Blob and File Operations: Upload, download, and list blobs/files efficiently for storage and retrieval processes.
  • Use Case: Automate the backup of application logs by uploading files directly to Azure Blob Storage, or retrieve stored data for processing.

Quick Start

Use the azure-storage skill to list all storage containers in your storage account.

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 blob uploads for application log backups?

You can automate Azure Storage blob uploads by implementing Azure CLI commands and SDK methods provided by this Skill. It handles the upload process to Blob Storage, enabling efficient application log backups and scalable data retrieval operations.

What's the best way to manage Azure Storage file shares and queues programmatically?

The best way to manage Azure Storage file shares and queues programmatically is using SDK methods that create, list, and delete these resources. This Skill implements Azure Storage Files Shares and Queues dependencies to automate provisioning and organization.

Does this approach support Azure Storage data lifecycle management and provisioning?

Yes, this approach supports Azure Storage data lifecycle management and provisioning. It implements Azure CLI commands and SDK methods to automate storage account creation, data retrieval, and lifecycle tasks for scalable cloud data operations.

Can I use Azure Identity to authenticate scalable cloud data operations?

You can use Azure Identity to authenticate scalable cloud data operations. This Skill includes azure-identity as a dependency, ensuring secure access when managing storage accounts, blobs, file shares, and queues.

How do I list and delete Azure Storage containers for flexible data organization?

To list and delete Azure Storage containers for flexible data organization, you execute specific Azure CLI commands or SDK methods. This Skill manages these container operations, streamlining the structuring and cleanup of cloud storage resources.