The Azure Application Insights service offers the snapshot debugger, which is a feature for monitoring exception telemetry from your application, including production scenarios. Whenever there is an unhandled exception (top-throwing), the snapshot debugger collects managed memory dumps that can be analyzed directly in Azure Portal or, for more advanced scenarios, Visual Studio 2019 Enterprise edition. Visual Studio will have this feature installed by default if you selected the ASP.NET workload in the installer.
Snapshot debugger
Snapshot debugging can be configured for regular .NET applications that are not using ASP.NET MVC. You can find out more in the documentation at https://docs.microsoft.com/en-us/azure/azure-monitor/app/snapshot-debugger-vm#configure-snapshot-collection-for-other-net-applications ...
Get Hands-On Kubernetes on Windows now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.