Skip to content

Conversation

Harmanpreet-Microsoft
Copy link
Contributor

Purpose

this is fix to:#1907

This pull request updates the infrastructure deployment configuration to improve flexibility and maintain consistency across environments. The main change is to make the deployment location configurable instead of hardcoding it, and to ensure that the Bicep and generated ARM templates (main.bicep and main.json) are in sync.

Key changes include:

Parameterization and Configuration Improvements

  • Changed the solutionLocation parameter in both main.bicep and the generated main.json from a hardcoded value (eastus2) to use the configurable location parameter, allowing deployments to target different Azure regions more easily. [1] [2]

Template Synchronization and Versioning

  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant