### What feature do you want to see added? <img width="776" height="146" alt="Image" src="https://github.com/user-attachments/assets/9ec43689-f12d-458e-b19c-a312e94a53f1" /> 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_
What feature do you want to see added?
See https://learn.microsoft.com/en-us/azure/virtual-machines/create-portal-availability-zone#restrictions
Need to test public IP behaviour, see:
ARM:
https://learn.microsoft.com/en-us/azure/templates/microsoft.compute/virtualmachines?pivots=deployment-language-bicep#placement
Specifically:
Also review scalesets with this
Upstream changes
No response
Are you interested in contributing this feature?
No response