Reputation: 319
I can not find the Azure Function Icon, when I try to create a new Project.
My current Visual Studio version is 15.9.7 and I own a Azure subscription. I can create an Azure Function in VS Code but not in my regular Visual Studio. Azure Developement is installed
My Setup in the VS Installer:
When I try to install azure functions manually, I get this error:
Does anyone know, what the problem is?
Upvotes: 0
Views: 1284
Reputation: 2088
it seems this is a generic problem , a github issue is created in here: https://github.com/Azure/Azure-Functions/issues/399
Upvotes: 1
Reputation: 4324
You need to install the Azure features from the VSTS installer. You are also missing the ARM Template option, which indicates you don't have the feature installed.
The VS Installer is what is used to install VS and is in the start menu:
Upvotes: 0