Skip to content

Commit 162fb2d

Browse files
committed
add zoneredundant for Environment
1 parent 3b6a814 commit 162fb2d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -992,10 +992,9 @@ module avmContainerAppEnv 'br/public:avm/res/app/managed-environment:0.11.1' = {
992992
}
993993
]
994994

995-
//publicNetworkAccess: (deployment_param.enable_waf) ? 'Disabled' : 'Enabled'
996995
publicNetworkAccess: 'Enabled' // Always enabled for Container Apps Environment
996+
zoneRedundant: false
997997
// <========== WAF related parameters
998-
//zoneRedundant: (deployment_param.enable_waf) ? true : false
999998

1000999
platformReservedCidr: '172.17.17.0/24'
10011000
platformReservedDnsIP: '172.17.17.17'

0 commit comments

Comments
 (0)