#Wildcard subdomain Static Web App

1 messages · Page 1 of 1 (latest)

lone saddle
#

I need all subdomains to direct users to a static web app. Is this possible?

Found this guide online https://jonathansblog.co.uk/azure-wildcard-subdomains but it appears to be for web app only.

Also setup Azure front door to handle this but it results in a 403: Forbidden when resolving to the static app

sand bone
#

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?