playwright/utils/flakiness-dashboard/host.json

25 lines
441 B
JSON

{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
}
},
"extensions": {
"queues": {
"batchSize": 1,
"newBatchThreshold": 0
},
"blobs": {
"maxDegreeOfParallelism": 1
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[4.*, 5.0.0)"
}
}