Skip to content

Commit 3a23604

Browse files
Thanusree-MicrosoftPrajwal-MicrosoftPavan-MicrosoftUtkarshMishra-Microsoft
authored
docs: merge from dev to main Samplequestion (#737)
* Update SampleQuestions.md with response time note (#736) Added a note about average response time and formatted the document. Co-authored-by: Prajwal-Microsoft <[email protected]> * fix: update API version to 2025-04-01 and adjust skuCapacity in main.bicep * fix: rename deploymentType parameter to gptModelDeploymentType for clarity * fix: Re-query data after updating sample data to refresh rows (#739) * DataRefreshLogic * pylint * pylintfix * fix * fix: clarify skuCapacity comment in main.bicep for WAF deployment * fix: update skuCapacity configuration for WAF deployment to ensure correct agent handling --------- Co-authored-by: Prajwal-Microsoft <[email protected]> Co-authored-by: Pavan-Microsoft <[email protected]> Co-authored-by: UtkarshMishra-Microsoft <[email protected]>
1 parent 831b012 commit 3a23604

File tree

5 files changed

+70
-62
lines changed

5 files changed

+70
-62
lines changed

docs/SampleQuestions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
> _Note: Average response time is 08-30 seconds._ <br>
6+
57
1. Click on **Karen Berg** client.
68
2. Ask the following questions:
79
- What were Karen's concerns during our last meeting?

infra/main.bicep

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,8 @@ module webServerFarm 'br/public:avm/res/web/serverfarm:0.5.0' = {
10661066
diagnosticSettings: enableMonitoring ? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }] : null
10671067
// WAF aligned configuration for Scalability
10681068
skuName: enableScalability || enableRedundancy ? 'P1v3' : 'B3'
1069-
skuCapacity: enableScalability ? 3 : 1
1069+
// skuCapacity: enableScalability ? 3 : 1
1070+
skuCapacity: 1 // skuCapacity set to 1 (not 3) due to multiple agents created per type during WAF deployment
10701071
// WAF aligned configuration for Redundancy
10711072
zoneRedundant: enableRedundancy ? true : false
10721073
}

0 commit comments

Comments
 (0)