LinuxCommandLibrary

az

az

TLDR

Log in to Azure

$ az login
copy


Manage azure subscription information
$ az account
copy


List all Azure Managed Disks
$ az disk list
copy


List all Azure virtual machines
$ az vm list
copy


Manage Azure Kubernetes Services
$ az aks
copy


Manage Azure Network resources
$ az network
copy

Copied to clipboard