-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way of using Middleware without Isolated functions v4.0.1 #2825
Comments
Hi @scott-david-walker , Thank you for your feedback! We will check for the possibilities internally and update you with the findings. |
Do you plan to make the standard middleware approach available in |
No we don't plan on extending the in-proc model with middleware capabilities. |
Hi,
We've just done an upgrade from our Azure Functions V3 (.NET core 3.1) to V4 and we're unable to insert middleware. All the documentation says that this is possible but only when using Isolated functions. Is there a method to do this for functions not using the isolated process?
We found the Functions Filters but these are marked as obsolete.
Any advice on this is appreciated
The text was updated successfully, but these errors were encountered: