Further reading
- The following link introduces best practices for logging and monitoring with Azure Monitor:
https://docs.microsoft.com/en-us/azure/azure-monitor/best-practices
- You can discover a recommended technique for troubleshooting metrics of web applications with Azure Monitor at the following link:
https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-troubleshoot
- You can find recommendations about implementing Application Insights for ASP.NET Core websites at the following link:
https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core
- You can learn more about tracking custom events and metrics in code at the following link:
- The following link demonstrates how to debug crashes collected by Application Insights snapshot debugging:
https://docs.microsoft.com/en-us/azure/azure-monitor/app/snapshot-debugger
- The following article explains how to collect logs from a VM...