Relative Content

Tag Archive for azure-functionsazure-functions-runtime

Azure function :error executing function Microsoft.Azure.WebJobs.Host.Could not create an instance of type Microsoft.AspNetCore.Http.HttpRequest

H All ,
Getting below error while sending request to azure function from a web app . all hosted local Visual studio 2022
mscorlib: Exception while executing function: FuncToQ. Microsoft.Azure.WebJobs.Host: Exception binding parameter ‘req’. Newtonsoft.Json: Could not create an instance of type Microsoft.AspNetCore.Http.HttpRequest. Type is an interface or abstract class and cannot be instantiated. Path ‘Id’, line 1, position 6.