Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need support for creating vm with Availability zones. #394

Open
anandaraajparthiban opened this issue Aug 11, 2018 · 1 comment
Open

Need support for creating vm with Availability zones. #394

anandaraajparthiban opened this issue Aug 11, 2018 · 1 comment

Comments

@anandaraajparthiban
Copy link

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

@bilal-naeem-confiz
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants