While upgrading if you are facing issue, especially below error
There was an error performing a read operation on the Blob Storage Secret Repository. then check out the following ways in comment/answer to resolve this
While upgrading if you are facing issue, especially below error
There was an error performing a read operation on the Blob Storage Secret Repository. then check out the following ways in comment/answer to resolve this
2
Answers
Perform the below actions or verify with the below steps
Good to include the following in your local.setting.json
Modify csproj project file to make sure your azure function has the following
Your JSON configuration file must have "FUNCTIONS_EXTENSION_VERSION" as "~4"
Make sure Azurite is up and coming
Note: Always run azurite first and then open visual studio
The above step will help you to make sure azurite is running perfectly without error especially azure storage emulator error "Port conflict with an existing application"
Having recently done this activity. you must upgrade azure functions version to 4 in your csproj file.
and upgrade all nuget packages in your project. this should take care of incompatible packages being upgraded. That should be sufficiant.