feat: Standardize Bicep Parameters for Code Modernization #117
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 theinstallBicep
option totrue
and specifying the latest versions for Azure CLI and Bicep.ms-azuretools.vscode-azcli
for 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.bicepparam
to 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