diff --git a/host.json b/host.json index 8f3cf9d..6e69c47 100644 --- a/host.json +++ b/host.json @@ -1,7 +1,18 @@ { "version": "2.0", + "logging": { + "applicationInsights": { + "samplingSettings": { + "isEnabled": true, + "excludedTypes": "Request" + } + } + }, + "managedDependency": { + "enabled": true + }, "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle", - "version": "[1.*, 2.0.0)" + "version": "[3.*, 4.0.0)" } } \ No newline at end of file