azure-usage
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
More from fcakyon/claude-codex-settings
gcloud-usage
This skill should be used when user asks about "GCloud logs", "Cloud Logging queries", "Google Cloud metrics", "GCP observability", "trace analysis", or "debugging production issues on GCP".
62setup
This skill should be used when the user asks "how to setup GitHub CLI", "configure gh", "gh auth not working", "GitHub CLI connection failed", "gh CLI error", or needs help with GitHub authentication.
53tavily-usage
This skill should be used when user asks to "search the web", "fetch content from URL", "extract page content", "use Tavily search", "scrape this website", "get information from this link", or "web search for X".
48pr-workflow
This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or runs /create-pr or /pr-creator commands.
47mongodb-usage
This skill should be used when user asks to "query MongoDB", "show database collections", "get collection schema", "list MongoDB databases", "search records in MongoDB", or "check database indexes".
47commit-workflow
This skill should be used when user asks to "commit these changes", "write commit message", "stage and commit", "create a commit", "commit staged files", or runs /commit-staged or /commit-creator commands.
45