Debug Azure code in PRODUCTION without affecting users
If you have not heard of Azure Snapshot debugger, part of Application Insights, it is well worth your time to become acquainted with it. It allows you to view a debug session of a production instance in the browser as well as download the information into Visual Studio for more debugging.
This week’s Azure Friday is about it and they walk you through an example of how to debug an issue in production code. In addition there is an excellent MSDN article about it as well. Even though the article is geared towards .Net Core, Snapshot debugger also works with .Net.
This is going to be a very useful tool to add to your debugging arsenal.