Add local.settings.json file to visual studion solution

Right click on your project -> Add -> New class -> Rename it as local.settings.json

{
“IsEncrypted”: false,
“Values”: {
“AzureWebJobsStorage”: “UseDevelopmentStorage=true”,
“AzureWebJobsDashboard”: “UseDevelopmentStorage=true”,
“sqlUsernameUri”: “https://rwasdf.vault.azure.net/secrets/proj1-BYOD-SQL-Username/4092b7eb4235467789345124019955709”
}
}

Before building the project-> go to properties of the file -> copy to output directory-> copy if newer/copy always

Leave a comment