mirror of https://github.com/CrimsonTome/tldr.git
29 lines
394 B
Markdown
29 lines
394 B
Markdown
# az
|
|
|
|
> The official CLI tool for Microsoft Azure.
|
|
> More information: <https://docs.microsoft.com/cli/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`
|