Skip to content

Commit

Permalink
Deploy Azure Firewall zone-redundant when possible (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenAelterman authored Sep 23, 2024
1 parent 6d050f1 commit 075def4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions research-hub/hub-modules/networking/azureFirewall.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ resource firewallPublicIps 'Microsoft.Network/publicIPAddresses@2022-09-01' = [
publicIPAddressVersion: 'IPv4'
publicIPAllocationMethod: 'Static'
}
zones: pickZones('Microsoft.Network', 'publicIPAddresses', location, 3)
tags: tags
}
]
Expand Down Expand Up @@ -256,6 +257,8 @@ resource firewall 'Microsoft.Network/azureFirewalls@2022-01-01' = {
}
}

zones: pickZones('Microsoft.Network', 'azureFirewalls', location, 3)

tags: tags

// This dependency is added manually because otherwise the FW will try to deploy before the rule collections are ready
Expand Down

0 comments on commit 075def4

Please sign in to comment.