mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00
559 B
559 B
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