You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
The deployed VMs are grouped into Availability Sets, but for increased availability, it would be good if there could be support for distributing VMs across Availability Zones.
I believe this is on the roadmap: -
The template does not currently use Availability zones since they are not yet available in all Azure regions to which the template can be deployed. It is expected that the template will use Availability zones in the future.
Availability Zones are now well supported across Azure regions. Perhaps the support could be available via a parameter in the template if support across ALL regions is a concern?
NOTE: Moving VMs to Availability Zones isn't a trivial task, so we are now having to consider using a different approach to creating our elastic clusters.
The text was updated successfully, but these errors were encountered:
We have added in support for Availability Zones and have successfully created a new cluster to our spec! We will look at making it fully parameterised, polish it up and make sure the test cases pass before we submit a PR.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The deployed VMs are grouped into Availability Sets, but for increased availability, it would be good if there could be support for distributing VMs across Availability Zones.
I believe this is on the roadmap: -
The template does not currently use Availability zones since they are not yet available in all Azure regions to which the template can be deployed. It is expected that the template will use Availability zones in the future.
Availability Zones are now well supported across Azure regions. Perhaps the support could be available via a parameter in the template if support across ALL regions is a concern?
NOTE: Moving VMs to Availability Zones isn't a trivial task, so we are now having to consider using a different approach to creating our elastic clusters.
The text was updated successfully, but these errors were encountered: