Skip to content

Commit 18096b7

Browse files
authored
Fix note indent
1 parent 2443429 commit 18096b7

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+
> `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`.
107107
108108
```cmd
109109
dotnet add package Microsoft.Azure.Functions.Worker.OpenTelemetry

0 commit comments

Comments
 (0)