Azure Function Read local.settings.json to object
问题 I know i could add all my environment vars under the values {} section of local.settings.json. I am however trying to keep a tidy home and would like if I could do something like this. local.settings.json { "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=true", "AzureWebJobsDashboard": "", "Hello": "world" }, "ClientConfiguration": { "this": "that", "SubscriberEndpoint": "", "Username": "", "Password": "", "ObjectEndpoint": "" } } in my code i have var config =