I'm trying to create new VMs in their own availability set (already created avset). I have an existing load balancer with existing availability set (for database servers) but need to use a second availability set (for web servers). Can this be done on a single load balancer? Here is my error:
New-AzureVM : VmIsNotInSameAvailabilitySetAsLb: Virtual Machine /subscriptions/guid/resourceGroups/xxx-rg/providers/Microsoft.Compute/virtualMachines/Web1 is using different Availability Set than other Virtual Machines connected to the Load Balancer(s) xxx-lb.
-Wahid