When I try to create a new Azure Functions app in Visual Studio 2026 Insider edition, I don't get .NET 10 as an option -- see below:
I do have .NET 10 as an option for other project types such as .NET MAUI, ASP.NET Core, etc. Also when I check installed versions of .NET on my computer using dotnet --list-sdks, I do see .NET 10.0.100 rc2-25502-107 listed.
Any idea why .NET 10 isn't available for a new Azure Functions app?

