Is it possible to catch all exceptions Azure functions in one place, in the same way as IExceptionFilteror Application_Errorin the global.asax for ASP.NET?
Also, is it possible to capture the current HttpRequestMessage to get the exception context?
source
share