Skip to content

Azure CLI Cheat Sheet

Login & Account

az login
az account set --subscription "MySubscription"

AKS

# Get credentials for kubectl
az aks get-credentials --resource-group my-rg --name my-cluster