This repository contains the Azure Landing Zones (ALZ) Bicep modules that help deliver and deploy the Azure Landing Zone conceptual architecture in a modular approach. https://aka.ms/alz/docs
MIT License
761
stars
514
forks
source link
[vwanConnectivity] Refactor to support multi-region hubs #805
This PR is changing the way Azure Firewall parameters are handled in the module to be per Hub, currently there are common parameters for Azure Firewall that will be applied to every instance in all hubs. Customers may want to customize the policies, dns servers,.tiers,...etc per region per hub.
This PR fixes/adds/changes/removes
Closes #750
Breaking Changes
Moved the following parameters into the UDT of virtualWanOptionsType to allow for different firewall configuration per hub/region
parAzFirewallDnsServers
parAzFirewallIntelMode
parAzFirewallDnsProxyEnabled
parAzFirewallTier
parAzFirewallAvailabilityZones
Testing Evidence
As part of this Pull Request I have
[X] Read the Contribution Guide and ensured this PR is compliant with the guide
[X] Ensured the resource API versions in .bicep file/s I am adding/editing are using the latest API version possible
Overview/Summary
This PR is changing the way Azure Firewall parameters are handled in the module to be per Hub, currently there are common parameters for Azure Firewall that will be applied to every instance in all hubs. Customers may want to customize the policies, dns servers,.tiers,...etc per region per hub.
This PR fixes/adds/changes/removes
Breaking Changes
parAzFirewallDnsServers
parAzFirewallIntelMode
parAzFirewallDnsProxyEnabled
parAzFirewallTier
parAzFirewallAvailabilityZones
Testing Evidence
As part of this Pull Request I have
.bicep
file/s I am adding/editing are using the latest API version possiblemain
branch