Upgrade Azure function from .net 6 isolated to .net 8 isolated

David Boss 20 Reputation points
2024-02-22T15:01:34.11+00:00

Is there anything specific I need to do to the Azure Function App in the portal to upgrade the function from .net 6 isolated to .net 8 isolated? I have already updated the project file to target the net8.0 framework.

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

Accepted answer
  1. Mike Urnun 9,786 Reputation points Microsoft Employee
    2024-02-23T19:35:24.4133333+00:00

    Hi @David Boss - We should have most of the "gotchas" documented in the following doc: Migrate .NET apps from the in-process model to the isolated worker model

    This guide doesn't present specific examples for .NET 7 or .NET 6. If you need to target these versions, you can adapt the .NET 8 examples.

    So, no specific guidance as to .net6 isolated to .net8 isolated. As long as the .net8 isolated is configured according to what the doc describes against the particular bindings and other dependencies you may have, you should be good. Are you hitting any specific error messages, etc? If so, please share the details here and we'll check those out and weigh in on the matter.


0 additional answers

Sort by: Most helpful