Senior From PDF Azure Microsoft Azure

How do you enable distributed tracing?

  • Distributed tracing tracks requests across services and microservices.
  • Application Insights supports W3C trace context.
  • Example in ASP.NET Core:

builder.Services.AddApplicationInsightsTelemetry(options =>

{
options.EnableDependencyTrackingTelemetryModule = true;

});

More from Microsoft Azure Tutorial

All questions for this course
Toolliyo Assistant
Ask about tutorials, ebooks, training, pricing, mentor services, and support. I use public site content only—not admin or internal tools.

care@toolliyo.com

Need callback? Share your details