
close
close
In this post, I will discuss some architectural elements that you will use if you wish to deploy services across availability zones (in preview at the time of writing this article) within a single Azure region.
If you deploy a virtual machine solution in a valid availability set design, then your deployment will qualify for a financially backed 99.99 percent SLA from Microsoft. Microsoft has created availability zones from a single region; the data centers in different availability zones do not share dependencies. For example, the Azure West Europe region is split into 3 availability zones. Each availability zone is one or more buildings that share redundant power, cooling, etc. Zone 1 has no shared dependencies with Zone 2, or with Zone 3. This means that if a single zone has a local failure, the other two zones remain online.
What is a valid availability set design? An example of a valid design is where a web farm, made up of several virtual machines hosting the same web content, is deployed across several availability zones (more in a moment) in a region.
An example of an invalid design is when you have a domain controller in one availability zone and an RDS session host in another availability zone.
advertisment
Today, the following Azure resource types are aware of and support availability zones:
One can build a deployment from the above components and spread that deployment across availability zones.
Note that when you use availability zones with virtual machines, you do not use availability sets.
The below illustration depicts an availability zone design. A single virtual network will be created for the application. The virtual network spans the zones, and any traffic traveling between the zones will be charged for at the normal VNet Peering rate within a region ($0.01/GB RRP).
A Simple Availability Zone Design [Image Credit: Aidan Finn]
Both of the above are new tiers for old Azure resource types. The old, Basic tier public IP address and load balancer (which are free) cannot be used with availability zones. The paid for Standard tier public IP address and load balancer must be used instead. This means that even though your virtual machines will be spread across multiple availability zones, which could be across town from each other depending on the region, they will be presented to the Internet via a single IP address.
You can then deploy virtual machines as normal. For example, you might deploy a small web farm with 3 virtual machines:
advertisment
If you are in a larger organization with the reasons and means to take advantage of virtual machine scale sets (VMSS), then you have two possible strategies:
Availability Zones, multiple data centers in an Azure region, are an extension of the concept of high availability that is provided by Availability Sets, spreading virtual machines across a single compute cluster in a single data center. But this is still about high availability and not disaster recovery (DR). If your business/customer requires DR for its Azure services, then you’ll need to replicate the workloads to another Azure region using (probably) a combination of:
An Illustration of Disaster Recovery Replication with Availability Zones [Image Credit: Aidan Finn]
Availability zones might sound complex but in reality, it is pretty simple to deploy; you just need to realize that a virtual network spans your data centers (with the cost of VNet peering between the data centers). I’m guessing this is used under the covers and that you need to use the Standard Load Balancer and Standard Public IP address.
advertisment
More from Aidan Finn
advertisment
Petri Newsletters
Whether it’s Security or Cloud Computing, we have the know-how for you. Sign up for our newsletters here.
advertisment
More in Cloud Computing
Use Azure ExpressRoute Private Peering & Azure Virtual WAN to Connect Privately to Microsoft 365
Apr 21, 2022 | Flo Fox
Microsoft to Make Changes to Cloud Licensing Restrictions after Customer Complaints
Apr 18, 2022 | Rabia Noureen
Most popular on petri
Log in to save content to your profile.
Article saved!
Access saved content from your profile page. View Saved
Join The Conversation
Create a free account today to participate in forum conversations, comment on posts and more.
Copyright ©2019 BWW Media Group