diff --git a/samples/counter_entity/host.json b/samples/counter_entity/host.json index 81e35b7b..291065f8 100644 --- a/samples/counter_entity/host.json +++ b/samples/counter_entity/host.json @@ -1,3 +1,15 @@ { - "version": "2.0" + "version": "2.0", + "logging": { + "applicationInsights": { + "samplingSettings": { + "isEnabled": true, + "excludedTypes": "Request" + } + } + }, + "extensionBundle": { + "id": "Microsoft.Azure.Functions.ExtensionBundle", + "version": "[2.*, 3.0.0)" + } } \ No newline at end of file diff --git a/samples/counter_entity/requirements.txt b/samples/counter_entity/requirements.txt index e8934e6e..94cf6138 100644 --- a/samples/counter_entity/requirements.txt +++ b/samples/counter_entity/requirements.txt @@ -1,2 +1,2 @@ azure-functions -#azure-functions-durable>=1.0.0b6 \ No newline at end of file +azure-functions-durable \ No newline at end of file