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
Copy file name to clipboardExpand all lines: articles/frontdoor/front-door-routing-architecture.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: front-door
6
6
author: duongau
7
7
ms.service: azure-frontdoor
8
8
ms.topic: conceptual
9
-
ms.date: 04/04/2023
9
+
ms.date: 08/12/2024
10
10
ms.author: duau
11
11
zone_pivot_groups: front-door-tiers
12
12
---
@@ -55,23 +55,23 @@ When Front Door receives an HTTP request, it uses the request's `Host` header to
55
55
56
56
::: zone-end
57
57
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`.
59
59
60
60
## Evaluate WAF rules
61
61
62
62
::: zone pivot="front-door-standard-premium"
63
63
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.
65
65
66
66
::: zone-end
67
67
68
68
::: zone pivot="front-door-classic"
69
69
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.
71
71
72
72
::: zone-end
73
73
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.
75
75
76
76
::: zone pivot="front-door-standard-premium"
77
77
@@ -97,15 +97,15 @@ The route specifies the [backend pool](front-door-backend-pool.md) that the requ
97
97
98
98
## Evaluate rule sets
99
99
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.
101
101
102
102
::: zone-end
103
103
104
104
::: zone pivot="front-door-classic"
105
105
106
106
## Evaluate rules engines
107
107
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.
109
109
110
110
::: zone-end
111
111
@@ -133,11 +133,11 @@ If caching is disabled or no response is available, the request is forwarded to
133
133
134
134
Front Door selects an origin to use within the origin group. Origin selection is based on several factors, including:
135
135
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)
139
139
140
-
## Forward request to origin
140
+
## Forward the request to the origin
141
141
142
142
Finally, the request is forwarded to the origin.
143
143
@@ -149,11 +149,11 @@ Finally, the request is forwarded to the origin.
149
149
150
150
Front Door selects a backend to use within the backend pool. Backend selection is based on several factors, including:
151
151
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)
155
155
156
-
## Forward request to backend
156
+
## Forward the request to the backend
157
157
158
158
Finally, the request is forwarded to the backend.
159
159
@@ -163,12 +163,12 @@ Finally, the request is forwarded to the backend.
163
163
164
164
::: zone pivot="front-door-standard-premium"
165
165
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).
167
167
168
168
::: zone-end
169
169
170
170
::: zone pivot="front-door-classic"
171
171
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).
0 commit comments