Simplified Solution: Troubleshooting Backend API Failures in Azure Cloud

Application failures can be classified into three main types: User Interface failures, Backend API failures, and Infrastructure failures. When users encounter issues, they often submit tickets based on the priority of the problems.

Troubleshooting Application From User Interface

This article focuses on identifying the root cause of Backend API failures without debugging the application code. The main challenge lies in pinpointing the exact cause of the issue. The initial step involves using developer tools Network Fetch/XHR option for debugging, which helps identify the failing API and its response code. Application Support Engineer may get an initial idea about the issue. With this information and timestamp of the issue occurs can help debugging from Azure Portal.