Skip to content

Commit 054cefe

Browse files
committed
Updates based on Leighton feedback
1 parent 846742d commit 054cefe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-app-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ A [continuous deployment](./functions-continuous-deployment.md) setting that tel
607607

608608
## PYTHON_APPLICATIONINSIGHTS_ENABLE_TELEMETRY
609609

610-
Indicates whether the Python worker process should output telemetry in an Open Telemetry format to the Application Insights endpoint. Setting this flag to `True` tells the Functions host to let the Python worker process stream OpenTelemetry logs directly, which prevents duplicate host-level entries. For more information, see [Configure application settings](opentelemetry-howto.md?pivots=programming-language-python#configure-application-settings).
610+
Indicates whether the Python worker process should output telemetry in an Open Telemetry format to the Application Insights endpoint. Setting this flag to `True` tells the Functions host to let the Python worker process export OpenTelemetry data to [Application Insights endpoint](#applicationinsights_connection_string). For more information, see [Configure application settings](opentelemetry-howto.md?pivots=programming-language-python#configure-application-settings).
611611

612612
## PYTHON\_ISOLATE\_WORKER\_DEPENDENCIES
613613

@@ -626,7 +626,7 @@ When debugging Python functions, make sure to also set a debug or trace [logging
626626

627627
## PYTHON_ENABLE_OPENTELEMETRY
628628

629-
Indicates whether the Python worker process should export telemetry to an Open Telemetry endpoint. Setting this flag to `True` tells the Functions host to let the Python worker process stream OpenTelemetry logs directly, which prevents duplicate host-level entries. For more information, see [Configure application settings](opentelemetry-howto.md?pivots=programming-language-python#configure-application-settings).
629+
Indicates whether the Python worker process should export telemetry to an Open Telemetry endpoint. Setting this flag to `True` tells the Functions host to let the Python worker process export OpenTelemetry data to the configured [OTEL_EXPORTER_OTLP_ENDPOINT](#otel_exporter_otlp_endpoint). For more information, see [Configure application settings](opentelemetry-howto.md?pivots=programming-language-python#configure-application-settings).
630630

631631
## PYTHON\_ENABLE\_WORKER\_EXTENSIONS
632632

0 commit comments

Comments
 (0)