20

On my Azure account I have several Web Apps.

I'm trying to deploy my ASP.NET MVC project from Visual Studio 2015 using Publish. But it doesn't find any existing Web Apps on my Azure account. I logged in in Visual Studio. Credentials are correct. But list of existing Web Apps in VS is empty:

enter image description here


I select Microsoft Azure Web Apps:

Then it's loading some time and finally the list of existing Web Apps is empty. enter image description here


I thought that it's my specific project that doesn't work. Then I created new ASP MVC Web Application (template). Still, the list is empty.

My IDE: MS Visual Studio Professional 2015-U3


What might be a reason that VS cannot find existing Web Apps on my Azure cloud account? I tried to reenter my credentials, logout and login. Nothing.

Erba Aitbayev
  • 4,167
  • 12
  • 46
  • 81

1 Answers1

29

I have updated my Microsoft Azure SDK from version 2.7 to a newer (2.9.6) and problem resolved. Now it works. The list of existing resource groups and web apps is correct. enter image description here


As @Marnee mentioned:

In Visual Studio go to Tools >> Extensions and Updates. Click on Updates in the left-hand pane. You should see the Azure SDK with a Update button. Follow that.

Erba Aitbayev
  • 4,167
  • 12
  • 46
  • 81
  • 2
    [Adding more information] Go here: https://azure.microsoft.com/en-us/downloads/ and download SDK for VS 2015 – Asher G. Jan 09 '17 at 04:35
  • 8
    In Visual Studio go to Tools >> Extensions and Updates. Click on Updates in the left-hand pane. You should see the Azure SDK with a Update button. Follow that. – Marnee KG7SIO Jan 23 '17 at 18:53