From the course: Azure for DevOps: Continuous Feedback

Unlock the full course today

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

App mapping in Application Insights

App mapping in Application Insights - Azure Tutorial

From the course: Azure for DevOps: Continuous Feedback

Start my 1-month free trial

App mapping in Application Insights

- [Instructor] Welcome to this clip on Application Map. Application Map is one of my favorite features of Azure Monitor, and I'll explain why in a second. So what does Application Map help you with? Application Map can help you spot performance bottlenecks or failure hotspots across all components of your distributed application. So what do I mean by a component? A component can be an independently deployable part of your distributed application. So let's say you have a microservices-based application, and part of the application is hosted inside some sort of a container orchestrator, and then maybe other part of the application's hosted inside App Service. These are all components, and you want to be able to look at them as a complete unit so you know how the traffic is flowing, what kind of timing dependencies exist across invocation of these components. Now, keep in mind these components that constitute our application…

Contents