How to add Middleware in Azure HttpTrigger Functions (in-process function app) (Microsoft.NET.Sdk.Functions) in .net
I found one sample on Stackoverflow (How to insert a middleware in Azure Durable Functions), but it also just talks about Isolated and Duarable Trigger functions. I want to add middlelayer in Azure HttpTrigger (Microsoft.NET.Sdk.Functions) Functions in .net I am…