Skip to content

Commit 63e41e5

Browse files
committed
Add route constraint explanation (cherry-pick PR #126754 with typo fix)
1 parent 3b1b26c commit 63e41e5

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
@@ -706,7 +706,7 @@ You can customize this route using the optional `route` property on the HTTP tri
706706

707707
#### [Isolated worker model](#tab/isolated-process)
708708

709-
The following function code accepts two parameters `category` and `id` in the route and writes a response using both parameters.
709+
The following function code accepts two parameters `category` and `id` in the route and writes a response using both parameters. The first piece of the variable is the name, and the second is a [route constraint](/aspnet/core/fundamentals/routing#route-constraints).
710710

711711
```csharp
712712
[Function("HttpTrigger1")]

0 commit comments

Comments
 (0)