Skip to content

Commit 348e8d1

Browse files
committed
acrolinx checks
1 parent fca4587 commit 348e8d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ The following tables illustrate three different routing rules with their fronten
6767
| B | foo.contoso.com | /users/\* |
6868
| C | www.fabrikam.com, foo.adventure-works.com | /\*, /images/\* |
6969

70-
The table below shows the matching results for the above routing rules:
70+
The following table shows the matching results for the routing rules in the previous table:
7171

72-
| Incoming frontend host | Matched routing rule(s) |
72+
| Incoming frontend host | Matched routing rules |
7373
|--------------------------|-------------------------|
7474
| foo.contoso.com | A, B |
7575
| www.fabrikam.com | C |
@@ -81,7 +81,7 @@ The table below shows the matching results for the above routing rules:
8181

8282
### Path matching
8383

84-
After determining the specific frontend host and filtering possible routing rules, Front Door selects the routing rules based on the request path. The following logic is used:
84+
After Azure Front Door determine the specific frontend host and filtering possible routing rules, it selects the routing rules based on the request path. The following logic is used:
8585

8686
1. Check for routing rules with an exact match to the request path.
8787
2. If no exact match is found, look for a routing rule with a wildcard path that matches.
@@ -115,7 +115,7 @@ The following table lists routing rules with their frontend host and path combin
115115
| G | www.contoso.com | /abc/def|
116116
| H | www.contoso.com | /path/ |
117117

118-
The table below shows which routing rule matches an incoming request at the Azure Front Door edge:
118+
The following table shows which routing rule matches an incoming request at the Azure Front Door edge:
119119

120120
| Incoming Request | Matched Route |
121121
|--------------------------|---------------|
@@ -150,11 +150,11 @@ The table below shows which routing rule matches an incoming request at the Azur
150150
151151
### Routing decision
152152

153-
Once Azure Front Door matches a routing rule, it decides how to process the request. If a cached response is available, it is served back to the client.
153+
Once Azure Front Door matches a routing rule, it decides how to process the request. If a cached response is available, it gets served back to the client.
154154

155155
::: zone pivot="front-door-standard-premium"
156156

157-
If a [rule set](front-door-rules-engine.md) is configured for the matched routing rule, it is processed in order. Rule sets can [override a route](front-door-rules-engine-actions.md#RouteConfigurationOverride) by directing traffic to a specific origin group. If no rule set is defined, the request is forwarded to the origin group without changes.
157+
If a [rule set](front-door-rules-engine.md) is configured for the matched routing rule, it gets processed in order. Rule sets can [override a route](front-door-rules-engine-actions.md#RouteConfigurationOverride) by directing traffic to a specific origin group. If no rule set is defined, the request is forwarded to the origin group without changes.
158158

159159
::: zone-end
160160

0 commit comments

Comments
 (0)