How to achieve High Availability in a Region

Mohit Kumar 41 Reputation points
2020-09-05T06:51:23.76+00:00

Note: I am in initial phase of Azure learning, so my questions may be very basic

An Availability set boundary is withtin a datacenter in a Region with 99.95% SLA, An Availability Zone has set of different data centers with 99.99% SLA, Regions can have multiple AZs but not all Regions in Azure cloud provide AZs, but only supports Availability Set (eg. Central Australia Region)
How we can achieve the highest availability (99.99%) with Regions without Availability Zones?

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
695 questions
{count} votes

Accepted answer
  1. prmanhas-MSFT 17,896 Reputation points Microsoft Employee
    2020-09-07T11:06:51.41+00:00

    @Mohit Kumar Apologies for the delay in response and all the inconvenience caused because of the issue.

    When we talk about Availability Zones and Availability Sets we talk about high availability of our resources.

    When we Create a Virtual Machines in Availability Sets it will increase the availability of your Applications on the other hand the Availability Zones allows you to deploy your VM’s into different data centers within the same region.

    Availability Zone is a Unique physical locations within a region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking and hence are capable of providing SLA of 99.99%. You can read more about it here.

    An Availability Set on other hand is a logical grouping capability for isolating VM resources from each other when they're deployed. Azure makes sure that the VMs you place within an Availability Set run across multiple physical servers, compute racks, storage units, and network switches. If a hardware or software failure happens, only a subset of your VMs are impacted and your overall solution stays operational. Availability Sets are essential for building reliable cloud solutions.You can read more about it here.

    Talking about the availability zones which are not there in specific regions we have Availability Set having SLA of 99.95% as you mentioned in your query as well and same has been documented here.

    Currently we have SLA of 99.99% in regions with Availability zone only and not for the Availability Set.

    Hope it helps!!!

    Do let me know in case of more queries.

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Evgeny Grishchenko 486 Reputation points
    2020-09-07T11:05:53.66+00:00

    It seems to be impossible to guarantee 99,99% in a region without Availability Zones.

    Check here: https://azure.microsoft.com/en-us/support/legal/sla/virtual-machines/v1_9/

    1 person found this answer helpful.

  2. Stacy Clark 26 Reputation points
    2021-07-21T07:01:24.7+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.