Visual Studio 2015 shuts down when trying to publish asp.net webpage to Azure

I created an ASP.NET MVC 5 application and am trying to publish it to Azure (I have an active subscription). When I right-click a project and select "Publish to Azure", the modal "Create App Service" appears and just freezes. I need to kill the visual studio process to shut it down.

enter image description here

I tried this on several virtual machines, some Windows Server 2012 and some Windows 10, both from my office network and at home, so I would confidently assume that this is not a problem with a specific environment, but rather a big problem.

Any ideas?

+6
source share
2 answers

The Visual Studio 2015 tool currently (Azure SDK 2.8.1) requires the creation of at least one resource group.

You can work around this by creating a resource group in the subscription that you use through the Azure Portal .

I discovered the problem on the GitHub project site. See number # 1704 .

Hope this helps.

+6
source

I had to upgrade the Azure snap-in through the Extensions and Updates menu in Visual Studio. None of these workarounds for creating items through the web interface worked or was needed.

+2
source

All Articles