File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ This DNS-based load-balancing solution uses multiple Azure Traffic Manager profi
9191
9292- ** Traffic flow (normal operation)** : User → DNS query → primary Traffic Manager instance (weighted/always-serve routing) → Azure Front Door (priority 1) → origin servers.
9393
94- - ** Traffic flow (Azure Front Door failure)** : User → DNS query → primary Traffic Manager instance (weighted/always-serve routing) → secondary Traffic Manager instance (priority mode) → Application Gateway → origin servers.
94+ - ** Traffic flow (Azure Front Door failure)** : User → DNS query → primary Traffic Manager instance (weighted/always-serve routing) → secondary Traffic Manager instance (priority mode) → Application Gateway → origin servers.
9595
9696### Pre-deployment: Azure Front Door vs. Application Gateway
9797
@@ -295,7 +295,7 @@ Evaluate your global traffic patterns and deploy Application Gateway instances i
295295
296296 - **Enable Endpoint**: Selected (enabled)
297297
298- - **Custom Header settings**: `Host=$CUSTOM_DOMAIN` (required for Azure Front Door to route to correct custom domain)
298+ - **Custom Header settings**: `Host=$CUSTOM_DOMAIN` (required for Azure Front Door to route to the correct custom domain)
299299
300300 - **Health Checks**: **Always serve traffic** (disable health checks)
301301
@@ -508,7 +508,7 @@ Configure your secondary CDN provider:
508508
509509- Upload the BYO SSL/TLS certificate. This certificate is the same one that you used in Azure Front Door.
510510
511- - Configure CDN caching rules to match Azure Front Door behavior. For example, configure cache durations and query string handling.
511+ - Configure CDN caching rules to match Azure Front Door behavior. For example, configure cache durations and query string handling.
512512
513513- Set up caching settings, control headers, and compression settings to match your Azure Front Door configuration.
514514
You can’t perform that action at this time.
0 commit comments