Files
habittodo/Habittodo.FunctionApp/host.json

11 lines
217 B
JSON

{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
}
}
}