Skip to content

Commit a1bef35

Browse files
authored
Fixing Application Insights Sampling documentation. Setting should be "samplingSettings".
1 parent 22afbc1 commit a1bef35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-host-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following sample *host.json* files have all possible options specified.
6464
"default": "None"
6565
},
6666
"applicationInsights": {
67-
"sampling": {
67+
"samplingSettings": {
6868
"isEnabled": true,
6969
"maxTelemetryItemsPerSecond" : 5
7070
}

0 commit comments

Comments
 (0)