0
votes

I'm brand new to Azure. I'm trying to get a Cloud Service running with 3 web roles.

Last night I created the .cspkg and .cscfg files, exported the certificates and uploaded everything to Azure manager. The manager said my Cloud Service was successful, however for the last 10 hours when I click on "Cloud Services" in the manager it shows my service, but it says "Creating" with wait gif under "SERVICE STATUS".

Is it really still creating? Or did it fail? Is it possible to view more detailed information about the creation process and/or any log files?

Thanks,

2
I recommend deleting it and creating another one. There must have been a glitch.Ahmet Alp Balkan
Thanks, took me a while to figure out how, but I was eventually able to delete it using the Azure PowerShell.MCM
doesn't it allow you to delete a hosted service from management web portal?Ahmet Alp Balkan
not one that is stuck in "creating", the delete button was disabled.MCM

2 Answers

0
votes

Something "bad" has happened. Service Spin up time should be at most a few minutes. I've seen it take up to 10-15 minutes depending on the hosting center and the number of scaled instances that need to come up but 10 hrs something has definitely gone wrong.

I would delete the service and start again. If you experience the same problem, have a look in your service start up code and make sure that there's no exceptions/infinite loops, other problems in there that might be causing problems.

0
votes

It may miss any assembly references. If you included any assembly references(packages that are not part of .net) then please ensure that its copy to local attribute is set to true.