4

Certain Azure VM types (like some in G & M series that I require) are not available in the Azure region pair (US East, US West).

Will there be any constraints on functionality if I choose an Azure region other than the Azure region pair (say, US East 2, US West)?

mvp
  • 91
  • 5

2 Answers2

4

Azure makes certain guarantees about region pairs including that it will not upgrade a service in both regions simultaneously. This allows users to architect HA/DR solutions that use both regions and which can there survive an outage in one region. Deploying services into non-paired regions such as eastus2 and westus2 does not benefit from this - and theoretical could subject services to simultaneous upgrades of underlying infrastructure.

In cases where users want to benefit from pairing and a specific VM size is not available then an alternative VM size would need to be selected in the secondary region. This assumes the application has been architected to use both regions.

Neil Mackenzie
  • 349
  • 1
  • 2
3

Will there be any constraints on functionality if I choose an Azure region other than the Azure region pair (say, US East 2, US West)?

Based on my knowledge, there are no constraint on functionality if you choose the two location. US East and US East 2 are two data center and they are all in Virginia. Please refer to this blog:Tips for Choosing a Microsoft Azure Region.

If possible, you could select US East 2 and US West 2 as a pair. The two locations all provide G series VM. But for now, M series VM is not provided on US West and US West 2.

Also, based on my experience, G and M series VM will come to EAST US in the future.

Shui shengbao
  • 3,583
  • 1
  • 11
  • 20
  • I thank you & Neil for responding. Neil's answer contradicts yours & points out that there is an advantage with going for a region pair. I'm still looking for a confirmation – mvp Aug 10 '17 at 03:41
  • @mvp If possible, I suggest you could select east us 2 and west us 2. These location could achieve your scenario. – Shui shengbao Aug 10 '17 at 04:06
  • 1
    For DR purposes the recommendation is to always use paired regions for the reason I put forward - the guarantee that Microsoft will not simultaneously update services in paired regions, thereby improving availability. The normal functioning of regions is independent of pairs - but the behavior during outages is improved for paired regions. – Neil Mackenzie Aug 11 '17 at 12:04