зеркало из https://github.com/Azure/reddog-code.git
38 строки
915 B
JSON
38 строки
915 B
JSON
{
|
|
"version": "2.0",
|
|
"extensionBundle": {
|
|
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
|
"version": "[1.*, 2.0.0)"
|
|
},
|
|
"logging": {
|
|
"applicationInsights": {
|
|
"samplingSettings": {
|
|
"isEnabled": true,
|
|
"excludedTypes": "Request"
|
|
}
|
|
}
|
|
},
|
|
"extensions": {
|
|
"serviceBus": {
|
|
"prefetchCount": 100,
|
|
"messageHandlerOptions": {
|
|
"autoComplete": true,
|
|
"maxConcurrentCalls": 32,
|
|
"maxAutoRenewDuration": "00:05:00"
|
|
},
|
|
"sessionHandlerOptions": {
|
|
"autoComplete": false,
|
|
"messageWaitTimeout": "00:00:30",
|
|
"maxAutoRenewDuration": "00:55:00",
|
|
"maxConcurrentSessions": 16
|
|
}
|
|
},
|
|
"rabbitMQ": {
|
|
"prefetchCount": 100,
|
|
"queueName": "fx-queue-orders",
|
|
"connectionString": "amqp://user:H7MupfitOG@20.75.144.14:5672",
|
|
"port": 5672
|
|
}
|
|
}
|
|
}
|