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 65af4b5 commit adcc4a1Copy full SHA for adcc4a1
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 ? 1 : 1 // skuCapacity set to 1 (not 3) due to multiple agents created per type during WAF deployment
1131
// WAF aligned configuration for Redundancy
1132
zoneRedundant: enableRedundancy ? true : false
1133
}
0 commit comments