Azure Function (.NET 7 Isolated) create an Azure Function App targeting .NET6?

Pietro Matteo Peru 0 Reputation points
2023-02-01T12:39:52.9166667+00:00

Today I deployed a new Azure Function App targeting .NET 7 Isolated as framework on Azure. To create the resource on Azure I used the wizard present on Visual Studio 2022, so I both created the new resource and deployed it using VS2022.

Going to view the Function App on Azure, I realized that the wizard created it by running it over the .NET 6 stack although it also offers me the Isolated .NET7 stack:

3ehbT

I was wondering if there was a specific technical reason and possibly if it is safe to switch to .NET6 from the .NET7 Isolated stack. Thanks!

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,262 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,162 questions
{count} votes