Using IntelliTrace with Azure sans Visual Studio

Grant Holliday, the Program Manager for TFS has just released a great blog post on how to use IntelliTrace with Azure machines (which surely do not have Visual Studio installed on them.) 

Since IntelliTrace can collect data and report it back via .iTrace files, this workflow is invaluable to users deploying Azure services in diagnosing issues like infinite reboots during the "Starting role" step, or determining what is causing a TypeLoadException to bring down your service.

The instructions Grant lays out are easy to understand and follow. Check it out over at his blog.