clem995
clem995

Reputation: 319

Azure Function App not showing up in VS 2017

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

enter image description here

My Setup in the VS Installer:

enter image description here When I try to install azure functions manually, I get this error:

enter image description here

Does anyone know, what the problem is?

Upvotes: 0

Views: 1284

Answers (2)

Anass Kartit
Anass Kartit

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

Sam Cogan
Sam Cogan

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:

enter image description here

Upvotes: 0

Related Questions