Hi Team,
I want to understand What is the best practice while we configure traffic manager for Azure website.
To give you the base, Here let me explain my requirement. I have one website which 40% target audiences would be East US, while 40% would be UK and rest 20% would be from Asia-pacific.
Now, What I want is Failover + Performance based Traffic Manager Configuration.
My thinking:
1) we need to create 1 website with 2 instances in each region (east us, east asia, west us for an example). so, total 3 deployment of website. (give region based url for the website)
2) create traffic manager based on performance and add 3 of those instances. that would become website-tmonperformance
3) create traffic manager based on failover and add 3 of those instances. that would become website-tmonfailover
4) create traffic manager and ?? don't know the criteria but add both above traffic manager here and take your final url for end user.
I am not sure (1) this may be the right approach or not (2) if this is right, in the 4th step which criteria we should select while creating final traffic manager round-robin/ performance/ failover?
after all these if use try to access site from US.. traffic manager will divert that to US Data-Centre or it will wait for failover and till that it will be served from east-asia if in configuration, east-asia is my 1st instance?
Regards, Brijesh Shah