
committed by
Muhammad Falak R Wani

parent
1fe90c65d6
commit
86bd04e1a8
27
pages/common/az.md
Normal file
27
pages/common/az.md
Normal 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`
|
Reference in New Issue
Block a user