azure-usage

Route Azure resource inquiries to appropriate MCP Azure tool invocations.

1.0k|91|Updated Jul 9, 2025
One-click install
npx skills add https://github.com/fcakyon/claude-codex-settings --skill azure-usage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-usage
Source: https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/azure-tools/skills/azure-usage
Command: npx skills add https://github.com/fcakyon/claude-codex-settings --skill azure-usage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill should be used when user asks to "query Azure resources", "list storage accounts", "manage Key Vault secrets", "work with Cosmos DB", "check AKS clusters", "use Azure MCP", or interact with any Azure service.

Core Features & Use Cases

  • Resource operations: List, get, and query resources across Azure services.
  • Key Vault & secrets: Manage secrets with best practices.
  • Cluster management: Basic guidance for AKS and container workloads.

Quick Start

Use the appropriate mcp__azure__* tools to list resources and fetch details.

Frequently Asked Questions about azure-usage

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

FAQPage Schema
How do I list and manage Azure resources like storage accounts and Key Vault secrets?

Use MCP Azure tools to list, retrieve, and query resources across Storage, Key Vault, Cosmos DB, and AKS. Route your intent to the appropriate mcp__azure__ tool invocation—for example, mcp__azure__storage_accounts_list to enumerate storage accounts or mcp__azure__keyvault_secrets_get to retrieve secret values.

What Azure services and operations does MCP support?

MCP Azure tooling covers Storage, Key Vault, Cosmos DB, AKS, and monitoring. Supported operations include listing resources, retrieving details, creating resources, and querying logs and databases, with identity-based authentication via az login or Azure Identity SDK.

How do I authenticate and invoke Azure MCP tools correctly?

Authenticate using Azure identity-based methods—az login or Azure Identity SDK. Map your user intent to concrete MCP tool calls, then generate a structured ToolInvocationPlan that routes the request to the appropriate mcp__azure__ service endpoint.

Can I use MCP to query Cosmos DB and manage AKS clusters?

Yes. MCP Azure supports Cosmos DB querying via mcp__azure__cosmosdb_query and AKS cluster operations via mcp__azure__aks_clusters_list, enabling database management and container workload inspection alongside other resource operations.

What's the best way to structure Azure resource queries for MCP?

Identify the target service and operation—listing, retrieval, or query—then invoke the matching mcp__azure__ tool with proper parameters. MCP handles intent-to-tool mapping and generates a ToolInvocationPlan that ensures precise, functional execution across all supported Azure services.