Skip to content

Commit 797ea8b

Browse files
fix: update API version to 2025-04-01 and adjust skuCapacity in main.bicep
1 parent 5a71a5f commit 797ea8b

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ module webServerFarm 'br/public:avm/res/web/serverfarm:0.5.0' = {
10661066
diagnosticSettings: enableMonitoring ? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }] : null
10671067
// WAF aligned configuration for Scalability
10681068
skuName: enableScalability || enableRedundancy ? 'P1v3' : 'B3'
1069-
skuCapacity: enableScalability ? 3 : 1
1069+
skuCapacity: enableScalability ? 1 : 1
10701070
// WAF aligned configuration for Redundancy
10711071
zoneRedundant: enableRedundancy ? true : false
10721072
}

0 commit comments

Comments
 (0)