Badgerati / Fogg

PowerShell tool to aide and simplify the creation, deployment and provisioning of infrastructure in Azure
MIT License
7 stars 2 forks source link

In VM templates, have a new "useAvailabilitySet" property #27

Closed Badgerati closed 7 years ago

Badgerati commented 7 years ago

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.