Manage App configurations on Azure. Part of
azure-cli
(also known asaz
). More information: https://learn.microsoft.com/cli/azure/appconfig.
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