azure-storage

List and manage Azure Storage blobs, files, queues, tables, and Data Lake files.

9|4|Updated Mar 21, 2022
One-click install
npx skills add https://github.com/davisdre/azure-resume --skill azure-storage-davisdre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-storage
Source: https://github.com/davisdre/azure-resume/tree/main/.agents/skills/azure-storage
Command: npx skills add https://github.com/davisdre/azure-resume --skill azure-storage-davisdre

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps developers and ops teams avoid manually memorizing Azure CLI commands or SDK usage for common storage tasks, streamlining interaction with Blob, File, Queue, Table, and Data Lake services.

Core Features & Use Cases

  • Unified reference for Azure Storage services, tiers, redundancy, and CLI/MCP commands.
  • MCP integration showing how to list accounts, containers, and blobs via azure__storage.
  • Fallback CLI snippets for environments without MCP, covering account, container, and blob operations.
  • Use case: Quickly retrieve a list of blobs before processing files in a data pipeline.

Quick Start

Use the azure-storage skill to list all blobs in the container 'mycontainer' of storage account 'myaccount'.

Frequently Asked Questions about azure-storage

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

FAQPage Schema
How do I list blobs in an Azure Storage container using CLI?

To list Azure Storage blobs via CLI, you run storage blob list commands against your target account and container. This skill provides ready-to-use CLI snippets to enumerate blobs without manually memorizing the exact command syntax.

What's the best way to manage Azure Storage objects without memorizing SDK commands?

The best way to manage Azure Storage objects without memorizing commands is using a unified reference skill. It streamlines interaction with Blob, File, Queue, Table, and Data Lake services by providing MCP integration and fallback CLI snippets.

Can I use MCP to enumerate Azure Data Lake files and queue storage?

Yes, you can use MCP to enumerate Azure Data Lake files and queue storage. This skill demonstrates how to list accounts, containers, and blobs via the azure__storage MCP integration for streamlined cloud application processing.

Do I need Azure CLI or an enabled MCP environment to configure storage resources?

You need either Azure CLI or an enabled MCP environment to configure storage resources. Both pathways require appropriate RBAC permissions for the target storage account to successfully manage and enumerate data.

How does fallback CLI help when uploading or downloading blobs across Azure environments?

Fallback CLI snippets help upload or download blobs across Azure environments by providing direct command-line operations when MCP is unavailable. This ensures continuous access to enumerate and configure storage resources in any environment.