mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:42:07 +02:00

* pages/*: standardize mentioning subcommands without the main command * CONTRIBUTING: clarify that pages should only mention the subcommand
37 lines
544 B
Markdown
37 lines
544 B
Markdown
# az
|
|
|
|
> The official CLI tool for Microsoft Azure.
|
|
> Some subcommands such as `login` have their own usage documentation.
|
|
> More information: <https://learn.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`
|
|
|
|
- Start in interactive mode:
|
|
|
|
`az interactive`
|
|
|
|
- Display help:
|
|
|
|
`az --help`
|