Forum Discussion
KarimMomo
Oct 02, 2023Copper Contributor
Azure Function - Update NuGet packages
I recently upgraded Azure function app to V4. However, I'm encountering these error messages: Update your NuGet package reference for Microsoft.Azure.WebJobs.Extensions.Storage to 4.0.4 or later...
govindagoud
Oct 04, 2023Brass Contributor
I would suggest finding the main branch of your source code, branch it out as upgrade and update the nugget packages then test it and publish using one of IDE or CI/CD.
check out what are the breaking changes based on your current version of function app. below links provide you details explaining of migrating function app.s
https://learn.microsoft.com/en-us/azure/azure-functions/migrate-version-3-version-4?tabs=net6-isolated%2Cazure-cli%2Clinux&pivots=programming-language-csharp
https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-your-first-function-visual-studio