In VM templates, have a new "useAvailabilitySet" property
Badgerati opened this issue · 0 comments
Badgerati commented
In VM templates at the moment, if you have a count
of more than 1, it will automatically create a Load Balancer. But, you can set the "useLoadBalancer": false
property to not create a Load Balancer.
However, it will still place those VMs within an Availability Set. This issue is to have a new "useAvailabilitySet"
property, which when false will not create and place the VMs into an Availability Set. It will also not create a Load Balancer - because they only function when an Availability Set has been created.