mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages./: Automatically add alias pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages./: Automatically add links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Fix false positives from script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
29 lines
505 B
Markdown
29 lines
505 B
Markdown
# az
|
|
|
|
> La CLI officielle de Microsoft Azure.
|
|
> Certaines commandes comme `az login` ont leur propre documentation.
|
|
> Plus d'informations : <https://learn.microsoft.com/cli/azure>.
|
|
|
|
- Connexion à Azure :
|
|
|
|
`az login`
|
|
|
|
- Gère les informations de souscription azure :
|
|
|
|
`az account`
|
|
|
|
- Affiche tous les disques managés Azure :
|
|
|
|
`az disk list`
|
|
|
|
- Liste toutes les machines virtuelles Azure :
|
|
|
|
`az vm list`
|
|
|
|
- Gère Azure Kubernetes Services:
|
|
|
|
`az aks`
|
|
|
|
- Gère les ressources réseaux Azure :
|
|
|
|
`az network`
|