fix: reduced the replica instance count to 1 for WAF version#638
Merged
Conversation
fix: Dev to main merge
fix: merging dev branch to main
Dhruvkumar-Microsoft
requested review from
Avijit-Microsoft,
Prajwal-Microsoft,
Roopan-Microsoft,
Vinay-Microsoft,
aniaroramsft and
brittneek
as code owners
November 6, 2025 10:21
Avijit-Microsoft
approved these changes
Nov 6, 2025
Contributor
|
🎉 This PR is included in version 3.14.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 primarily adds improved logging and debugging output across several API and plugin functions to aid in monitoring and troubleshooting. The changes also include minor adjustments to resource configuration in infrastructure code. The most important changes are grouped below:
API and Plugin Logging Enhancements:
conversationinapi_routes.pyto log incoming chat requests and their IDs, improving traceability.get_database_metrics,get_call_insights, andgenerate_chart_datainchat_with_data_plugin.py) by logging exceptions and responses, making debugging easier when failures occur. [1] [2] [3] [4] [5]stream_chat_requestandcomplete_chat_requestmethods ofchat_service.py, providing more visibility into chat processing. [1] [2]Infrastructure Configuration:
skuCapacitylogic in thewebServerFarmmodule inmain.bicepso that scalability no longer increases capacity, possibly reflecting a change in scaling strategy.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information