azure-usage

Solid

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.

AI & Automation 819 stars 70 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
79
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 Code Azure extension - Environment variables (service principal) ## Reference - [Azure MCP Server](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server) - [Suppor...

Details

Author
fcakyon
Repository
fcakyon/claude-codex-settings
Created
1 years ago
Last Updated
yesterday
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

azure-cost

Unified Azure cost management: query historical costs, forecast future spending, and optimize to reduce waste. WHEN: "Azure costs", "Azure spending", "Azure bill", "cost breakdown", "cost by service", "cost by resource", "how much am I spending", "show my bill", "monthly cost summary", "cost trends", "top cost drivers", "actual cost", "amortized cost", "forecast spending", "projected costs", "estimate bill", "future costs", "budget forecast", "end of month costs", "how much will I spend", "optimize costs", "reduce spending", "find cost savings", "orphaned resources", "rightsize VMs", "cost analysis", "reduce waste", "unused resources", "optimize Redis costs", "cost by tag", "cost by resource group", "AKS cost analysis add-on", "namespace cost", "cost spike", "anomaly", "budget alert", "AKS cost visibility". DO NOT USE FOR: deploying resources, provisioning infrastructure, diagnostics, security audits, or estimating costs for new resources not yet deployed.

2 Updated today
FJRG2007
DevOps & Infrastructure Solid

azure-mcp-observability

Use this skill for Azure observability, diagnostics, and resource-health work through the azure-mcp connector — pulling Azure Monitor metrics, running Log Analytics KQL queries, checking alert state, reading Resource Health status, triaging AppLens diagnostics, and reviewing Azure Advisor recommendations. All read-only.

36 Updated today
wyre-technology
DevOps & Infrastructure Solid

azure-mcp-cost-and-capacity

Use this skill for Azure cost, pricing, capacity, and inventory work through the azure-mcp connector — retail pricing lookups, subscription quota and usage-limit checks, and listing/inspecting subscriptions and resource groups. All read-only.

36 Updated today
wyre-technology