@@ -117,21 +117,21 @@ The following table lists routing rules with their frontend host and path combin
117
117
118
118
The following table shows which routing rule matches an incoming request at the Azure Front Door edge:
119
119
120
- | Incoming Request | Matched Route |
121
- | --------------------------| ---------------|
122
- | www.contoso.com/ | A |
123
- | www.contoso.com/a | B |
124
- | www.contoso.com/ab | C |
125
- | www.contoso.com/abc | D |
126
- | www.contoso.com/abzzz | B |
127
- | www.contoso.com/abc/ | E |
128
- | www.contoso.com/abc/d | F |
129
- | www.contoso.com/abc/def | G |
130
- | www.contoso.com/abc/defzzz | F |
131
- | www.contoso.com/abc/def/ghi | F |
132
- | www.contoso.com/path | B |
133
- | www.contoso.com/path/ | H |
134
- | www.contoso.com/path/zzz | B |
120
+ | Incoming Request | Matched Route |
121
+ | ----------------------------- | ---------------|
122
+ | www.contoso.com/ | A |
123
+ | www.contoso.com/a | B |
124
+ | www.contoso.com/ab | C |
125
+ | www.contoso.com/abc | D |
126
+ | www.contoso.com/abzzz | B |
127
+ | www.contoso.com/abc/ | E |
128
+ | www.contoso.com/abc/d | F |
129
+ | www.contoso.com/abc/def | G |
130
+ | www.contoso.com/abc/defzzz | F |
131
+ | www.contoso.com/abc/def/ghi | F |
132
+ | www.contoso.com/path | B |
133
+ | www.contoso.com/path/ | H |
134
+ | www.contoso.com/path/zzz | B |
135
135
136
136
> [ !WARNING]
137
137
> If there are no routing rules for an exact-match frontend host without a catch-all route path (/* ), no routing rule will be matched.
0 commit comments