Skip to content

Commit 6f03144

Browse files
fix: reduced the replica instance count to 1 for WAF version
2 parents e04aa1b + 42696a6 commit 6f03144

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
@@ -1432,7 +1432,7 @@ module webServerFarm 'br/public:avm/res/web/serverfarm:0.5.0' = {
14321432
diagnosticSettings: enableMonitoring ? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }] : null
14331433
// WAF aligned configuration for Scalability
14341434
skuName: enableScalability || enableRedundancy ? 'P1v3' : 'B3'
1435-
skuCapacity: enableScalability ? 3 : 1
1435+
skuCapacity: enableScalability ? 1 : 1
14361436
// WAF aligned configuration for Redundancy
14371437
zoneRedundant: enableRedundancy ? true : false
14381438
}

0 commit comments

Comments
 (0)