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 :
But on my computer I am not able to find the same option :
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
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
In addition you are running blend no visual studio
PS. Can you please verify that you've installed it?