smithery/fcakyon

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.

Installation

$ npx skills add smithery/fcakyon --skill azure-usage

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/fcakyon.

npx skills add smithery/fcakyon

Browse all from smithery/fcakyon

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,843 B
  • docs SUMMARY.md 238 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Azure MCP Best Practices

Tool Selection

Task Tool Example
List resources mcpazure*_list Storage accounts, Key Vault secrets
Get resource details mcpazure*_get Container details, database info
Create resources mcpazure*_create New secrets, storage containers
Query data mcpazure*_query Log Analytics, Cosmos DB

Common Operations

Storage

  • storageaccountslist - List storage accounts
  • storageblobslist - List blobs in container
  • storageblobsupload - Upload file to blob

Key Vault

  • keyvaultsecretslist - List secrets
  • keyvaultsecretsget - Get secret value
  • keyvaultsecretsset - Create/update secret

Cosmos DB

  • cosmosdbdatabaseslist - List databases
  • cosmosdbcontainerslist - List containers
  • cosmosdb_query - Query documents

AKS

  • aksclusterslist - List AKS clusters
  • aksnodepoolslist - List node pools

Monitor

  • monitorlogsquery - 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