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 711 stars 60 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
95
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
10 months 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

AI & Automation Listed

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.

25 Updated yesterday
wyre-technology
DevOps & Infrastructure Listed

azure-observability

Azure Observability Services including Azure Monitor, Application Insights, Log Analytics, Alerts, and Workbooks. Provides metrics, APM, distributed tracing, KQL queries, and interactive reports.

335 Updated today
aiskillstore
AI & Automation Listed

azure-storage

Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics capabilities. Includes access tiers (hot, cool, archive) and lifecycle management.

335 Updated today
aiskillstore
AI & Automation Solid

azure-storage

Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics capabilities. Includes access tiers (hot, cool, archive) and lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, lifecycle management. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging).

1,998 Updated 1 months ago
microsoft
AI & Automation Solid

azure-storage

Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics capabilities. Includes access tiers (hot, cool, archive) and lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, lifecycle management. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging).

607 Updated 1 months ago
microsoft