Skip to content

Commit b03ca64

Browse files
authored
host.json in entity sample now uses bundles (#296)
1 parent da425a0 commit b03ca64

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

samples/counter_entity/host.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
{
2-
"version": "2.0"
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": "[2.*, 3.0.0)"
14+
}
315
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
azure-functions
2-
#azure-functions-durable>=1.0.0b6
2+
azure-functions-durable

0 commit comments

Comments
 (0)