diff --git a/host.json b/host.json index 94890e0..e69de29 100644 --- a/host.json +++ b/host.json @@ -1,103 +0,0 @@ -{ - "version": "2.0", - "aggregator": { - "batchSize": 1000, - "flushTimeout": "00:00:30" - }, - "concurrency": { - "dynamicConcurrencyEnabled": true, - "snapshotPersistenceEnabled": true - }, - "extensions": { - "blobs": {}, - "cosmosDb": {}, - "durableTask": {}, - "eventHubs": {}, - "http": {}, - "queues": {}, - "sendGrid": {}, - "serviceBus": {} - }, - "extensionBundle": { - "id": "Microsoft.Azure.Functions.ExtensionBundle", - "version": "[1.*, 2.0.0, 2.6.1)" - }, - "functions": [ "QueueProcessor", "GitHubWebHook" ], - "functionTimeout": "00:05:00", - "healthMonitor": { - "enabled": true, - "healthCheckInterval": "00:00:10", - "healthCheckWindow": "00:02:00", - "healthCheckThreshold": 6, - "counterThreshold": 0.80 - }, - "logging": { - "fileLoggingMode": "debugOnly", - "logLevel": { - "Function.MyFunction": "Information", - "default": "None" - }, - "applicationInsights": { - "samplingSettings": { - "isEnabled": true, - "maxTelemetryItemsPerSecond" : 20, - "evaluationInterval": "01:00:00", - "initialSamplingPercentage": 100.0, - "samplingPercentageIncreaseTimeout" : "00:00:01", - "samplingPercentageDecreaseTimeout" : "00:00:01", - "minSamplingPercentage": 0.1, - "maxSamplingPercentage": 100.0, - "movingAverageRatio": 1.0, - "excludedTypes" : "Dependency;Event", - "includedTypes" : "PageView;Trace" - }, - "dependencyTrackingOptions": { - "enableSqlCommandTextInstrumentation": true - }, - "enableLiveMetrics": true, - "enableDependencyTracking": true, - "enablePerformanceCountersCollection": true, - "httpAutoCollectionOptions": { - "enableHttpTriggerExtendedInfoCollection": true, - "enableW3CDistributedTracing": true, - "enableResponseHeaderInjection": true - }, - "snapshotConfiguration": { - "agentEndpoint": null, - "captureSnapshotMemoryWeight": 0.5, - "failedRequestLimit": 3, - "handleUntrackedExceptions": true, - "isEnabled": true, - "isEnabledInDeveloperMode": false, - "isEnabledWhenProfiling": true, - "isExceptionSnappointsEnabled": false, - "isLowPrioritySnapshotUploader": true, - "maximumCollectionPlanSize": 50, - "maximumSnapshotsRequired": 3, - "problemCounterResetInterval": "24:00:00", - "provideAnonymousTelemetry": true, - "reconnectInterval": "00:15:00", - "shadowCopyFolder": null, - "shareUploaderProcess": true, - "snapshotInLowPriorityThread": true, - "snapshotsPerDayLimit": 30, - "snapshotsPerTenMinutesLimit": 1, - "tempFolder": null, - "thresholdForSnapshotting": 1, - "uploaderProxy": null - } - } - }, - "managedDependency": { - "enabled": true - }, - "singleton": { - "lockPeriod": "00:00:15", - "listenerLockPeriod": "00:01:00", - "listenerLockRecoveryPollingInterval": "00:01:00", - "lockAcquisitionTimeout": "00:01:00", - "lockAcquisitionPollingInterval": "00:00:03" - }, - "watchDirectories": [ "Shared", "Test" ], - "watchFiles": [ "myFile.txt" ] -} \ No newline at end of file