AZ

azure-usage

A unified interface for managing and querying various Azure resources.

Install

mkdir -p .claude/skills/azure-usage && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/7034" && unzip -o skill.zip -d .claude/skills/azure-usage && rm skill.zip

Installs to .claude/skills/azure-usage

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

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.
219 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Lists Azure storage accounts and container blobs
  • Retrieves and sets Key Vault secrets
  • Executes queries against Cosmos DB containers
  • Monitors AKS cluster and node pool status
  • Invokes Azure MCP-specific tool calls

How it works

It translates natural language resource queries into standard MCP tool calls. It utilizes the Azure Identity SDK to perform authenticated operations against the requested management APIs.

Inputs & outputs

You give it
Resource name and desired operation
You get back
Resource data, secret values, or status confirmation

When to use azure-usage

  • List Azure storage accounts
  • Retrieve secrets from Key Vault
  • Query documents in Cosmos DB
  • Monitor AKS cluster status

About this skill

Azure MCP Best Practices

Tool Selection

TaskToolExample
List resourcesmcp__azure__*_listStorage accounts, Key Vault secrets
Get resource detailsmcp__azure__*_getContainer details, database info
Create resourcesmcp__azure__*_createNew secrets, storage containers
Query datamcp__azure__*_queryLog Analytics, Cosmos DB

Common Operations

Storage

  • storage_accounts_list - List storage accounts
  • storage_blobs_list - List blobs in container
  • storage_blobs_upload - Upload file to blob

Key Vault

  • keyvault_secrets_list - List secrets
  • keyvault_secrets_get - Get secret value
  • keyvault_secrets_set - Create/update secret

Cosmos DB

  • cosmosdb_databases_list - List databases
  • cosmosdb_containers_list - List containers
  • cosmosdb_query - Query documents

AKS

  • aks_clusters_list - List AKS clusters
  • aks_nodepools_list - List node pools

Monitor

  • monitor_logs_query - Query Log Analytics

Authentication

Azure MCP uses Azure Identity SDK. Authenticate via:

  • az login (Azure CLI - recommended)
  • VS Code Azure extension
  • Environment variables (service principal)

Reference

When not to use it

  • Azure infrastructure deployment via Terraform
  • High-throughput data streaming

Prerequisites

Azure CLIActive Azure Subscription

Limitations

  • Requires active authenticated session via az login
  • Limited to the 40+ services supported by Azure MCP

How it compares

It uses direct MCP tool routing rather than general CLI commands, ensuring safer structured interaction with Azure resources.

Compared to similar skills

azure-usage side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
azure-usage (this skill)17moNo flagsBeginner
database-admin14moNo flagsAdvanced
azure-functions105moReviewIntermediate
cloud-architect64moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

database-admin

sickn33

Expert database administrator specializing in modern cloud databases, automation, and reliability engineering. Masters AWS/Azure/GCP database services, Infrastructure as Code, high availability, disaster recovery, performance optimization, and compliance. Handles multi-cloud strategies, container databases, and cost optimization. Use PROACTIVELY for database architecture, operations, or reliability engineering.

16

azure-functions

aj-geddes

Create serverless functions on Azure with triggers, bindings, authentication, and monitoring. Use for event-driven computing without managing infrastructure.

10104

cloud-architect

sickn33

Expert cloud architect specializing in AWS/Azure/GCP multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. Masters serverless, microservices, security, compliance, and disaster recovery. Use PROACTIVELY for cloud architecture, cost optimization, migration planning, or multi-cloud strategies.

649

azure-deployment-preflight

github

Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use this skill before any deployment to Azure to preview changes, identify potential issues, and ensure the deployment will succeed. Activate when users mention deploying to Azure, validating Bicep files, checking deployment permissions, previewing infrastructure changes, running what-if, or preparing for azd provision.

746

terraform-azurerm-set-diff-analyzer

github

Analyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive diffs (order-only changes in Set-type attributes) and actual resource changes. Use when reviewing terraform plan output for Azure resources like Application Gateway, Load Balancer, Firewall, Front Door, NSG, and other resources with Set-type attributes that cause spurious diffs due to internal ordering changes.

534

hybrid-cloud-networking

wshobson

Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.

310

Search skills

Search the agent skills registry