azure - Skip function invocation and return value with custom function filter -


i wanting share logic between multiple functions seems partially achievable using function filters within azure functions in cases don't want continue execution of function , able return result binding provider (same returning result function it's self).

taking @ code way short circuit calling of inner ifunctioninvoker within functioninvocationfilterinvoker throw exception inside custom invocation filter. problem approach exception bubble host , cause failure/retries etc.. somewhere else.

also taking approach doesn't allow me set return value binding provider. did see wrap in our own ifunctioninvoker wondering if there better way achieve this?

code executing filters

not possible yet, we'll enable. we're tracking capability in our repo here.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -