Azure / PSRule.Rules.Azure

Rules to validate Azure resources and infrastructure as code (IaC) using PSRule.
https://azure.github.io/PSRule.Rules.Azure/
MIT License
383 stars 84 forks source link

feat(new): Added Azure.VMSS.ZoneBalance #2948

Closed BenjaminEngeset closed 2 months ago

BenjaminEngeset commented 2 months ago

PR Summary

Fixes #2901

Added Azure.VMSS.ZoneBalance.

PR Checklist

BenjaminEngeset commented 2 months ago

Ready for review @BernieWhite.

I was unsure if this rule should be triggered when the region does not support availability zones, but if it should, let me know and I'll remove the function.

BenjaminEngeset commented 2 months ago

Thanks for the great feedback @BernieWhite. I have implemented the requested changes now.