Files
PrismAsAService/host.json
Tommy Parnell bb34fe4f60 function
2022-03-11 01:34:56 -05:00

15 lines
288 B
JSON

{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[2.*, 3.0.0)"
}
}