'Where does Visual Studio Professional 2022 put the default templates for Azure Functions?

When I try to create a new Azure Function: (Create New Project -> Azure Functions -> Timer Trigger) I get a blank solution with no projects (Projects(0)).

I've reinstalled Visual Studio and the associated Add-Ons multiple times.

Where can I find the default templates for Visual Studio Professional 2022?



Solution 1:[1]

One of the workaround is to download the .NET desktop development. Navigate to Tools >> Get Tools and Features >> check .NET Desktop Development >> Install.

enter image description here

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 SwethaKandikonda-MT