Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 does not find existing Web Apps on Azure Cloud during Web Deploy

Tags:

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.

like image 715
Erba Aitbayev Avatar asked Dec 03 '16 10:12

Erba Aitbayev


People also ask

How do I deploy a web app to Azure using Visual Studio code?

Publish to AzureRight click the bin\Publish folder and select Deploy to Web App... and follow the prompts. Select the subscription where the Azure Web App resource is located. Select the Azure Web App resource to which you will publish.

Which Web applications can be deployed with Azure?

ASP.NET, PHP and WCF can be used as web applications for Microsoft azure.


1 Answers

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.

like image 185
Erba Aitbayev Avatar answered Oct 20 '22 17:10

Erba Aitbayev