Let's have a look at the available options:
- Application Insights: It helps us detect and diagnose quality issues in web apps and web services, and helps us understand what users are actually using in the App Service. This is of tremendous importance to analyze the performance and error characteristics of the App Service. We will make use of application insights while building our movie booking app in the next chapter.
- Alerts: This is one of the superb features of Azure. If we want to know when our web app is performing poorly or there is a high CPU or memory usage due to load, we can configure rule-based email alerts in this blade and we will be notified by email if the rule criteria are met. Then with the help of other diagnostics ...