0
votes

When I am trying to run azure function from visual studio 2019.. its giving me below error The listener for function 'CommAdd' was unable to start. The listener for function 'CommAdd' was unable to start. Microsoft.Azure.Storage.Common: Calculated MD5 does not match existing property.

Please help.

1
are you using the storage emulator?Sajeetharan
There is azurestorageemulator folder in %localappdata% but I never used that.. I just run my function from visual studio..Preeti

1 Answers

0
votes

The storage emulator supports a single account and storage key.

One possible problem is that the storage emulator was installed with a different account than what is being used to access the storage. Another is that the config has been corrupted.

It may be faster to uninstall and reinstall the storage emulator, than finding out exactly what is wrong.