mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 13:35:30 +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
21 lines
461 B
Markdown
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}}`
|