Skip to content

Commit b6d2f2d

Browse files
authored
Fix grammar and clarity in high-availability documentation
Corrected minor grammatical issues and improved clarity in the traffic flow descriptions and custom header settings.
1 parent 2f383da commit b6d2f2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/frontdoor/high-availability.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)