Session
Middleware pattern for Azure Functions
We all are aware that from .NET 5 release we have two modes in which we can run Azure Functions
- Out-Of-Process
- In-Process
Out-of-process or Isolated mode have ability to define middleware as on out-of-box feature. But we will see how to achieve the same in the traditional Azure Functions using my open-source library AzureFunctions.Extensions.Middleware