Skip to content

Commit b921594

Browse files
committed
Merge branch 'rohit-fixup' of https://github.com/ggailey777/azure-docs-pr into rohit-fixup
2 parents 2a77aa8 + 05c6751 commit b921594

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-functions/opentelemetry-howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ Examples in this article assume your app uses `IHostApplicationBuilder`, which i
102102

103103
### [Application Insights](#tab/app-insights)
104104

105-
> [!NOTE]
106-
> `Microsoft.ApplicationInsights.WorkerService (v3.0 or later)` package is essentially a shim on top of Azure Monitor Exporter. It provides an Application Insights–style configuration experience but internally uses the same Azure Monitor pipeline. You can choose `Microsoft.ApplicationInsights.WorkerService (v3.0 or later)` instead of `Azure.Monitor.OpenTelemetry.Exporter`.
105+
> [!NOTE]
106+
> Starting with version 3.0, the `Microsoft.ApplicationInsights.WorkerService` package leverages Azure Monitor Exporter. You can use this package to maintain the existing Application Insights configuration behaviors while internally using the Azure Monitor pipeline, including the OpenTelemetry exporter. You can use the `Microsoft.ApplicationInsights.WorkerService` package (v3.0 or later) instead of the `Azure.Monitor.OpenTelemetry.Exporter` package, which is shown in the following example.
107107
108108
```cmd
109109
dotnet add package Microsoft.Azure.Functions.Worker.OpenTelemetry

0 commit comments

Comments
 (0)