How to track the place of a VM, if does not specifc Availability Zone for this VM

Zhiwen Zhou 20 Reputation points Microsoft Employee
2024-01-12T13:58:42.52+00:00

We can create a VM without using Availability Zone(choose the No infrastructure redundancy required option), and I have some confusions about it: 1) Is a VM not specific a zone will be allocate a random zone? 2) If all VM are allocated to the zones, how can I get the zone information of a VM if I don't select a zone when creating it (Can't see any availability information in Azure portal now)?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,051 questions
{count} votes

Accepted answer
  1. kobulloc-MSFT 26,811 Reputation points Microsoft Employee Moderator
    2024-01-12T23:53:04.1866667+00:00

    Hello, @Zhiwen Zhou !

    What happens if I create a VM without selecting an availability zone?

    If you create a VM without selecting an availability zone, then the VM's availability zone will be set to None . This means that Azure will select the best available location for the VM within in the region that it was deployed each time that it is allocated.

    Original screenshot from Andreas Baumgarten:

    User's image

    So is the VM in an availability zone?

    Most likely, yes. There is a high chance that the datacenter the VM is deployed to is part of an availability zone. This doesn't have any significant meaning though unless you are deploying multiple VMs where the goal is to make sure that redundant resources aren't simultaneously affected by availability zone level disasters like a flood. If that is your goal, then you will want to deploy your VMs with high availability.

    Other common questions:

    Additional reading:

    Related questions on Q&A:


    I hope this has been helpful! Your feedback is important so please take a moment to accept answers.

    If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A! User's image

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.