azure-cli
Installation
SKILL.md
Azure CLI
The Azure CLI (az) manages Azure resources and services from the terminal.
Setup
# Install Azure CLI
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
# Login and set subscription
az login
az account set --subscription "My Subscription"
az account show
# Configure defaults
az configure --defaults location=eastus group=my-resource-group