azure-mcp

Manage Azure cloud resources using the Azure Command-Line Interface.

3|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HouseGarofalo/claude-code-base --skill azure-mcp-housegarofalo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-mcp
Source: https://github.com/HouseGarofalo/claude-code-base/tree/main/.claude/skills/azure-mcp
Command: npx skills add https://github.com/HouseGarofalo/claude-code-base --skill azure-mcp-housegarofalo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill simplifies and streamlines the management of over 40 Azure services, reducing the complexity of cloud operations and deployments.

Core Features & Use Cases

  • Comprehensive Resource Management: Covers creation, configuration, and deletion of resources across storage, databases, containers, networking, monitoring, security, AI, and more.
  • Automated Deployments: Facilitates the deployment of applications and infrastructure using Azure CLI commands.
  • Troubleshooting: Provides tools to diagnose and resolve issues within Azure environments.
  • Use Case: Deploy a new web application by creating a resource group, an App Service plan, a web app, and configuring its database and network settings, all through a series of Azure CLI commands.

Quick Start

Use the azure-mcp skill to create a new resource group named 'my-test-rg' in the 'eastus' location.

Frequently Asked Questions about azure-mcp

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

FAQPage Schema
How do I manage Azure cloud resources using the command-line interface?

You can manage Azure cloud resources using the Azure CLI by executing commands for resource group manipulation, storage account operations, Key Vault management, App Service deployment, database configuration, and virtual network setup.

Do I need to install the Azure CLI tool to manage my cloud subscription?

Yes, you need the Azure CLI tool installed and configured, along with authenticated access to an Azure subscription, to execute management commands across your cloud resources.

What's the best way to deploy a new web application on Azure?

Deploy a new web application by creating a resource group, an App Service plan, a web app, and configuring its database and network settings, all through a series of Azure CLI commands.

Can I configure Azure SQL and PostgreSQL databases using Azure CLI commands?

Yes, Azure CLI commands support comprehensive database configuration including Azure SQL and PostgreSQL setup, allowing you to create, configure, and manage database resources within your subscription.

What Azure services can I troubleshoot and diagnose using the command-line interface?

You can troubleshoot and diagnose issues across over 40 Azure services including storage, databases, containers, networking, monitoring, security, AI, service bus management, identity, RBAC, and container registry operations.

Does Azure CLI support identity and RBAC assignments for cloud resource access?

Yes, Azure CLI supports identity and RBAC assignments, allowing you to manage role-based access control and permissions across your cloud resources within the Azure subscription.