Azure Function Filters
hi,
we need execute common code within azure function before function executes. achieved within our asp.net web api using asp.net filters (https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/filters).
is there equivalent capability within azure functions?
any links suitable article if exists appreciated.
thanks
tom
there nothing out today production use.
something that's in preview , works in precompiled c# (and shouldn't assumed stable....) function filters - https://github.com/azure/azure-webjobs-sdk/wiki/function-filters
for now, in production scenarios, i'd take whatever common code want call , make common method functions call on first line.
Microsoft Azure > Azure Functions
Comments
Post a Comment