Provide support for our correlation, authentication, exception handling... in Azure Functions with invocation filters #187
Labels
area:openapi
All issues related to OpenAPI specifications
enhancement
New feature or request
feature-suggestion
All issues related suggestion of a new feature. These are nice to haves but not customer requests
Is your feature request related to a problem? Please describe.
With the HTTP correlation, we have chosen to extract the functionality in a service so it can be used inside the Azure Functions environment. This is a good (temp) solution, but we can do better.
Describe the solution you'd like
While it's still in preview, we should consider using the
FunctionInvocationFilterAttribute
which will allow us to run functionality just like in middleware components when the function is triggered.Describe alternatives you've considered
Extensions on the
HttpRequest
, base classes, additional services so we can use other functionality of the web API library.Additional context
Azure/azure-webjobs-sdk#1284
The text was updated successfully, but these errors were encountered: