Skip to content

Commit 6e516d4

Browse files
committed
Add missing comma
1 parent 2a46e4a commit 6e516d4

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
@@ -104,7 +104,7 @@ The following sample *host.json* file has all possible options specified (exclud
104104
"tempFolder": null,
105105
"thresholdForSnapshotting": 1,
106106
"uploaderProxy": null
107-
}
107+
},
108108
"SamplingExcludedTypes": "",
109109
"SamplingIncludedTypes": "Dependency, Event, Exception, PageView, Request, Trace"
110110
}

0 commit comments

Comments
 (0)