Azure Cli

🌐Community
by chaterm · vlatest · Repository

Automates Azure resource management tasks using chaterm's reliable wrapper around the official Azure CLI.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add azure-cli npx -- -y @trustedskills/azure-cli
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "azure-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/azure-cli"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The azure-cli skill allows AI agents to interact with Azure resources using command-line commands. It enables tasks such as creating resource groups, deploying virtual machines, and managing storage accounts directly from within the agent's environment. This provides a programmatic way to automate infrastructure management and cloud operations.

When to use it

  • Automated deployments: Automatically provision new Azure resources based on configuration files or scripts.
  • Infrastructure as code: Manage existing Azure infrastructure using declarative configurations.
  • Troubleshooting: Diagnose issues with Azure services by running diagnostic commands and retrieving information.
  • Resource management: Perform tasks like scaling virtual machine instances or rotating storage account keys.

Key capabilities

  • Execute Azure CLI commands
  • Manage Azure resources (resource groups, VMs, storage accounts)
  • Automate cloud operations

Example prompts

  • "Create a resource group named 'my-rg' in the 'eastus' region."
  • "List all virtual machines in the subscription."
  • "Deploy a web app to Azure using this configuration file."

Tips & gotchas

  • Requires an active Azure subscription and appropriate credentials configured for the AI agent.
  • Familiarity with Azure CLI commands is helpful for crafting effective prompts.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
chaterm
Installs
16

🌐 Community

Passed automated security scans.