sp-dev-fx-webparts/samples/react-m365-services-health/Azure Function/host.json

12 lines
263 B
JSON

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