Cloud Azure Storage
Helps with Azure, storage as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add teachingai-cloud-azure-storage npx -- -y @trustedskills/teachingai-cloud-azure-storage
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"teachingai-cloud-azure-storage": {
"command": "npx",
"args": [
"-y",
"@trustedskills/teachingai-cloud-azure-storage"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with Azure Storage services. Specifically, it allows for creating, listing, and deleting containers within an Azure storage account. It provides a programmatic interface to manage object storage in Microsoft's cloud environment.
When to use it
- Automating container creation: Automatically create new containers based on application needs or data ingestion schedules.
- Cleaning up old data: Delete unused containers after a defined retention period, freeing up resources.
- Listing available storage: Retrieve a list of all existing containers for inventory management or reporting purposes.
- Managing development environments: Quickly provision and deprovision Azure Storage containers for testing and development workflows.
Key capabilities
- Create Azure Storage Containers
- List Azure Storage Containers
- Delete Azure Storage Containers
Example prompts
- "Create a new container named 'incoming-data' in my Azure storage account."
- "List all containers in the 'myaccount' storage account."
- "Delete the container called 'temp-logs'."
Tips & gotchas
The skill requires proper authentication credentials for your Azure subscription to function correctly. Ensure the AI agent has the necessary permissions (Storage Blob Data Contributor or similar) on the target Azure Storage account.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.