az
$ brew install azure-cliCloud ops, deployments, and resource groups from the terminal.
- az fits deploy well, especially for cloud ops, deployments, and resource groups from the terminal.
- It is the official CLI from Microsoft.
- Good for scripts and agents.
- Good fit for coding-agent workflows and repeatable scripts.
- Structured output is available for automation and parsing.
Az guide
The official CLI from Microsoft. Cloud ops, deployments, and resource groups from the terminal. Supports structured output — good for scripts and agents.
Open CLI packages the install path, verify step, and safe-start workflow so this tool can move from “interesting CLI” to something you can actually use. It also integrates with skills.sh so each CLI comes with the right companion skills, not just a binary and a docs link.
When to apply
- cloud ops, deployments, and resource groups from the terminal.
- You want cloud infrastructure you can script with structured output.
- You need cloud ops.
- You need deployments.
- You need resource groups.
Quick reference
brew install azure-cliaz --helpaz login && az account showOpen CLI × skills.sh
Open CLI integrates az with the right skills.sh companions so you get the tool and the workflow together.
Azure Kubernetes
Verified pairingOpen CLI integrates az with this skills.sh skill because it is the clearest fit for how az is usually used. Kubernetes workflows tuned for Azure and cluster operations.
$ npx skills add https://github.com/microsoft/azure-skills --skill azure-kubernetesUse az together with the Azure Kubernetes skills.sh skill. Start with safe inspection commands, summarize what you find, and ask before any step with side effects.
Why this tool
- az fits deploy well, especially for cloud ops, deployments, and resource groups from the terminal.
- It is the official CLI from Microsoft.
- Good for scripts and agents.
Watch-outs
- Sign in before real work.
- Needs network access.
- Start with read-only or dry-run commands.
Example workflow
1. az login && az account showSafe start
Install az.
Run `az --help` first.
Start with `az login && az account show`.
Authenticate az before asking the agent to do real work.