Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates the infrastructure deployment templates to use newer API versions and Bicep tooling, and adjusts the server farm capacity configuration for improved stability during WAF deployments. The main changes are grouped below:
Infrastructure API Version Upgrades:
apiVersionfields for Azure resource deployments ininfra/main.jsonfrom2022-09-01to2025-04-01, ensuring compatibility with the latest Azure features and resource types. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20]Bicep Tooling and Template Metadata Updates:
infra/main.jsonto reflect the new version (0.38.33.27573), ensuring template reproducibility and alignment with the latest Bicep features. [1] [2] [3] [4] [5] [6] [7] [8]Server Farm Configuration:
skuCapacityininfra/main.bicepfor web server farms to always be1(instead of3when scalability is enabled), with a comment explaining this avoids multiple agents per type during WAF deployment.Documentation Update:
docs/SampleQuestions.md.Does this introduce a breaking change?
Other Information
Added average response time in Samplequestion.md.