25 строки
486 B
JSON
25 строки
486 B
JSON
{
|
|
"version": "2.0",
|
|
"logging": {
|
|
"fileLoggingMode": "always",
|
|
"logLevel": {
|
|
"default": "Information"
|
|
},
|
|
"applicationInsights": {
|
|
"samplingSettings": {
|
|
"isEnabled": true,
|
|
"excludedTypes": "Request"
|
|
}
|
|
}
|
|
},
|
|
"extensionBundle": {
|
|
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
|
"version": "[3.*, 4.0.0)"
|
|
},
|
|
"retry": {
|
|
"strategy": "fixedDelay",
|
|
"maxRetryCount": 3,
|
|
"delayInterval": "00:00:10"
|
|
}
|
|
}
|