💾 Archived View for freeshell.de › tldr › az-appconfig.gmi captured on 2023-09-28 at 16:14:02. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Manage App configurations on Azure.
Part of `az`, the command-line client for Microsoft Azure.
az appconfig create --name {name} --resource-group {group_name} --location {location}
az appconfig delete --resource-group {rg_name} --name {appconfig_name}
az appconfig list
az appconfig list --resource-group {rg_name}
az appconfig show --name {appconfig_name}
az appconfig update --resource-group {rg_name} --name {appconfig_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).