Skip to content

Support Azure-selected zone (Preview) for availability zones #700

Description

@timja

What feature do you want to see added?

Image

See https://learn.microsoft.com/en-us/azure/virtual-machines/create-portal-availability-zone#restrictions

Need to test public IP behaviour, see:

  • New Public IPs must be Zone Redundant or use an Azure-Selected Zone.
  • Existing Public IPs aren't supported for an Azure-selected zone. They can be added after deployment.

ARM:
https://learn.microsoft.com/en-us/azure/templates/microsoft.compute/virtualmachines?pivots=deployment-language-bicep#placement

Specifically:

      "placement": {
        "zonePlacementPolicy": "Any"
      }

Also review scalesets with this

Upstream changes

No response

Are you interested in contributing this feature?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for Enhancement.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions