Merged
Conversation
merge changes from main repo to fork
chore: Fixed Security Vulnerability
docs: adds a new post-deployment guide for users who have deployed using the AVM template
fix: quota unavailability for handling in quotacheck pipeline
…ript for VNet and storage account handling
fix: Custom file Deployment Issue [Bug 24589]
Roopan-Microsoft
approved these changes
Oct 13, 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 introduces several improvements and fixes across deployment automation, documentation, infrastructure scripts, and frontend dependencies. The most significant changes include the addition of a post-deployment guide for the AVM template, enhancements to quota checking scripts, and updates to the frontend package dependencies for better compatibility and functionality.
Documentation Updates:
AVMPostDeploymentGuide.mdfile that provides clear post-deployment instructions for users of the AVM template, including prerequisites, application access, optional authentication setup, data verification, and sample questions to try in the application.Infrastructure and Automation Improvements:
.github/workflows/deploy-KMGeneric.ymlto use more consistent and descriptive parameter names (location,aiServiceLocation) and improved parameter ordering for clarity and maintainability.infra/scripts/checkquota_ckmv2.shandinfra/scripts/checkquota_km.sh) by settingINSUFFICIENT_QUOTA=truewhen no quota information is found for a model, allowing downstream logic to properly handle quota insufficiencies. [1] [2]Frontend Dependency Updates:
src/App/package.json, including upgradingaxiosto^1.12.0, addingd3-color, and ensuring consistent ordering of packages for easier maintenance. Also addednth-checktodevDependenciesfor improved testing and compatibility. [1] [2]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information