1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 13:35:30 +02:00
tldr/pages.de/common/az-config.md
Sebastiaan Speck 3e53d171bd
az-*: update links and page description (#10963)
* 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
2023-10-15 13:12:29 +05:30

21 lines
461 B
Markdown

# az config
> Verwalten der Azure CLI-Konfiguration.
> Teil von `azure-cli` (auch bekannt als `az`).
> 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}}`