Automatically Discover Your Application Topology using Application Map

Automatically Discover Your Application Topology using Application Map

With the new “Application Map” feature, you can visualize the overall application topology based on the incoming telemetry into Application insights. The Application Map generates based on the inbound telemetry information  and then analyze them to discover the overall application topology by classifying them against each layers of abstractions.

Each layer inside Application Map shows the overall performance information, request served, HTTP calls and also highlights if there is any bottleneck or error.  Using this layer diagram you can easily identify which layers/ areas are causing problem most and you can focus in to it rather than other sections.

Application Map
Application Map

From the above map, we can see there are some failures in the web server layers. To get a deeper diagnosis, just click on the individual panel which will open separate blade with details. For an example, to get details of  all failed request from the server select the “See Failed Requests” from the context menu.

Failed Request
Failed Request

Once we select this option, a new blade will open with the details of all the failed request.

Failed Request from Application Map
Failed Request from Application Map

Read All Tips & Tricks Related with Application Insights

How to generate the Application Map ?

Generating the Application Map is fairly easy and straight forward.

  • From the Azure Application Insight Portal, select your respective Application Insights
  • Then from the Settings panel to select the “Application Map” option under Investigate section.
Generate New Application Map
Generate New Application Map

All in all, This is an extremely useful feature to get an overall view of our application instantly and focusing on the problematic area faster than even.

Hope this helps.

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

4 Comments to “Automatically Discover Your Application Topology using Application Map”

Comments are closed.