Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GeoIP Routing with Windows Azure

I'm working on a somewhat large project that will eventually be loaded on Azure. The idea is we will have multiple compute nodes all over the world as our customer base is potentially that large. The question I have is this:

If I have nodes in the US, Europe, Asia, etc. for DR and load balancing reasons how can I combine the idea of Geo-based DNS results with Azure since our application will simply be a CNAME for our URL?

I'm not sure I quite understand the deployment strategy for one application running out of multiple regions with Azure. Does anyone have any links or references to better understand the model?

Mod Note: Not sure if this should be ServerFault but I thought StackOverflow was a better location.

Thanks, Brent

like image 400
Brent Pabst Avatar asked Jul 28 '11 19:07

Brent Pabst


1 Answers

Look at the Windows Azure Traffic Manager it allows you to group deployments across regions as one logical service and automatically routes a request to the nearest region.

like image 152
Michael Brown Avatar answered Sep 19 '22 23:09

Michael Brown