azure-storage

Manage Azure Storage services including blobs, files, queues, tables, and Data Lake.

10|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mahmoud20138/Claude-Skills-Collection --skill azure-storage-mahmoud20138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-storage
Source: https://github.com/mahmoud20138/Claude-Skills-Collection/tree/main/02-Azure-Skills/skills/azure-storage
Command: npx skills add https://github.com/mahmoud20138/Claude-Skills-Collection --skill azure-storage-mahmoud20138

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive interface for managing various Azure Storage services, enabling efficient object storage, file sharing, messaging, and data analytics.

Core Features & Use Cases

  • Service Management: Interact with Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake.
  • Data Operations: Upload files, download blobs, and manage storage accounts.
  • Access Tiers & Lifecycle: Configure hot, cool, and archive tiers, and implement lifecycle management policies.
  • Use Case: You need to upload a large dataset to Azure Blob Storage for analysis. This Skill can be used to create a container, upload the data, and configure access tiers for cost optimization.

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 Blob Storage and configure access tiers for cost optimization?

To manage Azure Blob Storage and optimize costs, you can use this Skill to upload data and configure hot, cool, and archive access tiers. It supports lifecycle management policies to automate tier transitions for efficient object storage.

Can I use Azure Data Lake for big data analytics and NoSQL storage in the same workflow?

Yes, you can manage Azure Data Lake for big data analytics and Table Storage for NoSQL key-value storage within the same workflow. This Skill provides interfaces to handle both big data and structured NoSQL data operations.

What is the best way to handle async messaging and SMB file shares in Azure Storage?

The best way to handle async messaging and SMB file shares is through Azure Queue Storage and File Shares. This Skill facilitates asynchronous messaging between applications and manages SMB-based file sharing operations.

How do I upload a large dataset to Azure Storage and manage storage accounts?

You can upload large datasets to Azure Storage by creating a container and performing data operations. This Skill allows you to manage storage accounts, upload files, and download blobs across various storage services.

Does Azure Storage lifecycle management support automatic movement between hot, cool, and archive tiers?

Yes, Azure Storage lifecycle management supports automatic movement between hot, cool, and archive tiers. This Skill helps you implement lifecycle policies to automatically transition data based on usage patterns for cost optimization.