-
Notifications
You must be signed in to change notification settings - Fork 146
fix: merge from dev changes to main #605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs: update SampleQuestions.md with new content
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a note about expected response times to the sample questions documentation. The update informs users that they should expect responses within 7-16 seconds when using the application.
- Added a response time expectation note to help set user expectations
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fix: fix AI Foundry resource ID output logic
…caling during WAF deployment
… during WAF deployment
fix: reduced the replica instance count to 1 for WAF version
Purpose
This pull request updates the infrastructure deployment templates to use the latest Azure API version and Bicep tooling, and refines the web server farm configuration for WAF deployments. It also makes minor documentation improvements. The most important changes are grouped below.
Infrastructure Template Updates
infra/main.jsonto use API version2025-04-01instead of2022-09-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]infra/main.jsonto reflect the new tooling version (0.38.33.27573). [1] [2] [3] [4] [5] [6]Web Server Farm Configuration
skuCapacityfor web server farm deployments in bothinfra/main.bicepandinfra/main.jsonto always be1, with explanatory comments about multiple agents per type during WAF deployment. This ensures correct scaling behavior for WAF scenarios. [1] [2]Resource Output and Reference Fixes
AI_FOUNDRY_RESOURCE_IDininfra/main.bicepto use the correct property (existingAiFoundryAiServices.id) when using an existing AI Foundry project.infra/main.jsonto use the new API version for storage and CosmosDB keys.Dependency Ordering
infra/main.jsonto ensure proper resource provisioning sequence. [1] [2]Documentation
docs/SampleQuestions.mdfor improved user guidance.Does this introduce a breaking change?
Other Information
Added average response time in Samplequestion.md.