Monitoring the movie booking app
Coding and deploying an app is fine, but it's equally important to ensure that the app keeps running fine once it's deployed in production and end users start using it. So monitoring an app is quite important. In this section, we will learn to add Application Insights in our web app and also touch upon various out-of-the box monitoring options provided by Azure. We will start with Application Insights.
Application Insights
Application Insights is an extensible Application Performance Management (APM) service for web developers on multiple platforms to monitor web applications for performance, usability, and availability. It automatically detects performance issues. It includes powerful analytics tools to help us diagnose issues and to understand what users actually do with our app. How cool is that? We can find out about the most and least used features of our web app using Application Insights. We can use the actionable insights from Application Insights to...