I'm trying to use Visual studio 2019 to create develop & test Azure function locally. So I did install the ASP.NET & Azure development workload modules from the Visual Studio installer. I was able to create a new project using the azure function template using .NET 2.
This created a boilerplate .cs code.
Now here's where the problem is. I'm trying to add a new azure function to my project using the Add > New Item menu from the context menu when right clicked on the project. In the list of templates there is no Azure function templates listed. I've used the search option to filter the templated but end up getting No items found message.
I am not sure what's wrong with my Visual Studio. Does anyone have faced this issue with missing templates and resolved it? Let me know.