Skip to content

Need support for creating vm with Availability zones. #394

@anandaraajparthiban

Description

@anandaraajparthiban

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions