Routing GeoIP with Windows Azure

I am working on a slightly larger project that will eventually be uploaded to Azure. The idea is that we will have many computing nodes around the world, as our customer base is potentially large. I have a question:

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

I'm not sure that I understand the deployment strategy for a single application running from multiple regions with Azure. Does anyone have links or links to better understand the model?

Mod Note. Not sure if this should be ServerFault, but I thought StackOverflow was the best place.

Thanks Brent

+5
source share
1 answer

Take a look at Windows Azure Traffic Manager , which allows you to group your deployments by region as one logical service and automatically sends a request to the nearest region.

+5
source

All Articles