Azure availability zones confusion

Luis Bernardo 61 Reputation points
2022-12-29T17:49:55.64+00:00

Hi, I'm Luis. I'm actually training for AZ104 certifications and I get confused by availability zones :

First question ;

Are availability zones distinct datacenters ? For example, in the Region East US, availability zones are enabled. Does that mean there are dedicated datacenters for the purpose of availability zones apart from "primary" datacenters ?

Second question :

If I select I select availability zones 1, does that mean, if a create a VM, that it will be automatically replicated to another datacenter ?

Thank you... this is driving me crazy!

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,036 questions
0 comments No comments
{count} vote

Accepted answer
  1. Andreas Baumgarten 123.6K Reputation points MVP Volunteer Moderator
    2022-12-30T18:24:31.693+00:00

    Hi @Luis Bernardo .

    Regarding 1: An Availabilty Zone in Azure "contains" one or multiple Azure datacenter(s).

    Regarding 2: What is your definition of "primary datacenter"? If you create a VM in one Availability Zone, for instance in Zone 1, only one VM will be created -> in Zone 1. Period.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    2 people found this answer helpful.
    0 comments No comments

6 additional answers

Sort by: Most helpful
  1. Luis Bernardo 61 Reputation points
    2022-12-31T11:56:16.533+00:00

    The MS definition for availability zones is: "Availability Zones are unique physical locations within an Azure region"

    This was my initial question: are availability zones special data centers isolated from the others ? How can you achieve 99.99% SLA if not?

    Some people say Yes, some No. Who's right?

    What's the point? In my second post, you can see in the screenshot that I can only choose ONE between the 3 Availability Zones.

    In this article they talk about primary data center:

    275223-screenshot-2022-12-31-12-43-45-71-40deb401b9ffe8e1.jpg


  2. Luis Bernardo 61 Reputation points
    2023-01-08T23:17:35.997+00:00

    @srbhatta-MSFT

    I took a course on Udemy before passing AZ900.

    In this course it says if I choose one AV Z. My VM will be replicated in a dedicated datacenter =>

    277169-image.png

    What I understand is :

    • I deploy a VM without any availability zone:

    => the VM is deployed in a datacenter who is not part of an availability zone. (in the diagram, the top datacenters, "Datacenters hors zones de disponibilité"). And if the datacenter fails, I lose de VM.

    • I deploy a VM with one availability zone :

    => the VM is deployed in a datacenter who is not part of an availability zone AND in another datacenter who is part of an availability zone (in the diagram, the bottom datacenters, "datacenters zones de disponibilité").

    Is this correct ? Is the course "wrong" ?

    Thank you very much for your time...


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.