feat: add AVM Post Deployment Guide and upgrade infrastructure modules in main.bicep#759
Open
Pavan-Microsoft wants to merge 4 commits intodevfrom
Open
feat: add AVM Post Deployment Guide and upgrade infrastructure modules in main.bicep#759Pavan-Microsoft wants to merge 4 commits intodevfrom
Pavan-Microsoft wants to merge 4 commits intodevfrom
Conversation
- Updated AI project and cognitive services API versions to 2025-10-01-preview in `ai-project.bicep` and `deploy_foundry_role_assignment.bicep`. - Changed container instance API version to 2025-09-01 in `container-instance.bicep`. - Modified web sites module to use 2025-03-01 API version, including merging VNET properties into siteConfig. - Updated existing resources in `web-sites.config.bicep` to reflect new API versions. - Enhanced `post_deploy.py` script to retrieve deployment outputs from Azure CLI, allowing for automatic population of resource names if not provided. - Improved error handling and user feedback in the script for missing resource names.
…and clarify ACR requirements
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 a new AVM Post Deployment Guide and updates the
main.bicepinfrastructure template to improve resource provisioning, module versions, and configuration flexibility. The most important changes include adding comprehensive documentation for post-deployment steps, updating module versions for better compatibility and features, improving redundancy and scalability options, and refining private networking and monitoring configurations.Documentation Improvements:
AVMPostDeploymentGuide.mdwith detailed post-deployment instructions, prerequisites, and verification steps for the Content Generation solution accelerator.Infrastructure and Module Updates:
Redundancy and Scalability Enhancements:
enableRedundancynow increases AI Search replica count to 3, App Service Plan capacity to 2, and enables zone redundancy. [1] [2]Private Networking and Monitoring Configuration:
Parameter and Tag Handling Improvements:
acrNameparameter optional and improved resource group tag handling by referencing existing tags via a new resource definition. [1] [2] [3]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation