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/high-availability.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -411,7 +411,7 @@ The following are virtual network and subnet requirements:
411
411
> [!NOTE]
412
412
> DNS TTL affects failover time. With TTL of 60 seconds, clients may take up to 60 seconds to see the change. Use `nslookup` to verify resolution is pointing to Application Gateway.
413
413
414
-
1. Failback to Front Door
414
+
2. Failback to Front Door
415
415
416
416
```
417
417
# Re-enable Front Door endpoint
@@ -449,15 +449,15 @@ The following are virtual network and subnet requirements:
449
449
450
450
3. Verify current routing
451
451
452
-
```
453
-
# Check which endpoint is serving traffic
454
-
nslookup $CUSTOM_DOMAIN
455
-
456
-
# The response headers can help identify the serving endpoint
457
-
# Front Door includes "x-azure-ref" header
458
-
# Application Gateway includes "Server: Microsoft-IIS" or similar
459
-
Invoke-WebRequest -Uri "https://$CUSTOM_DOMAIN/index.html" -Method Head | Select-Object -ExpandProperty Headers
460
-
```
452
+
```
453
+
# Check which endpoint is serving traffic
454
+
nslookup $CUSTOM_DOMAIN
455
+
456
+
# The response headers can help identify the serving endpoint
457
+
# Front Door includes "x-azure-ref" header
458
+
# Application Gateway includes "Server: Microsoft-IIS" or similar
459
+
Invoke-WebRequest -Uri "https://$CUSTOM_DOMAIN/index.html" -Method Head | Select-Object -ExpandProperty Headers
460
+
```
461
461
462
462
## Scenario 2: Traffic Manager failover: Front Door to alternative CDN
0 commit comments