Azure Functions - What is the purpose of having host.json and local.settings.json
I can see two json files(host.json and local.settings.json) has been added in Azure Function directory. host.json { "version": "2.0", "logging": { "applicationInsights": { "samplingExcludedTypes": "Request", "samplingSettings": { "isEnabled": true } } } } local.settings.json { "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=tr