az-appconfig

appconfig Manage App configurations on Azure. Part of az, the…

az appconfig

Manage App configurations on Azure. Part of az, the command-line client for Microsoft Azure. More information: https://docs.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}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← az-account az-bicep →