2018-12-14 02:43:30 +00:00
|
|
|
# az
|
|
|
|
|
|
|
|
> The official CLI tool for Microsoft Azure.
|
2021-09-13 09:21:21 +01:00
|
|
|
> Some subcommands such as `az login` have their own usage documentation.
|
2019-06-09 00:05:27 +01:00
|
|
|
> More information: <https://docs.microsoft.com/cli/azure>.
|
2018-12-14 02:43:30 +00:00
|
|
|
|
|
|
|
- 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`
|