az-cli

Solid

Use the Azure CLI (`az`) to manage Azure resources from the command line. Trigger this skill whenever the user asks to create, configure, manage, deploy, or interact with any Azure resource — even if they don't explicitly mention "az cli". Also trigger when the user asks about Azure CLI commands, syntax, or wants to know how to do something in Azure from the terminal.

AI & Automation 534 stars 84 forks Updated 1 months ago CC0-1.0

Install

View on GitHub

Quality Score: 86/100

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

Skill Content

# Az CLI Help users accomplish Azure tasks by identifying the right `az` commands, gathering required parameters, and executing them. ## Workflow When a user asks to do something with Azure: 1. **Identify the command** — find the right `az` subcommand from the reference docs below. If the task spans multiple commands, plan the sequence. 2. **Check for required parameters** — read the relevant reference file to understand what the command needs. If the user hasn't provided required values (resource group, name, SKU, location, etc.), ask them before running anything. 3. **Construct and execute** — build the command with the user's parameters and run it. If a command has optional flags that would be useful for the user's scenario, mention them. 4. **Verify the result** — after running a command, check the output for errors. If something fails, diagnose and suggest fixes (common issues: wrong resource group, missing provider registration, quota limits). When a user asks about Azure CLI syntax or wants to know what commands are available for a service, read the relevant reference file and summarize what's available. ## Command Groups ### Compute | Command | Description | Status | Reference | |---------|-------------|--------|-----------| | `az aks` | Azure Kubernetes Service. | GA | [ref](./references/aks.md) | | `az aksarc` | Manage provisioned clusters. | GA (ext) | [ref](./references/aksarc.md) | | `az appservice` | Manage Appservice. | GA | [ref](./references/appservic...

Details

Author
Code-and-Sorts
Repository
Code-and-Sorts/awesome-copilot-agents
Created
1 years ago
Last Updated
1 months ago
Language
TypeScript
License
CC0-1.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category