You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/opentelemetry-howto.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ Examples in this article assume your app is using `IHostApplicationBuilder`, whi
104
104
```
105
105
---
106
106
107
-
1. In your Program.cs project file, add this `using` statement:
107
+
2. In your Program.cs project file, add this `using` statement:
108
108
109
109
### [Application Insights](#tab/app-insights)
110
110
@@ -120,7 +120,7 @@ Examples in this article assume your app is using `IHostApplicationBuilder`, whi
120
120
121
121
---
122
122
123
-
1. The way that you configure OpenTelemetry depends if your project startup uses `IHostBuilder` or `IHostApplicationBuilder`, which was introduced in v2.x of the .NET isolated worker model extension.
123
+
3. The way that you configure OpenTelemetry depends if your project startup uses `IHostBuilder` or `IHostApplicationBuilder`, which was introduced in v2.x of the .NET isolated worker model extension.
0 commit comments