Right on the heels of my post on how to use the CloudDrive sample to access the logs for your service running on Windows Azure , John Spurlock posted a link to SpaceBlock on the Windows Azure forum that now supports Windows Azure Blob Storage. This is
Read More...
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...