az appconfig

Manage App configurations on Azure. Part of azure-cli (also known as az). More information: https://learn.microsoft.com/cli/azure/appconfig.

az appconfig create {{[-n|--name]}} {{name}} {{[-g|--resource-group]}} {{group_name}} {{[-l|--location]}} {{location}}

az appconfig delete {{[-g|--resource-group]}} {{rg_name}} {{[-n|--name]}} {{appconfig_name}}

az appconfig list

az appconfig list {{[-g|--resource-group]}} {{rg_name}}

az appconfig show {{[-n|--name]}} {{appconfig_name}}

az appconfig update {{[-g|--resource-group]}} {{rg_name}} {{[-n|--name]}} {{appconfig_name}}