Skip to content

v7.1.0

Choose a tag to compare

@jtracey93 jtracey93 released this 10 Feb 15:38
· 2 commits to main since this release
a64d524

What's Changed

  • feat: Decouple container registry zone redundancy from private networking and make flexible by @Copilot & @jtracey93 in #133

Usage in inputs.yaml (ADO Example)

# Disable all zone support (container instances + registry)
agent_container_zone_support: false

# Or: keep container instance AZ support, disable only registry zone redundancy
agent_container_zone_support: true
container_registry_zone_redundancy_enabled: false

Full Changelog: v7.0.0...v7.1.0