We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6a814 commit 162fb2dCopy full SHA for 162fb2d
1 file changed
infra/main.bicep
@@ -992,10 +992,9 @@ module avmContainerAppEnv 'br/public:avm/res/app/managed-environment:0.11.1' = {
992
}
993
]
994
995
- //publicNetworkAccess: (deployment_param.enable_waf) ? 'Disabled' : 'Enabled'
996
publicNetworkAccess: 'Enabled' // Always enabled for Container Apps Environment
+ zoneRedundant: false
997
// <========== WAF related parameters
998
- //zoneRedundant: (deployment_param.enable_waf) ? true : false
999
1000
platformReservedCidr: '172.17.17.0/24'
1001
platformReservedDnsIP: '172.17.17.17'
0 commit comments