Azure Storage

🏢Official
by microsoft · vlatest · Repository

Official microsoft skill covering Azure, storage for deploying and managing cloud infrastructure.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add microsoft-azure-storage npx -- -y @trustedskills/microsoft-azure-storage
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "microsoft-azure-storage": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/microsoft-azure-storage"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with Microsoft Azure Storage services. It provides capabilities for managing blobs, queues, tables, and files within an Azure storage account. Agents can perform actions like uploading data, downloading data, listing containers, and creating/deleting storage resources.

When to use it

  • Data Archiving: Automatically archive old log files or backups to Azure Blob Storage.
  • Media Processing: Upload processed images or videos to Azure Blob Storage for distribution.
  • Queue Management: Manage tasks in an Azure Queue, allowing agents to trigger workflows based on queue messages.
  • File Sharing: Facilitate file sharing and collaboration by storing files in Azure Files.

Key capabilities

  • Blob storage management (upload, download, list)
  • Queue management (send, receive, delete messages)
  • Table storage interaction (create, read, update, delete entities)
  • File storage access (create, upload, download files)

Example prompts

  • "Upload this image to the 'images' container in my Azure Blob Storage."
  • "List all the queues in my Azure Storage account."
  • "Send a message to the 'task_queue' with the content: 'Process file.txt'."
  • “Create a table entity named ‘user’ with properties name and email.”

Tips & gotchas

  • Requires appropriate Azure credentials configured for the AI agent.
  • Be mindful of storage account access tiers (Hot, Cool, Archive) when designing workflows to optimize costs.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
microsoft
Installs
2

🏢 Official

Published by the company or team that built the technology.