Hi @Rosa Junior, Carlos ,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
Could you please modify host.json by removing/commenting as below and share if it works. Could you please confirm if using inProcess or Isolated function app.
{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
},
"enableLiveMetricsFilters": true
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[4.*, 5.0.0)"
}
}