File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
4504503. 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
You can’t perform that action at this time.
0 commit comments