azure-webjobs-sdk
azure-webjobs-sdk copied to clipboard
FunctionExceptionFilterAttribute, is it ever going to get out of preview?
Seem to have been in preview a rather long time: https://github.com/Azure/azure-webjobs-sdk/blame/dev/src/Microsoft.Azure.WebJobs.Host/Filters/FunctionExceptionFilterAttribute.cs#L13
What should be used instead if you want to intercept calls to functions?
@mathewc -- what's the latest status on this?
We would love to see the Filters and the FilterAttributes out of Preview!
It targets a lot of interfaces and attributes:
- IFunctionInvocationFilter
- IFunctionExceptionFilter
- IFunctionFilter
- FunctionInvocationFilterAttribute
- FunctionExceptionFilterAttribute
Kind regards
@brettsam Should I interpret this as "there's nothing else to use"? And given the lack of response from your colleague, I'm guessing this will not come out of "preview" any time this year.
Hi @danielwertheim, Details on the status are here. Adding the issue to feature request
Is there any update on this?