Skip to content

Commit 8b1ab03

Browse files
committed
add a mote
1 parent 1c70d51 commit 8b1ab03

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

articles/frontdoor/high-availability.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,18 +446,20 @@ The following are virtual network and subnet requirements:
446446
# Test - should now work via Front Door
447447
curl --head https://$CUSTOM_DOMAIN/
448448
```
449-
 
449+
450450
3. Verify current routing
451451
452452
```
453453
# Check which endpoint is serving traffic
454454
nslookup $CUSTOM_DOMAIN
455455
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
459456
Invoke-WebRequest -Uri "https://$CUSTOM_DOMAIN/index.html" -Method Head | Select-Object -ExpandProperty Headers
460457
```
458+
459+
> [!NOTE]
460+
> The response headers can help identify the serving endpoint:
461+
> - Front Door includes `x-azure-ref` header.
462+
> - Application Gateway includes `Server: Microsoft-IIS` or similar.
461463
462464
## Scenario 2: Traffic Manager failover: Front Door to alternative CDN
463465

0 commit comments

Comments
 (0)