mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 20:15:32 +02:00
parent
1fe90c65d6
commit
86bd04e1a8
1 changed files with 27 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue