feat: merge dockerparam into main #2
Merged
Vamshi-Microsoft merged 3 commits intomainfrom Oct 17, 2025
Merged
Conversation
Vamshi-Microsoft
pushed a commit
that referenced
this pull request
Feb 11, 2026
Infra code updates, docker file addition for frontend
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 updates and refactors the deployment workflow in
.github/workflows/deploy-Parameterized.yml(renamed fromdeploy-unified.yml) to improve flexibility, parameterization, and clarity for both automatic and manual triggers. The changes allow for more granular control over Docker image building, resource cleanup, and environment configuration, with clear separation between manual and automated runs. Additionally, a minor update was made to the Azure Search service configuration ininfra/main.bicep.Workflow parameterization and trigger enhancements:
pull_requestand improvedworkflow_runconditions, enabling deployment on more branch events and scheduled runs. [1] [2]build_docker_imageparameter and logic to distinguish between building a new Docker image or using an existing one, with corresponding environment variable handling for both automatic and manual workflow dispatches. [1] [2] [3]Deployment job improvements:
Resource cleanup and testing logic:
Infrastructure configuration:
infra/main.bicepto always usestandardwhen scalability is enabled, removing the fallback tobasic.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information