Function app is throwing an exception.
Mohammad Iqbal
0
Reputation points
Hello
One of my functions in my function app is throwing an exception.
The function works as designed.
The exception is not occurring consistently.
It is a Java project built with Maven.
Error building configuration in an external startup class. One or more loaded extensions do not meet the minimum requirements. For more information see https://aka.ms/func-min-extension-versions.
ExtensionStartupType AzureStorageWebJobsStartup from assembly 'Microsoft.Azure.WebJobs.Extensions.Storage, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not meet the required minimum version of 4.0.4.0. Update your NuGet package reference for Microsoft.Azure.WebJobs.Extensions.Storage to 4.0.4 or later.
Sign in to answer