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.
2 parents e04aa1b + 42696a6 commit 6f03144Copy full SHA for 6f03144
infra/main.bicep
@@ -1432,7 +1432,7 @@ module webServerFarm 'br/public:avm/res/web/serverfarm:0.5.0' = {
1432
diagnosticSettings: enableMonitoring ? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }] : null
1433
// WAF aligned configuration for Scalability
1434
skuName: enableScalability || enableRedundancy ? 'P1v3' : 'B3'
1435
- skuCapacity: enableScalability ? 3 : 1
+ skuCapacity: enableScalability ? 1 : 1
1436
// WAF aligned configuration for Redundancy
1437
zoneRedundant: enableRedundancy ? true : false
1438
}
0 commit comments