File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1247,7 +1247,7 @@ module containerAppEnvironment 'br/public:avm/res/app/managed-environment:0.11.2
12471247 tags : tags
12481248 enableTelemetry : enableTelemetry
12491249 // WAF aligned configuration for Private Networking
1250- publicNetworkAccess : enablePrivateNetworking ? 'Disabled' : 'Enabled'
1250+ publicNetworkAccess : 'Enabled' // Always enabling the public network access for Container App Environment
12511251 internal : enablePrivateNetworking ? true : false
12521252 infrastructureSubnetResourceId : enablePrivateNetworking ? virtualNetwork .?outputs .?subnetResourceIds [3 ] : null
12531253 // WAF aligned configuration for Monitoring
@@ -1508,7 +1508,7 @@ module webSite 'modules/web-sites.bicep' = {
15081508 vnetRouteAllEnabled : enablePrivateNetworking ? true : false
15091509 vnetImagePullEnabled : enablePrivateNetworking ? true : false
15101510 virtualNetworkSubnetId : enablePrivateNetworking ? virtualNetwork !.outputs .subnetResourceIds [4 ] : null
1511- publicNetworkAccess : enablePrivateNetworking ? 'Disabled' : 'Enabled'
1511+ publicNetworkAccess : 'Enabled' // Always enabling the public network access for Web App
15121512 privateEndpoints : enablePrivateNetworking
15131513 ? [
15141514 {
You can’t perform that action at this time.
0 commit comments