mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 11:46:00 +02:00
37 lines
559 B
Markdown
37 lines
559 B
Markdown
# az
|
|
|
|
> De officiële CLI tool voor Microsoft Azure.
|
|
> Sommige subcommando's zoals `login` hebben hun eigen documentatie.
|
|
> Meer informatie: <https://learn.microsoft.com/cli/azure/reference-index>.
|
|
|
|
- Log in bij Azure:
|
|
|
|
`az login`
|
|
|
|
- Beheer azure abonnementsgegevens:
|
|
|
|
`az account`
|
|
|
|
- Toon alle Azure Managed Disks:
|
|
|
|
`az disk list`
|
|
|
|
- Toon alle Azure virtual machines:
|
|
|
|
`az vm list`
|
|
|
|
- Beheer Azure Kubernetes Services:
|
|
|
|
`az aks`
|
|
|
|
- Beheer Azure Network resources:
|
|
|
|
`az network`
|
|
|
|
- Start in interactieve modus:
|
|
|
|
`az interactive`
|
|
|
|
- Toon de help:
|
|
|
|
`az --help`
|