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
Sebastiaan Speck 5788b56f69
pages.nl/*: add and update pages (#11397)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-07 14:27:25 +01:00

29 lines
466 B
Markdown

# az
> De officiële CLI tool voor Microsoft Azure.
> Sommige subcommando's zoals `az login` hebben hun eigen documentatie.
> Meer informatie: <https://learn.microsoft.com/cli/azure>.
- 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`