We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da425a0 commit b03ca64Copy full SHA for b03ca64
samples/counter_entity/host.json
@@ -1,3 +1,15 @@
1
{
2
- "version": "2.0"
+ "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
15
}
samples/counter_entity/requirements.txt
@@ -1,2 +1,2 @@
azure-functions
-#azure-functions-durable>=1.0.0b6
+azure-functions-durable
0 commit comments