pages.nl/*: add and update pages (#11397)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
29
pages.nl/common/az.md
Normal file
29
pages.nl/common/az.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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`
|
Reference in New Issue
Block a user