Skip to content

Commit 05ac625

Browse files
committed
freshness review - 8/12
1 parent cde8745 commit 05ac625

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

articles/frontdoor/front-door-routing-architecture.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: front-door
66
author: duongau
77
ms.service: azure-frontdoor
88
ms.topic: conceptual
9-
ms.date: 04/04/2023
9+
ms.date: 08/12/2024
1010
ms.author: duau
1111
zone_pivot_groups: front-door-tiers
1212
---
@@ -55,23 +55,23 @@ When Front Door receives an HTTP request, it uses the request's `Host` header to
5555

5656
::: zone-end
5757

58-
The client and server perform a TLS handshake using the TLS certificate you've configured for your custom domain name, or by using the Front Door certificate when the `Host` header ends with `*.azurefd.net`.
58+
The client and server perform a TLS handshake using the TLS certificate you configured for your custom domain name, or by using the Front Door certificate when the `Host` header ends with `*.azurefd.net`.
5959

6060
## Evaluate WAF rules
6161

6262
::: zone pivot="front-door-standard-premium"
6363

64-
If your domain has enabled the Web Application Firewall, WAF rules are evaluated.
64+
If your domain has Web Application Firewall enabled, WAF rules are evaluated.
6565

6666
::: zone-end
6767

6868
::: zone pivot="front-door-classic"
6969

70-
If your frontend has enabled the Web Application Firewall, WAF rules are evaluated.
70+
If your frontend has Web Application Firewall enabled, WAF rules are evaluated.
7171

7272
::: zone-end
7373

74-
If a rule has been violated, Front Door returns an error to the client and the request processing stops.
74+
If a rule gets violated, Front Door returns an error to the client and the request processing stops.
7575

7676
::: zone pivot="front-door-standard-premium"
7777

@@ -97,15 +97,15 @@ The route specifies the [backend pool](front-door-backend-pool.md) that the requ
9797

9898
## Evaluate rule sets
9999

100-
If you have defined [rule sets](front-door-rules-engine.md) for the route, they're executed in the order they're configured. [Rule sets can override the origin group](front-door-rules-engine-actions.md#RouteConfigurationOverride) specified in a route. Rule sets can also trigger a redirection response to the request instead of forwarding it to an origin.
100+
If you define [rule sets](front-door-rules-engine.md) for the route, they get process in the order configured. [Rule sets can override the origin group](front-door-rules-engine-actions.md#RouteConfigurationOverride) specified in a route. Rule sets can also trigger a redirection response to the request instead of forwarding it to an origin.
101101

102102
::: zone-end
103103

104104
::: zone pivot="front-door-classic"
105105

106106
## Evaluate rules engines
107107

108-
If you have defined [rules engines](front-door-rules-engine.md) for the route, they're executed in the order they're configured. [Rules engines can override the backend pool](front-door-rules-engine-actions.md#route-configuration-overrides) specified in a routing rule. Rules engines can also trigger a redirection response to the request instead of forwarding it to a backend.
108+
If you define [rules engines](front-door-rules-engine.md) for the route, they get process in the order configured. [Rules engines can override the backend pool](front-door-rules-engine-actions.md#route-configuration-overrides) specified in a routing rule. Rules engines can also trigger a redirection response to the request instead of forwarding it to a backend.
109109

110110
::: zone-end
111111

@@ -133,11 +133,11 @@ If caching is disabled or no response is available, the request is forwarded to
133133

134134
Front Door selects an origin to use within the origin group. Origin selection is based on several factors, including:
135135

136-
- The health of each origin, which Front Door monitors by using [health probes](front-door-health-probes.md).
137-
- The [routing method](front-door-routing-methods.md) for your origin group.
138-
- Whether you have enabled [session affinity](front-door-routing-methods.md#affinity)
136+
- Health of each origin, which Front Door monitors by using [health probes](front-door-health-probes.md).
137+
- [Routing method](front-door-routing-methods.md) for your origin group.
138+
- If you enable [session affinity](front-door-routing-methods.md#affinity)
139139

140-
## Forward request to origin
140+
## Forward the request to the origin
141141

142142
Finally, the request is forwarded to the origin.
143143

@@ -149,11 +149,11 @@ Finally, the request is forwarded to the origin.
149149

150150
Front Door selects a backend to use within the backend pool. Backend selection is based on several factors, including:
151151

152-
- The health of each backend, which Front Door monitors by using [health probes](front-door-health-probes.md).
153-
- The [routing method](front-door-routing-methods.md) for your backend pool.
154-
- Whether you have enabled [session affinity](front-door-routing-methods.md#affinity)
152+
- Health of each backend, which Front Door monitors by using [health probes](front-door-health-probes.md).
153+
- [Routing method](front-door-routing-methods.md) for your backend pool.
154+
- If you have enable [session affinity](front-door-routing-methods.md#affinity)
155155

156-
## Forward request to backend
156+
## Forward the request to the backend
157157

158158
Finally, the request is forwarded to the backend.
159159

@@ -163,12 +163,12 @@ Finally, the request is forwarded to the backend.
163163

164164
::: zone pivot="front-door-standard-premium"
165165

166-
- Learn how to [create a Front Door profile](standard-premium/create-front-door-portal.md).
166+
- Learn how to [create an Azure Front Door profile](standard-premium/create-front-door-portal.md).
167167

168168
::: zone-end
169169

170170
::: zone pivot="front-door-classic"
171171

172-
- Learn how to [create a Front Door profile](quickstart-create-front-door.md).
172+
- Learn how to [create an Azure Front Door (classic) profile](quickstart-create-front-door.md).
173173

174174
::: zone-end

0 commit comments

Comments
 (0)