We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b40db2 commit 6cfd2feCopy full SHA for 6cfd2fe
infra/main.bicep
@@ -1064,7 +1064,7 @@ module webServerFarm 'br/public:avm/res/web/serverfarm:0.5.0' = {
1064
// skuCapacity: enableScalability ? 3 : 1
1065
skuCapacity: 1 // skuCapacity set to 1 (not 3) due to multiple agents created per type during WAF deployment
1066
// 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
+ zoneRedundant: false // zone redundancy requires a minimum of 2 instances; as we are keeping skuCapacity to 1, setting zoneRedundant to false
1068
}
1069
1070
0 commit comments