azure-mcp

Manage over 40 Azure services via the Azure CLI.

6|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill azure-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-mcp
Source: https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric/tree/main/.github/skills/azure-mcp
Command: npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill azure-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive command-line interface for managing over 40 Azure services, eliminating the need for complex portal navigation or multiple tools.

Core Features & Use Cases

  • Resource Management: Create, delete, and manage subscriptions, resource groups, and individual Azure resources.
  • Database Operations: Handle Azure SQL, PostgreSQL, MySQL, and Cosmos DB instances, including creation, configuration, and querying.
  • Container Orchestration: Deploy and manage Azure Kubernetes Service (AKS) clusters, container registries, and container instances.
  • Web & Functions: Deploy and manage Azure App Services and Azure Functions.
  • Security: Manage Azure Key Vault secrets, keys, and certificates, and configure Role-Based Access Control (RBAC).
  • Monitoring: Set up and query Azure Monitor, including Log Analytics workspaces and application insights.

Quick Start

Use the azure-mcp skill to list all resource groups in your current Azure subscription.

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 services from the command line?

You can manage Azure cloud services from the command line using the Azure CLI interface, which supports resource provisioning, database administration, container orchestration, and security configurations across over 40 services.

What's the best way to automate Azure infrastructure provisioning without the portal?

Automating Azure infrastructure provisioning without the portal is best handled through command-line execution to create resource groups, deploy web apps, and configure container instances directly via the CLI.

Can I manage Azure Key Vault and RBAC using command-line tools?

Yes, you can manage Azure Key Vault and RBAC using command-line tools to administer secrets, keys, certificates, and configure role-based access control without navigating the Azure portal.

How do I deploy Azure Kubernetes Service clusters and container registries via CLI?

Deploying AKS clusters and container registries via CLI involves executing specific commands for container orchestration, allowing you to manage container instances and registries directly from your terminal.

Does Azure CLI work for database administration across SQL, PostgreSQL, and Cosmos DB?

Yes, Azure CLI works for database administration across Azure SQL, PostgreSQL, MySQL, and Cosmos DB instances, supporting creation, configuration, and querying operations entirely from the command line.

Do I need to install Azure CLI and authenticate before managing cloud resources?

Yes, you need to install Azure CLI and authenticate before managing cloud resources, as these prerequisites are required to securely access and control your Azure subscription and services.