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 822 stars 70 forks Updated 2 days ago 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
2 days ago
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

The read-only observability half of the azure-mcp connector — the monitor, resourcehealth, applens, and advisor namespaces: Azure Monitor metrics, Log Analytics KQL, alert-rule state, platform health states, AppLens detectors, and Advisor recommendation categories, plus the degraded-resource investigation order.

36 Updated today
wyre-technology
AI & Automation Listed

azure-ai

Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.

2 Updated today
FJRG2007