Skip to content

Commit 45fd5ad

Browse files
authored
+ host.json
1 parent 545bdd1 commit 45fd5ad

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/host.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": "2.0",
3+
"logging": {
4+
"applicationInsights": {
5+
"samplingSettings": {
6+
"isEnabled": true,
7+
"excludedTypes": "Request"
8+
}
9+
}
10+
},
11+
"extensionBundle": {
12+
"id": "Microsoft.Azure.Functions.ExtensionBundle",
13+
"version": "[4.*, 5.0.0)"
14+
}
15+
}

0 commit comments

Comments
 (0)