Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
95 stars 64 forks source link

Is there a way of using Middleware without Isolated functions v4.0.1 #539

Closed scott-david-walker closed 2 years ago

scott-david-walker commented 2 years ago

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

scott-david-walker commented 2 years ago

Closed as in wrong github location