feat: Merge the Azd Quota check changes from dev to main#199
Merged
Roopan-Microsoft merged 30 commits intomainfrom Jun 26, 2025
Merged
feat: Merge the Azd Quota check changes from dev to main#199Roopan-Microsoft merged 30 commits intomainfrom
Roopan-Microsoft merged 30 commits intomainfrom
Conversation
test: Implemented Log execution time per prompt in Report for content processing
test: GP Test automation - removed duplicate entries in the report and updated log entries.
docs: readme file changes
feat: Removed local build from preprovision and added as part of post deployment & AZD Quota check implementation
Prajwal-Microsoft
approved these changes
Jun 26, 2025
|
🎉 This PR is included in version 1.7.0 🎉 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 removes the
USE_LOCAL_BUILDparameter and related logic across multiple files, simplifies deployment configurations, and introduces new parameters and outputs for better resource management. Key changes include the removal of local build support, adjustments to deployment scripts and templates, and enhancements to Azure resource configurations.Removal of Local Build Support:
USE_LOCAL_BUILDparameter and associated logic fromazure.yaml,docs/CustomizingAzdParameters.md, and various Bicep files, includingdeploy_container_app.bicep,deploy_container_app_api_web.bicep, andmain.bicep. This simplifies the deployment process by eliminating the local build option. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]Documentation Updates:
DeploymentGuide.mdto reflect the removal of the local build option and added detailed post-deployment steps, including schema registration and optional container publishing instructions. [1] [2]Enhancements to Azure Resource Configurations:
acrPullPrincipalIdsparameter todeploy_container_registry.bicepfor assigning ACR pull roles to specific principal IDs, improving resource access management. [1] [2]aiDeploymentsLocationparameter inmain.bicepwith metadata for specifying the location of AI deployments. [1] [2]Cleanup and Simplification:
deploy_role_assignments.bicepandmain.bicep. [1] [2] [3]Output Enhancements:
main.bicepfor better visibility into deployment results, including container app names, user identities, and image tags.These changes streamline the deployment process, enhance resource management, and improve documentation for better usability.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information