App Configuration
Overview
App Configuration allows centralized management of application settings, with integration to Azure Key Vault, Managed System Identity, App Service and Functions.
Command-line operations
You can use the cli to do bulk operations, e.g. delete all keys by label:
az appconfig kv delete --key "*" --label "*" --subscription "<guid or name>" --name "app-config-resource-name"