Skip to content

Commit 6cfd2fe

Browse files
Update infra/main.bicep
Co-authored-by: Copilot <[email protected]>
1 parent 4b40db2 commit 6cfd2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ module webServerFarm 'br/public:avm/res/web/serverfarm:0.5.0' = {
10641064
// skuCapacity: enableScalability ? 3 : 1
10651065
skuCapacity: 1 // skuCapacity set to 1 (not 3) due to multiple agents created per type during WAF deployment
10661066
// WAF aligned configuration for Redundancy
1067-
zoneRedundant: false // zone redundancy requires minimum 2 instances, as we are keeping skuCapacity to 1, setting zoneRedundant to false
1067+
zoneRedundant: false // zone redundancy requires a minimum of 2 instances; as we are keeping skuCapacity to 1, setting zoneRedundant to false
10681068
}
10691069
}
10701070

0 commit comments

Comments
 (0)