Skip to content
Merged
2 changes: 2 additions & 0 deletions docs/SampleQuestions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

To help you get started, here are some **Sample Prompts** you can ask after selecting the **Karen Berg** client:

> _Note: Average response time is 08-30 seconds._ <br>
1. Click on **Karen Berg** client.
2. Ask the following questions:
- What were Karen's concerns during our last meeting?
Expand Down
3 changes: 2 additions & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,8 @@ module webServerFarm 'br/public:avm/res/web/serverfarm:0.5.0' = {
diagnosticSettings: enableMonitoring ? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }] : null
// WAF aligned configuration for Scalability
skuName: enableScalability || enableRedundancy ? 'P1v3' : 'B3'
skuCapacity: enableScalability ? 3 : 1
// skuCapacity: enableScalability ? 3 : 1
skuCapacity: 1 // skuCapacity set to 1 (not 3) due to multiple agents created per type during WAF deployment
// WAF aligned configuration for Redundancy
zoneRedundant: enableRedundancy ? true : false
}
Expand Down
Loading