Blog coding and discussion of coding about JavaScript, PHP, CGI, general web building etc.

Sunday, July 24, 2016

Visual Studio hangs when creating Azure App Service

Visual Studio hangs when creating Azure App Service


I'm trying to follow a tutorial on Azure deployment. I'm stuck on one of the first steps creating the App Service. It seams that the form tries to find all App Service Plans but can't, so all of Visual Studio hangs. I had to kill it with Task Manager. Any clues on how I can fix this? Do I need to create something at the Azure management console?

enter image description here

Answer by CJensen for Visual Studio hangs when creating Azure App Service


I had the same problem. It started to work after I logged into the Azure Dashboard and manually created an App Services Web App.

Answer by Ahmet Arslan for Visual Studio hangs when creating Azure App Service


Login to Azure Portal and create necessary resources. VS screens do not seem to work properly. I created Api App on azure portal and the problem .

Answer by Shaun Roberts for Visual Studio hangs when creating Azure App Service


Ran into the same issue a few days ago and here is how I got it working.

I had yet to create any App Services in the Azure account I had tied to Visual Studio and when I got to the Create App Service window you posted, Visual Studio would freeze.

I logged into the Azure Portal, created an App Service with a different name than the project. Once it was created, I then deleted the newly created App Service.

After doing this had no problem freezing in Visual Studio. The fix appears to be to create at least one App Service in portal before it works in VS.

Answer by George Huang for Visual Studio hangs when creating Azure App Service


I did the steps below to resolve the issue.

1. login to your azure account.    2. manually create an app service (use any dummy app service name). The service plan and resource group will be created while you're creating  this app service.    3. Once you see the dummy app service created on your azure dashboard (it will take around 1-2 minutes), open your visual studio from your pc,  create your web project and check api service, ok.    

--- This time, the service plan and resource group will be brought in.---

4. click "Create" to create your "real" web/api project in azure.   5. now you can remove the dummy service from azure.  

Hope this help!

Answer by Jonas Brandel for Visual Studio hangs when creating Azure App Service


Same problem, however I have 3 Azure subscriptions, but even after making sure all of'em has at least one App Service it still hangs on this step. No other option than to not check the option to host.

Answer by SpeedBird527 for Visual Studio hangs when creating Azure App Service


Had the same issue, turned out I hadn't installed Azure SDK, you'd think there would be some kind of error message, but no. Installing the SDK fixed issue


Fatal error: Call to a member function getElementsByTagName() on a non-object in D:\XAMPP INSTALLASTION\xampp\htdocs\endunpratama9i\www-stackoverflow-info-proses.php on line 72

0 comments:

Post a Comment

Popular Posts

Powered by Blogger.