ci: update environment names to 'production' in workflow files - #88
Open
Vamshi-Microsoft wants to merge 1 commit into
Open
ci: update environment names to 'production' in workflow files#88Vamshi-Microsoft wants to merge 1 commit into
Vamshi-Microsoft wants to merge 1 commit into
Conversation
Vamshi-Microsoft
requested review from
Avijit-Microsoft,
Roopan-Microsoft,
Anish Arora (aniaroramsft),
dgp10801,
nchandhi and
Todd Herman (toherman-msft)
as code owners
June 12, 2026 09:54
Contributor
There was a problem hiding this comment.
Pull request overview
This PR standardizes GitHub Actions job environment values across CI workflows by switching previously custom environment names to production, aiming to make environment usage consistent across validation, build, deploy, and cleanup stages.
Changes:
- Updated
azure-dev.ymljobs (build,deploy,cleanup) to use theproductionGitHub Actions environment. - Updated
azd-ai-template-validation.ymlvalidatejob to use theproductionGitHub Actions environment.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .github/workflows/azure-dev.yml | Switches job environments for build/deploy/cleanup to production. |
| .github/workflows/azd-ai-template-validation.yml | Switches validation job environment to production. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 the environment configuration for several GitHub Actions workflows, standardizing all job environments to use
productioninstead of various custom environments. This change ensures consistency and likely improves deployment and validation processes by targeting the same environment across all stages.Workflow environment standardization:
validatejob in.github/workflows/azd-ai-template-validation.ymlto use theproductionenvironment instead ofrti-validate.buildjob in.github/workflows/azure-dev.ymlto use theproductionenvironment instead ofrti-build.deployjob in.github/workflows/azure-dev.ymlto use theproductionenvironment instead ofrti-dev.cleanupjob in.github/workflows/azure-dev.ymlto use theproductionenvironment instead ofrti-dev.Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information