I am building a multitenant application and I would need to know if I can achieve this in Azure.
Assuming the application will be deployed to multiple regions/datacenters. The tenant will be identified by the subdomain: tenant1.domain.com, tenant2.domain.com and tenant3.domain.com. My question is how can I make the redirect so that tenant1.domain.com will be redirected to an application hosted in an US datacenter, tenant2.domain.com to a datacenter in EU and tenant3.domain.com to a datacenter in Australia for example?
I will guess here I have to use Azure Traffic Manager and DNS? Can somebody point me to correct path?