|
@@ -2,17 +2,17 @@
|
|
|
|
|
|
> La CLI officielle de Microsoft Azure.
|
|
> La CLI officielle de Microsoft Azure.
|
|
> Certaines commandes comme `az login` ont leur propre documentation.
|
|
> Certaines commandes comme `az login` ont leur propre documentation.
|
|
-> Plus d'informations : <https://learn.microsoft.com/cli/azure>.
|
|
|
|
|
|
+> Plus d'informations : <https://learn.microsoft.com/cli/azure/reference-index>.
|
|
|
|
|
|
- Connexion à Azure :
|
|
- Connexion à Azure :
|
|
|
|
|
|
`az login`
|
|
`az login`
|
|
|
|
|
|
-- Gère les informations de souscription azure :
|
|
|
|
|
|
+- Gère les informations de souscription Azure :
|
|
|
|
|
|
`az account`
|
|
`az account`
|
|
|
|
|
|
-- Affiche tous les disques managés Azure :
|
|
|
|
|
|
+- Affiche tous les disques administrés Azure :
|
|
|
|
|
|
`az disk list`
|
|
`az disk list`
|
|
|
|
|
|
@@ -20,10 +20,18 @@
|
|
|
|
|
|
`az vm list`
|
|
`az vm list`
|
|
|
|
|
|
-- Gère Azure Kubernetes Services :
|
|
|
|
|
|
+- Gère les services Kubernetes Azure :
|
|
|
|
|
|
`az aks`
|
|
`az aks`
|
|
|
|
|
|
- Gère les ressources réseaux Azure :
|
|
- Gère les ressources réseaux Azure :
|
|
|
|
|
|
`az network`
|
|
`az network`
|
|
|
|
+
|
|
|
|
+- Démarre en mode interactif :
|
|
|
|
+
|
|
|
|
+`az interactive`
|
|
|
|
+
|
|
|
|
+- Affiche l'aide :
|
|
|
|
+
|
|
|
|
+`az --help`
|