feat: Infra restructure mirror toolkit layout under infra/bicep, infra/avm#269
Draft
Prachig-Microsoft wants to merge 3 commits into
Draft
feat: Infra restructure mirror toolkit layout under infra/bicep, infra/avm#269Prachig-Microsoft wants to merge 3 commits into
Prachig-Microsoft wants to merge 3 commits into
Conversation
…, infra/scripts
User Story 45200. Adds infra/bicep/ (mirror of active main.bicep with domain-organized modules under modules/{ai,identity,networking}), infra/avm/ scaffold for future AVM rewrite, and moves provisioning scripts from /scripts to infra/scripts/{pre-provision,post-provision,build,utilities}. Updates GitHub Actions workflows and QuotaCheck.md to reference new script paths. Top-level main.bicep / main.json remain the canonical deployment artifacts referenced by azure.yaml.
…; mail excluded by default)
…avm (mimics agentic-applications PR) User Story 45200. Replaces custom modules in infra/bicep/modules/ with toolkit vanilla-bicep modules from mcaps-microsoft/accelerator-toolkit-core@psl/infra (ai/, data/, identity/, monitoring/, compute/) plus Container Apps modules (container-app.bicep, container-app-environment.bicep). Rewrites infra/bicep/main.bicep and main_custom.bicep to call toolkit modules in the same style as microsoft/agentic-applications-for-unified-data-foundation-solution- accelerator@psl/infra-restructure-new. Populates infra/avm/ with toolkit AVM modules and matching main.bicep/main.json. Top-level infra/main.bicep / main.json remain the canonical deployment artifacts referenced by azure.yaml - unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
This pull request introduces several infrastructure improvements and refactoring, primarily focused on Azure Bicep modules and deployment workflows. The main highlights are the addition of new Bicep modules for AI resources and role assignments, updates to deployment parameter files, and workflow changes to reflect new script locations. These changes help modularize the infrastructure codebase, improve maintainability, and align scripts and documentation with the new directory structure.
Purpose
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information