What is the use of "https://dc.services.visualstudio.com/v2/track"

AngularjsAzure Application-Insights

Angularjs Problem Overview


What is the use of "https://dc.services.visualstudio.com/v2/track" ? As it is used to track our application using Application Insights but in page refresh or page break it stop tracking after that.

Angularjs Solutions


Solution 1 - Angularjs

It's an old question but (un)forturnately still relevant...

See: http://davidbanks.blog/Posts/redirectingApplicationInsights

It seems that the telemetry for Application Insights is currently (on the 11 May 2017) going to two endpoints:

  • dc.services.visualstudio.com/v2/track is the endpoint for most of the metrics
  • rt.services.visualstudio.com/v2/track seems to be exclusively for "Quick Pulse Service"

Source: https://docs.microsoft.com/en-us/azure/azure-monitor/app/ip-addresses

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAshish Kumar SahooView Question on Stackoverflow
Solution 1 - AngularjsHerre KuijpersView Answer on Stackoverflow