How to create a new Azure function app running Dotnet 6 In-process model

quân nguyễn 25 Reputation points
2025-03-30T15:14:20.4966667+00:00

I am having a Dotnet 6 project deployed to a Function app which is running in:

  • Runtime stack: .NET
  • Version: 6.0 in-process
  • OS: Windows

But now, Azure function app is supported Net 8 and Net 9. Is there any way to create a new function app which can run with above Net 6 project?

Please help me answer. Thanks

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

Accepted answer
  1. Divyesh Govaerdhanan 2,955 Reputation points
    2025-03-30T15:31:01.69+00:00

    Hello,

    Welcome to Microsoft Q&A,

    .Net 6 reached end-of-life on 2024 Nov 12 and is no longer supported. You will not be able to create Azure Function apps with .Net 6. Please upgrade the application to .Net 8 or 9, and you can deploy the application.

    https://azure.microsoft.com/en-us/updates?id=dotnet6support

    Please Upvote and accept the answer if it helps!!

    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.