.NET 6 In-process worker model

Chakraborty, Shubham 100 Reputation points
2024-05-02T05:25:18.2633333+00:00

I have Azure Function Apps running on .NET 6 (LTS) In-process worker model. There is a service health advisory released from Microsoft that they will end the support of .NET 6 on Azure Function from 12th November 2024 onwards. Also,there is one more Microsoft documentation where they mentioned In-process worker model will be retired on 2026. Can someone please tell me what will going to happen on 12th November 2024, did my Function Apps running on .NET 6 in-process model will also get impacted and needs to be upgraded in .NET 8 isolated model or i have no actions to perform till 2026??

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,890 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
{count} votes

Accepted answer
  1. JananiRamesh-MSFT 29,261 Reputation points
    2024-05-03T10:21:20.5333333+00:00

    @Chakraborty, Shubham Thanks for reaching out. Support ends for the in-process model on November 10, 2026. For more information, see this support announcement. For continued full support, you should migrate your apps to the isolated worker model.

    This means that after November 12, 2024, Microsoft will no longer provide support for .NET 6 on Azure Functions. However, your Function Apps running on .NET 6 in-process model will continue to run, but you will not receive any updates or support from Microsoft.

    https://azure.microsoft.com/en-us/updates/retirement-support-for-the-inprocess-model-for-net-apps-in-azure-functions-ends-10-november-2026/

    .Net 6.0 framework Itself is retiring and support will end Nov 12th 2024

    https://dotnet.microsoft.com/en-us/platform/support/policy.Net 6.0  Inprocess support will end by Nov 10th 2026.

    do let me know incase of further queries, I would be happy to assist you.

    Please accept as Yes if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.

    1 person found this answer helpful.
    0 comments No comments

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.