Azure – Is it possible to remove all App Configuration keys before deploying the new keys?
I have a Bicep script that deploys an instance of App Configuration into a resource group. We use the "incremental mode", as otherwise a deployment of a single instance would delete everything else on that resource group. However, the problem…