2020-11-24 00:02:04 +01:00
|
|
|
{
|
|
|
|
|
"version": "2.0",
|
|
|
|
|
"logging": {
|
|
|
|
|
"applicationInsights": {
|
|
|
|
|
"samplingSettings": {
|
|
|
|
|
"isEnabled": true,
|
|
|
|
|
"excludedTypes": "Request"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"extensions": {
|
|
|
|
|
"queues": {
|
|
|
|
|
"batchSize": 1,
|
|
|
|
|
"newBatchThreshold": 0
|
2024-10-04 18:47:35 +02:00
|
|
|
},
|
|
|
|
|
"blobs": {
|
|
|
|
|
"maxDegreeOfParallelism": 1
|
2020-11-24 00:02:04 +01:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"extensionBundle": {
|
|
|
|
|
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
2024-04-24 22:23:28 +02:00
|
|
|
"version": "[4.*, 5.0.0)"
|
2020-11-24 00:02:04 +01:00
|
|
|
}
|
|
|
|
|
}
|