2018-12-14 03:43:30 +01:00
|
|
|
# az
|
|
|
|
|
|
|
|
> The official CLI tool for Microsoft Azure.
|
2024-10-04 21:14:41 +02:00
|
|
|
> Some subcommands such as `login` have their own usage documentation.
|
2024-10-26 05:45:46 +08:00
|
|
|
> More information: <https://learn.microsoft.com/cli/azure/reference-index>.
|
2018-12-14 03:43:30 +01: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`
|
2024-09-13 22:47:06 +03:00
|
|
|
|
|
|
|
- Start in interactive mode:
|
|
|
|
|
|
|
|
`az interactive`
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`az --help`
|