ci: Down merge from main to dev-v4#845
Merged
Roopan-Microsoft merged 11 commits intodev-v4from Mar 11, 2026
Merged
Conversation
chore: Dev v4 to main
docs: Update Troubleshoot document
Added AI and Data Engineering playbooks with descriptions to README.
docs: Add AI and Data Engineering playbooks to README
chore: Dev v4 to main
…dows.yml since it's no longer needed
ci: Migrated GitHub Actions authentication from client secrets to OIDC and combined Ubuntu & Windows workflows into a single pipeline
chore: Dev v4 to main includes v2 foundry sdk changes
Roopan-Microsoft
approved these changes
Mar 11, 2026
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 makes significant improvements to the GitHub Actions deployment workflows by consolidating OS-specific workflows, enhancing input validation, and modernizing Azure authentication. The changes streamline deployment configuration, increase flexibility for different environments, and improve security by switching to OIDC-based Azure login. The most important changes are grouped below:
Workflow Consolidation and Environment Flexibility
deploy-windows.ymland merged its functionality into a renamed and enhanceddeploy-v2.yml, allowing selection between Windows and Linux runners via a newrunner_osinput parameter. This enables a single workflow to handle deployments on both platforms, simplifying maintenance and reducing duplication. [1] [2] [3] [4]deploy-v2.ymlto resolve the runner OS based on user input, with validation and clear error messaging for invalid values. [1] [2]Input Validation and Output Improvements
deploy-v2.ymlto ensure deployment parameters are correct and outputs are properly set, including the resolved runner OS, Azure location, and other deployment options. [1] [2]Azure Authentication Modernization
azure/login@v2GitHub Action, leveraging OIDC for improved security and easier credential management indeploy.ymlanddeploy-waf.yml. [1] [2] [3] [4]id-token: writepermission to deployment workflows to support OIDC authentication. [1] [2] [3]Workflow Permissions and Environment Settings
environment: productionto deployment jobs for better environment tracking and permissions management. [1] [2]These changes collectively modernize the deployment process, increase flexibility for different runner environments, and improve security and maintainability of the CI/CD pipeline.
Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information