Sunday, May 15, 2011

Windows Azure Instance Aborted/Busy - Error

After deploying my service to windows azure my service was simply looping through the standard busy loop with no end in sight.

I resolved that issue by going to: AzureLocalStorageTraceListener.vb
change file name: ".svclog" file.
replace with your project name for example. MyWinAzure1.svclog.
change in both places New() and GetLogDirectory() function.