feat: Standardize Bicep Parameters for Code Modernization#117
Merged
Conversation
VishalS-Microsoft
requested review from
Avijit-Microsoft,
Prajwal-Microsoft,
Roopan-Microsoft,
Vinay-Microsoft,
aniaroramsft and
marktayl1
as code owners
June 4, 2025 07:59
Roopan-Microsoft
approved these changes
Jun 4, 2025
|
🎉 This PR is included in version 1.4.0 🎉 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: Standardize Bicep Parameters for Code Modernization
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 enhancements and updates across multiple areas, including development environment configuration, test automation, documentation, and infrastructure deployment. The most significant changes involve adding new Azure CLI features to the dev container, creating a new GitHub Actions workflow for test automation, and updating infrastructure templates to include Application Insights integration.
Development Environment Enhancements:
.devcontainer/devcontainer.json). This includes setting theinstallBicepoption totrueand specifying the latest versions for Azure CLI and Bicep.ms-azuretools.vscode-azclifor enhanced Azure CLI support.Test Automation Workflow:
.github/workflows/test-automation.yml) to automate end-to-end testing. The workflow includes:Infrastructure Updates:
infra/deploy_ai_foundry.bicep,infra/main.bicep) to add Application Insights as a resource for enhanced monitoring. The connection string is exposed as an output for integration with other components. [1] [2]infra/main.bicepparamto include new parameters likedeploymentType,llmModel, andimageVersion, with default values fetched from environment variables.Documentation Updates:
docs/CustomizingAzdParameters.md).docs/EXAMPLE-CustomizingAzdParameters.md). [1] [2]Miscellaneous:
infra/main.json) to reflect changes in the Bicep templates, including Application Insights integration and parameter adjustments. [1] [2]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information