You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,7 +81,7 @@ The table below shows the matching results for the above routing rules:
81
81
82
82
### Path matching
83
83
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:
85
85
86
86
1. Check for routing rules with an exact match to the request path.
87
87
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
115
115
| G |www.contoso.com| /abc/def|
116
116
| H |www.contoso.com| /path/ |
117
117
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:
119
119
120
120
| Incoming Request | Matched Route |
121
121
|--------------------------|---------------|
@@ -150,11 +150,11 @@ The table below shows which routing rule matches an incoming request at the Azur
150
150
151
151
### Routing decision
152
152
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.
154
154
155
155
::: zone pivot="front-door-standard-premium"
156
156
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.
0 commit comments