16 lines
321 B
JSON
16 lines
321 B
JSON
|
|
{
|
||
|
|
"version": "2.0",
|
||
|
|
"logging": {
|
||
|
|
"applicationInsights": {
|
||
|
|
"samplingSettings": {
|
||
|
|
"isEnabled": true,
|
||
|
|
"excludedTypes": "Request"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"extensionBundle": {
|
||
|
|
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
||
|
|
"version": "[4.*, 5.0.0)"
|
||
|
|
},
|
||
|
|
"functionTimeout": "00:05:00"
|
||
|
|
}
|