azure-storage

Manage Azure Storage resources and perform operations on blobs, files, queues, tables, and Data Lake.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/davidrrowley/CortexYouV3 --skill azure-storage-davidrrowley
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-storage
Source: https://github.com/davidrrowley/CortexYouV3/tree/main/.agents/skills/azure-storage
Command: npx skills add https://github.com/davidrrowley/CortexYouV3 --skill azure-storage-davidrrowley

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Centralizes operational guidance, commands, and SDK references for provisioning, accessing, and managing Azure Storage resources so engineers can reliably store, retrieve, and lifecycle-manage objects without searching scattered docs.

Core Features & Use Cases

  • Blob and Object Storage: Upload, download, list, and stream blob data for backups, static websites, and large-file workloads.
  • File Shares & Lift-and-Shift: Mount SMB file shares and migrate legacy file servers to Azure Files.
  • Queue Storage & Messaging: Enqueue and dequeue messages for background job processing and simple async workflows.
  • Table Storage & Data Lake: Store NoSQL key-value data and use Data Lake Gen2 for hierarchical, big-data analytics.
  • Access Tiers & Lifecycle: Manage hot/cool/archive tiers, redundancy options, and lifecycle policies to optimize cost and durability.

Quick Start

Use the azure-storage skill to list storage accounts, enumerate containers, and download a specific blob to a local path.

Frequently Asked Questions about azure-storage

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

FAQPage Schema
Can I use Python or TypeScript SDKs to upload and download blobs?

Yes, you can upload and download blobs using SDK examples provided across Python, TypeScript, Java, Go, and Rust, requiring Azure CLI or Azure MCP commands for execution.

What is the best way to optimize Azure Storage costs and durability?

Optimize Azure Storage costs and durability by adjusting hot, cool, and archive access tiers, configuring redundancy options, and applying lifecycle policies to your data.

How do I enqueue messages for asynchronous processing in Azure Queue Storage?

Enqueue and dequeue messages in Azure Queue Storage to handle background job processing and simple async workflows using the provided Azure CLI commands and SDK examples.

Does Azure Storage recommend managed identities for production authentication?

Yes, managed identities are recommended for production authentication when accessing Azure Storage resources to ensure secure and reliable operations across your provisioned accounts.