Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running an Azure role in multiple regions?

Tags:

azure

I currently have a production deployment in West Europe and would like to create another instance that is running in the US.

How is this possible?

like image 252
KevinUK Avatar asked May 14 '12 14:05

KevinUK


1 Answers

This is not possible at instance level. But you can have geographically distributed applications at hosted service level, using the Traffic Manager. This means you'll need a hosted service for your West Europe deployment and one for your US deployment.

This blog post explains how to make it work: http://www.hanselman.com/blog/CloudPowerHowToScaleAzureWebsitesGloballyWithTrafficManager.aspx

like image 146
Sandrino Di Mattia Avatar answered Oct 13 '22 00:10

Sandrino Di Mattia