Browse Source

az-config: add German translation (#9171)

Stefan Herpich 2 years ago
parent
commit
0cef45b1b2
1 changed files with 21 additions and 0 deletions
  1. 21 0
      pages.de/common/az-config.md

+ 21 - 0
pages.de/common/az-config.md

@@ -0,0 +1,21 @@
+# az config
+
+> Verwalten der Azure CLI-Konfiguration.
+> Teil von `azure-cli`.
+> Weitere Informationen: <https://learn.microsoft.com/cli/azure/config>.
+
+- Rufe alle Konfigurationen ab:
+
+`az config get`
+
+- Rufe alle Konfigurationen in einer Sektion ab:
+
+`az config get {{sektionsname}}`
+
+- Setze eine Konfiguration:
+
+`az config set {{konfigurationsname}}={{wert}}`
+
+- Hebe eine Konfiguration auf:
+
+`az config unset {{konfigurationsname}}`