2022-10-23 03:47:51 +01:00
|
|
|
# az config
|
|
|
|
|
|
|
|
> Verwalten der Azure CLI-Konfiguration.
|
2023-10-15 08:42:29 +01:00
|
|
|
> Teil von `azure-cli` (auch bekannt als `az`).
|
2022-10-23 03:47:51 +01:00
|
|
|
> 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}}`
|