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 5a71a5f commit 797ea8bCopy full SHA for 797ea8b
infra/main.bicep
@@ -1066,7 +1066,7 @@ module webServerFarm 'br/public:avm/res/web/serverfarm:0.5.0' = {
1066
diagnosticSettings: enableMonitoring ? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }] : null
1067
// WAF aligned configuration for Scalability
1068
skuName: enableScalability || enableRedundancy ? 'P1v3' : 'B3'
1069
- skuCapacity: enableScalability ? 3 : 1
+ skuCapacity: enableScalability ? 1 : 1
1070
// WAF aligned configuration for Redundancy
1071
zoneRedundant: enableRedundancy ? true : false
1072
}
0 commit comments