Diagnose and Solve - page 3

Recent posts

Proactive Crash Monitoring in Azure App Service

3 minute read • By Puneet Gupta • March 1, 2021

A crash of a process happens when the process terminates due to an unhandled exception within the application code. A crash leads to a restart and all the in...

Crash Monitoring in Azure App Service

4 minute read • By Yun Jung Choi, Puneet Gupta • August 11, 2020

Application crashes happen. A crash is when an exception in your code goes un-handled and terminates the process. These unhandled exceptions are also known a...