1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 13:24:54 +02:00
tldr/pages/common/az.md
Ivan Aracki 86bd04e1a8 az: add page (#2643)
* az: add page
2018-12-14 08:13:30 +05:30

27 lines
334 B
Markdown

# 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`