az: add page (#2643)

* az: add page
italian
Ivan Aracki 2018-12-14 03:43:30 +01:00 committed by Muhammad Falak R Wani
parent 1fe90c65d6
commit 86bd04e1a8
1 changed files with 27 additions and 0 deletions

27
pages/common/az.md Normal file
View File

@ -0,0 +1,27 @@
# 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`