azure-storage

Manage and automate Azure Storage resources via CLI and SDK.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/azaslonov/apic-tools-demos --skill azure-storage-azaslonov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-storage
Source: https://github.com/azaslonov/apic-tools-demos/tree/main/plugins/azure/skills/azure-storage
Command: npx skills add https://github.com/azaslonov/apic-tools-demos --skill azure-storage-azaslonov

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies managing and interacting with Azure Storage services, including Blob, File Shares, Queue, and Data Lake, streamlining cloud storage tasks.

Core Features & Use Cases

  • Service Management: List, upload, download, and organize cloud storage objects across various Azure Storage offerings.
  • Use Case: A data engineer wants to upload logs to Azure Blob Storage and set access tiers; they can use this Skill to automate uploads and compare storage options.
  • Technical Scope: Supports CLI commands and SDK integrations for automating storage account and container operations, including listing blobs and managing access tiers.

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 uploading blobs to Azure Storage and set access tiers?

To automate uploading Azure Storage blobs and set access tiers, use CLI commands and SDK integrations. This allows you to script blob uploads while comparing and configuring specific access tiers for lifecycle management.

What is the best way to list storage accounts and containers in my Azure subscription?

The best way to list storage accounts and containers in your Azure subscription is through CLI commands. This method efficiently organizes and retrieves information across various Azure Storage offerings like Blob and File Shares.

Can I manage Azure Data Lake and File Shares using the same CLI approach as Blob Storage?

Yes, you can manage Azure Data Lake and File Shares using the same CLI approach as Blob Storage. The service management scope supports listing, uploading, and downloading objects across these various Azure Storage offerings.

Does this approach support comparing access tiers for cloud storage lifecycle management?

Yes, this approach supports comparing access tiers for cloud storage lifecycle management. It includes optional tier comparison functionality to help administrators evaluate and select the most appropriate storage options for their data.

Why use CLI and SDKs for Azure Storage management instead of the web portal?

Using CLI and SDKs for Azure Storage management instead of the web portal enables automation and scaling. It streamlines repetitive cloud storage tasks like setting access tiers and uploading blobs, which is highly efficient for data engineers.