Search code examples
azurevisual-studio-2017azure-service-fabricazure-hub

Unable to find Service Fabric application New project option in Visual Studio 2017


Solution :

From answers we were able to find the location on Window 7 : "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe"

I am following this tutorial . For creating a new Service Fabric application I need to select the following application in image :

enter image description here

But on my computer I am not able to find the same option : enter image description here

I have installed the SDK from here for VS 2017 , but then too I am unable to find an option for new Service Fabric application .

Please tell what I am missing.

I have Powershell 3.0 , VS 2017 Community Edition, Windows 7

Installed components : enter image description here


Solution

  • Service Fabric Tools are part of the Azure Development and Management workload in Visual Studio 2017. Enable this workload as part of your Visual Studio installation.

    This means that you need to run installer again and make sure that you've selected azure deployment enter image description here

    In addition you are running blend no visual studio enter image description here

    PS. Can you please verify that you've installed it?

    enter image description here