fix: enhance Azure template validation workflow, improve documentation, and update infrastructure configuration#815
Open
Shreyas-Microsoft wants to merge 8 commits intodevfrom
Open
fix: enhance Azure template validation workflow, improve documentation, and update infrastructure configuration#815Shreyas-Microsoft wants to merge 8 commits intodevfrom
Shreyas-Microsoft wants to merge 8 commits intodevfrom
Conversation
added 7 commits
March 12, 2026 17:30
15 tasks
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 to the Azure template validation workflow and enhances the project documentation for better usability and clarity. The most significant changes are the addition of a new GitHub Actions workflow for Azure template validation, updates to the existing validation workflow, and expanded sections in the
README.mdto guide users through setup, features, and resource management.CI/CD and Workflow Enhancements:
.github/workflows/azure-dev.ymlfor Azure template validation, which includes steps for checking out code, running themicrosoft/template-validation-action, and printing validation results. The workflow is triggered manually (workflow_dispatch) and uses specific permissions and environment variables for secure and flexible execution..github/workflows/azure-dev-validation.ymlto:productionvalidateAzd,useDevContainer, and Azure-specific variables for improved validation control and environment flexibility.Documentation Improvements:
README.mdwith new sections:Featuressection to highlight solution capabilities.Getting Startedsection for onboarding guidance.Guidancesection with prerequisites and cost considerations for deployment.Resourcestable summarizing required Azure services and their costs. [1] [2]Infrastructure as Code:
infra/main.bicepto assign a system-managed identity to thewebSiteFrontendmodule, improving security and enabling resource access without explicit credentials.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information