boncey / Flickr4Java

Java API For Flickr. Fork of FlickrJ
BSD 2-Clause "Simplified" License
174 stars 155 forks source link

Hosting Multiple Static Web Apps on Azure using common custom domain name #713

Closed nikkula closed 5 months ago

nikkula commented 8 months ago

I have multiple direct Static Web Apps (3 to 5)(not storage account static web apps) that I have hosted them on Azure with custom domain name as below for now all working fine,

www.app1.com

www.app2.com

www.app3.com

Now my requirement is i will be creating common domain name www.testing.com across all Apps.

Now i need to tag all the above Static Web Apps to this common domain name and should able to browse like below,

testing.com/app1, testing.com/app2, testing.com/app3 etc.

This will prevent cross-domain requests and sharing of local/session storage across all photon apps.

How can i achieve this in azure. Can anyone please suggest the correct way to achieve this?

I have tried using Azure front door but it didn't worked for me.