Azure Function (.NET 7 Isolated) create an Azure Function App targeting .NET6?
Pietro Matteo Peru
0
Reputation points
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
:
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!
Sign in to answer