feat: Merge the AVM WAF and Azd Quota check changes from dev to main#150
Merged
Roopan-Microsoft merged 149 commits intomainfrom Jun 26, 2025
Merged
feat: Merge the AVM WAF and Azd Quota check changes from dev to main#150Roopan-Microsoft merged 149 commits intomainfrom
Roopan-Microsoft merged 149 commits intomainfrom
Conversation
…t/Modernize-your-code-solution-accelerator into feature/avm-waf-network
…dundancy, and failover
…t/Modernize-your-code-solution-accelerator into feature/avm-waf-network
…t/Modernize-your-code-solution-accelerator into feature/avm-waf-aligned
feat: AI Foundy code private end point working and tested
feat: Merging the AVM WAF Changes from feature/avm-waf-aligned into dev
…t/Modernize-your-code-solution-accelerator into feature/avm-waf-aligned
fix: EXP Changes for log analytics workspace
…consistency in deployment configurations
feat: Added code changes related azd quota check
Prajwal-Microsoft
approved these changes
Jun 26, 2025
|
🎉 This PR is included in version 1.4.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Ritesh-Microsoft
pushed a commit
that referenced
this pull request
Oct 10, 2025
feat: Merge the AVM WAF and Azd Quota check changes from dev to main
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 significant changes to the deployment process, infrastructure configuration, and documentation for the Azure-based solution. The updates focus on aligning the architecture with Azure's Well-Architected Framework (WAF), simplifying infrastructure definitions, and enhancing deployment options for both sandbox and production environments. Below is a summary of the most important changes:
Deployment and Infrastructure Updates:
.github/workflows/deploy.ymlto rename theAzureAiServiceLocationparameter toaiDeploymentsLocationfor consistency in deployment scripts.infra/deploy_ai_foundry.bicep,infra/deploy_keyvault.bicep,infra/deploy_managed_identity.bicep) to streamline infrastructure definitions. These functionalities are now consolidated into the main deployment process. [1] [2] [3]infra/main.parameters.jsonfor enhanced configurability, includingsolutionName,deploymentType,llmModel, andgptModelVersion.Documentation Enhancements:
README.mdto describe the new WAF-aligned architecture option, linking to detailed documentation and deployment guides.docs/ArchitectureWAF.md, detailing the WAF-aligned architecture, its pillars (e.g., security, cost optimization), and deployment configuration.docs/DeploymentGuide.mdto include instructions for choosing between sandbox and WAF-aligned deployment options, with guidance on parameter adjustments for production environments. [1] [2]Configuration Simplifications:
environmentandpreprovisionhooks inazure.yaml, simplifying the deployment configuration by eliminating unused or redundant steps. [1] [2]infra/main.bicepparamand removed hardcoded values, improving flexibility for different deployment scenarios.These changes collectively enhance the scalability, security, and maintainability of the solution while providing clearer guidance for users deploying the architecture in various environments.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information