azure - why worker role instance is busy? -
i learning azure cloud services. deployed contosco cloud service (https://azure.microsoft.com/en-us/documentation/articles/cloud-services-dotnet-get-started/) staging slot. ads worker role instance having problems (busy status).
any tips on troubleshooting ? clicking on instance shows high level info. in non-azure application, looking @ event log useful. should following instruction : https://www.opsgility.com/blog/2011/09/20/windows-event-logs-with-windows-azure-diagnostics-and-powershell/
thanks,peter
you should first check this link understand various lifecycles cloud service goes through. understanding written in onstart() method might cause, without code in question can't sure. can enable diagnostics (logs) using this , this links. so, see, line of code has executed , keeping cloud service busy.
Comments
Post a Comment