2021-04-24 13:48:22 -03:00
|
|
|
{
|
|
|
|
|
"version": "2.0",
|
|
|
|
|
"logging": {
|
|
|
|
|
"applicationInsights": {
|
|
|
|
|
"samplingSettings": {
|
|
|
|
|
"isEnabled": true,
|
|
|
|
|
"excludedTypes": "Request"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"extensionBundle": {
|
|
|
|
|
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
2021-07-13 12:47:06 -03:00
|
|
|
"version": "[2.*, 3.0.0)"
|
2021-04-24 13:48:22 -03:00
|
|
|
}
|
|
|
|
|
}
|