HttpTrigger's Route precedence is different from ASP.NET Core behavior · Issue #9876 · Azure/azure-functions-host

It seems that when a route template is specified in HttpTrigger, the precedence is in alphabetical order, unlike the ASP.NET Core implementation. When the following sample code is executed, it is g...