Search code examples
visual-studioazureazure-deployment

What should be done if Cloud Option is not available in VS 2017 for new project?


I downloaded the Visual Studio 2017 and installed the Azure Development from the many options available. I also downloaded and installed Service Fabric SDK.

When I opened the Visual Studio, it does not show any Cloud option under Installed options.

Could anyone help me in this?

Picture

PICTURE


Solution

  • That link clarified things. You probably know this already but you need to rerun visual studio setup, and add the components you want.

    To rerun setup...

    1. Quit Visual Studio.
    2. Control Panel > Programs > Programs and Features
    3. Select Visual Studio 2017
    4. Select Change > and you should get an option to Modify.
    5. Here, put a check mark to everything under 'Web Apps' or something similar. You can also go through the list of you will see that Azure is one of them.

    If you already tried this, then, I don't know but based on the screen shot above, this is most likely your issue.