Azure-Functions icon indicating copy to clipboard operation
Azure-Functions copied to clipboard

Allow HttpTrigger to have empty routes

Open brennfoster opened this issue 9 months ago • 1 comments

In ASP.NET Core Web API, I can have an empty route on a controller that resolves when using the root url. When using Azure Function HttpTrigger, an empty route is currently impossible, even when using the ASP.NET Core Integration, and when disabling the home page.

Why is this behavior so different?

I should be able to have empty routes on an HttpTrigger.

brennfoster avatar Apr 25 '24 20:04 brennfoster