#Wildcard subdomain Static Web App
1 messages · Page 1 of 1 (latest)
My understanding is that Static Web Apps don’t natively support wildcard subdomains the same way App Services do, which is why that guide isn’t translating directly.
The 403 you’re seeing through Front Door is usually tied to host header / domain validation not matching what the static app expects.
Are you trying to route all subdomains to the same app, or do you need the app to actually distinguish between them?