Azure / Azure/azure-functions-host

Allow for custom http middleware

Open
#4,927 3 comments 18 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 10h
Merged PRs (30d)
36

Description

Currently there is no way to address cross cutting concerns in an HttpTriggered func like, exception handling, logging and Auth/Auth. A common way to address cutting concerns in asp.net core is with middleware.

Maybe adding middleware could be done through Microsoft.Azure.Functions.Extensions.DependencyInjection.IFunctionsHostBuilder or something similar.

Contributor guide

Open the contributing guide

Research direction

The issue names Microsoft.Azure.Functions.Extensions.DependencyInjection.IFunctionsHostBuilder as a possible registration point; start by tracing the HTTP-triggered function host pipeline around that extension point. Done means the supported middleware registration and execution behavior are defined for exception handling, logging, and authentication or authorization concerns.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.