Skip to content

Commit cef26aa

Browse files
authored
Correct ASP.NET Core Route Constraint reference
Updated link reference for route constraints in HTTP trigger documentation. Old link was broken
1 parent f1dc07e commit cef26aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/functions-bindings-http-webhook-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ By default when you create a function for an HTTP trigger, the function is addre
700700
https://<APP_NAME>.azurewebsites.net/api/<FUNCTION_NAME>
701701
```
702702

703-
You can customize this route using the optional `route` property on the HTTP trigger's input binding. You can use any [Web API Route Constraint](https://www.asp.net/web-api/overview/web-api-routing-and-actions/attribute-routing-in-web-api-2#constraints) with your parameters.
703+
You can customize this route using the optional `route` property on the HTTP trigger's input binding. You can use any [ASP.NET Core Route Constraint](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/routing#route-constraints) with your parameters.
704704

705705
::: zone pivot="programming-language-csharp"
706706

0 commit comments

Comments
 (0)