Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By charris-msft
Azure cloud development and operations assistant with progressive skill architecture. Single azure-cloud skill provides lazy-loaded guidance for all Azure services including compute, storage, data, security, AI, networking, and observability.
npx claudepluginhub charris-msft/azure-pluginHelp with Azure authentication issues and credential management
Run pre-deployment checks before deploying to Azure. Validates tools, authentication, quotas, and prerequisites.
Configure Azure MCP server and authenticate to Azure
Check Azure MCP server status and available tools
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Microsoft Azure MCP integration for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Claude Code.
Azure MCP Server integration for 40+ Azure services with Azure CLI authentication.
Editorial "Azure AI & Cloud" bundle for Claude Code from Antigravity Awesome Skills.
Complete Azure cloud expertise covering 2025-2026 features. This plugin should be used for ANY Azure resource provisioning, AKS Automatic, Container Apps GPU, Azure OpenAI (GPT-5, reasoning models), Deployment Stacks, Azure ML workspaces, AI Foundry, compute clusters, endpoints, Terraform, networking, private endpoints, managed identities, debugging, and cost optimization.
Azure service configuration and deployment automation
Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.
Azure cloud development and operations assistant for Claude Code with progressive skill architecture and integrated MCP server.
Part of the CHarris Marketplace
azure-cloud skill lazily loads domain-specific content on demandskills/azure-cloud/
├── SKILL.md # Root skill (only file with frontmatter)
├── domains/ # Service-oriented content
│ ├── data/README.md # Cosmos DB, SQL, Redis
│ ├── compute/README.md # Container Apps, Functions, AKS
│ ├── storage/README.md # Blob, Files, Queues
│ ├── security/README.md # Key Vault, RBAC, Identity
│ ├── ai/README.md # AI Search, Speech, Foundry
│ ├── networking/README.md # VNets, Private Endpoints
│ └── observability/README.md # Monitor, App Insights
├── scenarios/ # Task-oriented content
│ ├── deployment.md # Deploy applications
│ ├── diagnostics.md # Debug issues
│ ├── cli-tools.md # Install az, azd, func
│ ├── cost-optimization.md # Reduce costs
│ └── security-hardening.md # Secure resources
├── mcp/ # MCP server docs
│ ├── setup.md
│ └── tool-reference.md
└── cli/ # CLI docs
├── cheatsheet.md
└── tips.md
# Add the CHarris Marketplace
/plugin marketplace add charris-msft/azure-plugin
# Install the Azure MCP plugin
/plugin install azure-mcp@charris-marketplace
/plugin install charris-msft/azure-plugin
--plugin-dir ./azure-mcpRun /azure:setup to configure authentication and verify everything is working.
/azure:setup - Configure Azure MCP server and authenticate/azure:auth - Help with Azure authentication issues/azure:status - Check MCP server status and available toolsThe progressive skill architecture means Claude loads only what's needed:
azure-cloud skillscenarios/deployment.mddomains/data/README.md → services/cosmos-db.mdscenarios/cli-tools.mddomains/security/README.mdThe Azure MCP server uses Azure CLI credentials by default:
az login
For service principal authentication, set environment variables:
AZURE_TENANT_IDAZURE_CLIENT_IDAZURE_CLIENT_SECRETMIT