Skip to content

Commit a7c9c8c

Browse files
authored
Merge pull request #125609 from RohitRanjanMS/patch-3
Update opentelemetry-howto.md
2 parents 6134ed0 + ed4368f commit a7c9c8c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

articles/azure-functions/opentelemetry-howto.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,6 @@ To enable OpenTelemetry output from the Functions host, update the [host.json fi
4242
```json
4343
{
4444
"version": "2.0",
45-
"logging": {
46-
"applicationInsights": {
47-
"samplingSettings": {
48-
"isEnabled": true,
49-
"excludedTypes": "Request"
50-
},
51-
"enableLiveMetricsFilters": true
52-
}
53-
},
5445
"telemetryMode": "openTelemetry"
5546
}
5647
```

0 commit comments

Comments
 (0)