fix: down merge from main to dev#691
Merged
Merged
Conversation
…uctions in quota check
fix: Merging dev changes to main branch
…uctions in quota check
Co-authored-by: Prekshith-Microsoft <216912978+Prekshith-Microsoft@users.noreply.github.com>
…10801 chore: Add dgp10801 to CODEOWNERS
ci: Enhance Deployment Pipeline
ci: improved pipeline for deployment
ci: improved pipeline for deployment
Roopan-Microsoft
approved these changes
Dec 15, 2025
Contributor
|
🎉 This PR is included in version 3.17.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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 a new, modular deployment orchestration system for both Linux and Windows environments using GitHub Actions workflows. It adds a central orchestrator workflow that coordinates Docker builds, Azure deployments, end-to-end testing, notifications, and resource cleanup. Additionally, the CODEOWNERS file has been updated to include an additional owner.
Deployment workflow improvements:
deploy-orchestrator.yml, which orchestrates the entire deployment process including Docker image building, Azure deployment, end-to-end testing, notifications, and resource cleanup, with support for extensive configuration via inputs.deploy-linux.ymlanddeploy-windows.yml, to trigger the orchestrator workflow for Linux and Windows environments respectively, supporting both push and manual dispatch with customizable deployment parameters. [1] [2]Ownership updates:
.github/CODEOWNERSto add@dgp10801as a default code owner for the repository.