On Windows Azure, you can output trace messages when your Roles are running "in the cloud". You write the messages by calling the RoleManager.WriteToLog() API in Microsoft.ServiceHosting.ServiceRuntime. This post will cover how to: Copy the logs for your
Read More...