azure-usage
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.
npx skills add fcakyon/claude-codex-settings --skill azure-usage --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 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 C
- Tool Selection
- Common Operations
- Storage
- Key Vault
- Cosmos DB
- AKS
- Monitor
- Authentication
- Reference
What does the azure-usage skill do?
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.
How do I install it?
Run `npx skills add fcakyon/claude-codex-settings --skill azure-usage --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From fcakyon/claude-codex-settings, a repository with 967 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
