From the course: Azure Essential Training for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

What is Application Insights?

What is Application Insights? - Azure Tutorial

From the course: Azure Essential Training for Developers

Start my 1-month free trial

What is Application Insights?

- Application Insights is a service that helps us understand how our applications are doing and how it's being used. It's easy to add to your applications too. By importing the Application Insights package to your project, you give yourself the ability to really observe your apps. Once installed, Application Insights starts tracking important things about your app. Things like request rates, response times and failure rates. Which can help you find out which pages are the most popular. At what times of the day and where your users are. Or application exceptions, where you can drill into stack trace and related requests. Page views, load performance and user end session counts are also tracked, which are key to accessing your applications performance, user engagement and user retention. And if you need just a bit more customization, you can even write some code to track the events and metrics you care about. Like…

Contents