Skip to content

Commit 1c70d51

Browse files
committed
step 6 bullet points
1 parent efd88e8 commit 1c70d51

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

articles/frontdoor/high-availability.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ The following are virtual network and subnet requirements:
411411
> [!NOTE]
412412
> 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.
413413
414-
1. Failback to Front Door
414+
2. Failback to Front Door
415415
416416
```
417417
# Re-enable Front Door endpoint
@@ -449,15 +449,15 @@ The following are virtual network and subnet requirements:
449449
 
450450
3. Verify current routing
451451
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+
```
461461
462462
## Scenario 2: Traffic Manager failover: Front Door to alternative CDN
463463

0 commit comments

Comments
 (0)