Missing value for AzureWebJobsStorage in local.settings.json local development in Visual Studio 2017
Missing value for AzureWebJobsStorage in local.settings.json local development in Visual Studio 2017
Missing value for AzureWebJobsStorage in local.settings.json local development in Visual Studio 2017
Re: Missing value for AzureWebJobsStorage in local.settings.json local development in Visual Studio 2017
The solution was to right-click on local.settings.json, go to
properties, change "Copy to Output directory" from "Do not copy" to
"Copy always". Now the CLI picks up the settings when running from
within Visual Studio 2017.
[https://github.com/Azure/azure-functions-core-tools/issues/223#issuecomment-326225219](https://github.com/Azure/azure-functions-core-tools/issues/223#issuecomment-326225219)
properties, change "Copy to Output directory" from "Do not copy" to
"Copy always". Now the CLI picks up the settings when running from
within Visual Studio 2017.
[https://github.com/Azure/azure-functions-core-tools/issues/223#issuecomment-326225219](https://github.com/Azure/azure-functions-core-tools/issues/223#issuecomment-326225219)