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.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: azure-usage description: 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
More by fcakyon
View allThis skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
This skill should be used when user encounters "Slack MCP error", "invalid_auth", "missing_scope", "Slack not working", "Slack token invalid", "channel_not_found", or needs help configuring Slack integration.
This skill should be used when user encounters "ccproxy not found", "LiteLLM connection failed", "localhost:4000 refused", "OAuth failed", "proxy not running", or needs help configuring ccproxy/LiteLLM integration.
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.
