Skip to main content

The official CLI tool for Microsoft Azure.

# To log in to Azure:
az login

# To manage azure subscription information:
az account

# To list all Azure Managed Disks:
az disk list

# To list all Azure virtual machines:
az vm list

# To manage Azure Kubernetes Services:
az aks

# To manage Azure Network resources:
az network