An Azure service that provides an event-driven serverless compute platform.
Try to check it with using below host.json:
{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
},
"enableLiveMetricsFilters": true
},
"default": "Information",
"Function.Function1": "Information"
}
}