Azure Functions – array of objects in local.settings.json
I am trying to implement an array of JSON objects in my local.settings.json file for my Azure function. The default file looks like this: { "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "Default", "AzureWebJobsDashboard": "Default", "FUNCTIONS_WORKER_RUNTIME": "dotnet", } I know that any…