

Microsoft is expanding OpenTelemetry (OTel) support to two major Azure services—Logic Apps and Functions—as part of its growing focus on open observability. This integration, now in public preview for Azure Functions, brings standardized telemetry to cloud-native and hybrid applications.
OpenTelemetry, a project by the Cloud Native Computing Foundation (CNCF), standardizes how telemetry (logs, traces, and metrics) is collected. It removes the need for vendor-specific tools and supports seamless integration with platforms like Azure Monitor, Grafana Tempo, and Jaeger.
To use OpenTelemetry:
host.json
: jsonCopyEdit{ "telemetryMode": "OpenTelemetry" }
OTEL_EXPORTER_OTLP_ENDPOINT
: The telemetry destination.OTEL_EXPORTER_OTLP_HEADERS
: Optional custom headers.Changes can be made via Visual Studio Code, Azure Portal, or deployment scripts depending on your hosting model.
This move is part of Microsoft’s broader push toward open standards for observability:
“We’re making OpenTelemetry available everywhere,”
— David Fowler, Microsoft
Microsoft’s OpenTelemetry support in Logic Apps and Functions offers developers a standardized, flexible way to monitor apps across cloud and hybrid setups—helping teams build, debug, and scale with confidence.
For more articles like this, visit our Homepage.
No Related Post