.Net 6 supprt in Azure function

subrat kumar sahu 20 Reputation points
2024-07-27T06:44:59.3633333+00:00

I want to write few Azure functions in c# using .Net 6(Visual studio 2022).

I heard .Net 6 support is going to end on November 2024.

In that case if today I will write a new azure function in C# using .Net 6 then I will get Long term support for the new Azure function or better I should write the Azure function using .Net 8.

Please suggest me the correct path.

Hoping a qucik answer.

Thanks,

Subrat

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,929 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Abiola Akinbade 29,490 Reputation points Volunteer Moderator
    2024-07-27T07:27:09.9133333+00:00

    Hello subrat kumar sahu,

    Thanks for your question.

    I will recommend you use .NET *8, as the specific wording from the retirement is "On 12 November 2024, support for .NET 6 in Azure Functions will end. Your apps that are hosted on Functions will continue to run, but security updates will no longer be available, and we'll no longer provide customer service for .NET 6"

    Retirement: Support for .NET 6 ends on 12 November 2024—upgrade your Azure Functions apps to .NET 8

    This means since you have not started it is better to use .NET8 for longer supportability an d for security updates.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

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.