0
votes

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?.

2

2 Answers

0
votes

Ok i found a workaround (i think my local storage was corupted) 1)uninstall Microsoft Azure Storage Emulator 2)Reinstall it From Azure SDK using one of the methode in this doc AZURE STORAGE

0
votes

To fix this problem I cleared Azure Storage Emulator using

cd C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator .\AzureStorageEmulator.exe clear all