Where does the VMs place, if does not assign those VMs to Availability Zone

Lucas Deng 20 Reputation points
2023-03-21T02:39:28.25+00:00

want to understand.

Where does the VMs place, if does not assign those VMs to Availability Zone.

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

Accepted answer
  1. vipullag-MSFT 24,211 Reputation points Microsoft Employee
    2023-03-21T02:45:52.94+00:00

    Hello Lucas Deng

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    If you don't select any Availability Zone when you deploy a VM, then they are placed within the Azure region where the virtual machine is created.

    Azure regions consist of one or more data centers that are geographically located near each other and connected by a low-latency network. When a VM is deployed within a region, Azure's infrastructure platform automatically distributes the VMs across multiple physical servers within the region, based on the provider's load balancing algorithm.

    Hope this helps.
    If the suggested response helped you resolve your issue, please 'Accept as answer', so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. TP 76,686 Reputation points
    2023-03-21T03:41:29.9033333+00:00

    Hi,

    If you create a Virtual Machine in an Azure Region that has Availability Zones, but you don't specify a zone, it will be placed in one of the zones automatically by Azure.

    For example, say you use the portal to create a VM in North Europe region and select "No infrastructure redundancy required" on the Basics tab. Azure will automatically place it in logical Availability Zone 1 or Zone 2 or Zone 3, however, when examining the properties of the VM it will show blank for Availability Zone.

    If the above is helpful please click Accept Answer.

    Thanks.

    -TP

    3 people found this answer helpful.