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:
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:
- Is your availability zone "1" equal to my "1"? (Not necessarily)
- How do I check my VM's availability zone?
Additional reading:
Related questions on Q&A:
- Where does the VMs place, if does not assign those VMs to Availability Zone
- How to view availability zone information of VM
- VM with AZ set to None - how to check its zone
- What's the availability zone by deafult
- Availability zone for one VM
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!