Live · served through Azure Front Door

Static SPA behind Front Door + WAF

Blob Storage origin, locked down except via the CDN.

This response, live

Read from the actual HTTP response just now — not hardcoded.

Hostname
Protocol
HTTP version
Front Door edge ref
Response time

Live verification

Each row is a real check run by your browser just now, against the acceptance criteria for this deployment.

HTTPS enforced
Served via Azure Front Door
Static assets load correctly
SPA fallback returns 200 for unknown route
WAF blocks a malicious-looking request
not run
Origin unreachable directly (bypassing Front Door)
see Portal screenshot

The WAF check runs on demand rather than automatically, so a normal page load never sends attack-shaped traffic. Origin lockdown can't be verified honestly from browser JS — a cross-origin fetch to the storage endpoint gets blocked by CORS policy regardless of whether Azure's network firewall would allow or deny it, so "blocked" would show even when it shouldn't. That one's verified directly in the Azure Portal instead (see docs/screenshots/README.md step 8).