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 aa1abf6 commit 514d1feCopy full SHA for 514d1fe
infra/main.bicep
@@ -1127,7 +1127,7 @@ module webServerFarm 'br/public:avm/res/web/serverfarm:0.5.0' = {
1127
diagnosticSettings: enableMonitoring ? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }] : null
1128
// WAF aligned configuration for Scalability
1129
skuName: enableScalability || enableRedundancy ? 'P1v3' : 'B3'
1130
- // skuCapacity: enableScalability ? 1 : 1
+ // skuCapacity: enableScalability ? 3 : 1
1131
skuCapacity: 1 // skuCapacity set to 1 (not 3) due to multiple agents created per type during WAF deployment
1132
// WAF aligned configuration for Redundancy
1133
zoneRedundant: enableRedundancy ? true : false
0 commit comments