Upgrading Azure Function from .net core 3.1 to .net 6

Marco Sadeghi (WIPRO LIMITED) 21 Reputation points
2022-03-31T06:29:26.143+00:00

I'm looking for steps on how to upgrade my function (v3 to v4 & .net 6). As I've understood it, its possible only in vs2022, some nuget packages need to be swapped out & perhaps some code change too for the isolated approach.

If there are specific steps I can follow that would be great.

These are my nuget packages
188631-image.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,855 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,778 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,126 Reputation points
    2022-03-31T07:01:51.61+00:00

    @Marco Sadeghi (WIPRO LIMITED) Thanks for reaching out. I will suggest you to review the function migration document from 3x to 4x for upgrading your function app runtime version.
    You can refer to Migrate from ASP.NET Core 3.1 to 6.0 document on the Prerequisites (Visual studio 2022) and how to update package references.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.