Flatten Json for Azure Service App Configuration
The Azure CLI and Az Powershell module will let you import your .NET application's configuration (appSettings.json) to your azure Service/Web App or Azure Function.
Import
az webapp config appsettings set -g MyResourceGroup -n MyUniqueApp --settings ...
wind010.hashnode.dev2 min read
Scott Vossen
This looks like exactly what I need. The gist is being clipped though. Do you have a link to this in a repo somewhere?