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