
azure-usage
PopularThis 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.
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.
Azure MCP Best Practices
Tool Selection
| Task | Tool | Example |
|---|---|---|
| List resources | mcp__azure__*_list |
Storage accounts, Key Vault secrets |
| Get resource details | mcp__azure__*_get |
Container details, database info |
| Create resources | mcp__azure__*_create |
New secrets, storage containers |
| Query data | mcp__azure__*_query |
Log Analytics, Cosmos DB |
Common Operations
Storage
storage_accounts_list- List storage accountsstorage_blobs_list- List blobs in containerstorage_blobs_upload- Upload file to blob
Key Vault
keyvault_secrets_list- List secretskeyvault_secrets_get- Get secret valuekeyvault_secrets_set- Create/update secret
Cosmos DB
cosmosdb_databases_list- List databasescosmosdb_containers_list- List containerscosmosdb_query- Query documents
AKS
aks_clusters_list- List AKS clustersaks_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
You Might Also Like
Related Skills

create-pr
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.
n8n-io
electron-chromium-upgrade
Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during `e sync --3`. Covers the patch application workflow, conflict resolution, analyzing upstream Chromium changes, and proper commit formatting for patch fixes.
electron
pr-creator
Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.
google-gemini
clawdhub
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
moltbot
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
moltbot
create-pull-request
Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.
cline