1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/common/az.md

38 lines
559 B
Markdown
Raw Permalink Normal View History

# 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`
2024-09-21 16:24:12 +02:00
- Start in interactieve modus:
`az interactive`
- Toon de help:
`az --help`