Hello i have this error since yesterday when debuging Azure Function i think it have to do with local dev storage cuz when i publish in azure all work well.
my local.settings.json is:
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"AzureWebJobsDashboard": "UseDevelopmentStorage=true",
"schedule": "*/1 * * * * *"
},
"ConnectionStrings": {
"crypto_dbEntities": //.................
}
ERROR:
[13/01/2019 13:33:29] The listener for function 'Function1' was unable to start. Microsoft.WindowsAzure.Storage: Calculated MD5 does not match existing property. [13/01/2019 13:33:29] The listener for function 'Function1' was unable to start. Microsoft.WindowsAzure.Storage: Calculated MD5 does not match existing property.
How can i fixe this?.