In Azure, Availability Sets in Azure enable let users to separate workloads for high availability. All of the VMs in an availability set must be in the same Azure Virtual Network, which means they must be in the same Abiquo virtual datacenter.
Tip |
---|
To add a group of VMs to |
...
a basic load balancer in Azure, you must have all the VMs in the same availability set. |
...
If you do not add your VMs to an availability set, they will effectively be in different availability sets |
After an upgrade, to display availability sets that were not present in the platform with deployed VMs, the user should synchronize the virtual datacenter or networks.
...
You can use availability sets to ensure high availability for your VMs in Azure. Each VM in the availability set will deploy on separate, isolated hardware, in a cluster. This is similar to the platform's concept of anti-affinity layers in private cloud. To attach Azure VMs to a basic load balancer, you must add them to the same Availability set. All of the VMs in an Availability set must be in the same Azure Virtual Network, which means they must be in the same virtual datacenter but they can belong to different Resource groups.
...
Go to myCloud → Locations
Select a location OR
select an Azure virtual datacenterGo to Network → Availability sets
Click the + add button
Complete the dialog and click Saveç Save
The Name of the availability set must be unique in your location
From Azure documentation: "VMs in the same fault domain share common storage as well as a common power source and network switch".
From Azure documentation: "An update domain is a group of VMs and underlying physical hardware that can be rebooted at the same time."
...