mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:46:00 +02:00

* az-*: update links and page description * az-aks: update link and page description * az-*: fix typos in Spanish translation * az-*: update links and description in Spanish translation
461 B
461 B
az config
Verwalten der Azure CLI-Konfiguration. Teil von
azure-cli
(auch bekannt alsaz
). 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}}