-
Notifications
You must be signed in to change notification settings - Fork 83
Description
I have my primary domain www.example1.com as my CUSTOM_DOMAIN. However I have created a subdirectory multisite so sites in admin lists:
www.example1.com and www.example1.com/example2 however I have set the new sites url as www.example2.com and I have added the new domain to azure frontdoor and associated with the current web app route. Now when you go to www.example2.com it loads all the content from www.example1.com as if its just a new route for that site.
I was under the assumption when using CUSTOM_DOMAIN the app service manages the coordination of these requests so that if I had not use front door then I would have just added the domains to Custom Domains in the app service directly. However, since I am using azure front door I would have thought I would just add these domains to azure front door for the route. Is this not the case if you want to use azure front door? Should I create a new rule of some sort instead to make this work?