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
Need support for Creating Azure vms with Availability Zone information.
To create a zone-redundant scale set, specify multiple zones with the --zones parameter. The following example creates a zone-redundant scale set named myScaleSet across zones 1,2,3:
Hi @anandaraajparthiban
Currently, we do not have support for Availability Zones in fog-azure-rm. However, you are welcome to open a PR to add support for Availability Zones. If you do, I can review and merge it.
Hi,
Need support for Creating Azure vms with Availability Zone information.
To create a zone-redundant scale set, specify multiple zones with the --zones parameter. The following example creates a zone-redundant scale set named myScaleSet across zones 1,2,3:
Azure CLI = Copy
az vmss create
--resource-group myResourceGroup
--name myScaleSet
--image UbuntuLTS
--upgrade-policy-mode automatic
--admin-username azureuser
--generate-ssh-keys
--zones 1 2 3
The text was updated successfully, but these errors were encountered: