Skip to content

Commit 8058c02

Browse files
Merge pull request #288720 from duongau/patch-8
Front Door - Route matching (fix note explanation)
2 parents 1771134 + 16a2b14 commit 8058c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/frontdoor/front-door-route-matching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The following table shows which routing rule the incoming request gets matched t
135135
| www\.contoso.com/path/zzz | B |
136136

137137
>[!WARNING]
138-
> If there are no routing rules for an exact-match frontend host with a catch-all route Path (`/*`), then there will not be a match to any routing rule.
138+
> If there are no routing rules for an exact-match frontend host without a catch-all route path (/*), then no routing rule will be matched.
139139
>
140140
> Example configuration:
141141
>

0 commit comments

Comments
 (0)