DEV Community

Cover image for OpenTelemetry, Azure Function and AppInsights
Antoine
Antoine

Posted on

OpenTelemetry, Azure Function and AppInsights

Photo by Luke Chesser on Unsplash

The question has been raised about: how to do Distributed Tracing in Azure Function ?

And since December 2020, the PR that allow us to use AppInsights as backend has been merged (in 2.4.0 release).

For now, the best documentation is in this sample, that describes simple configuration.

So:

  • upgrade your azure function durable extension to at least 2.4.0
  • enable distributed tracing through configuration in your host.json

Span can be found in AppInsights using Search for Requests and then clicking on any one.

Hope this helps !

Top comments (0)