mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
86bd04e1a8
* az: add page
334 B
334 B
az
The official CLI tool for Microsoft Azure.
- Log in to Azure:
az login
- Manage azure subscription information:
az account
- List all Azure Managed Disks:
az disk list
- List all Azure virtual machines:
az vm list
- Manage Azure Kubernetes Services:
az aks
- Manage Azure Network resources:
az network