ci: Enhanced deployment workflow with better resource management, cleanup logic#48
Open
Vamshi-Microsoft wants to merge 4 commits intomainfrom
Open
ci: Enhanced deployment workflow with better resource management, cleanup logic#48Vamshi-Microsoft wants to merge 4 commits intomainfrom
Vamshi-Microsoft wants to merge 4 commits intomainfrom
Conversation
… logic, and updated environment naming
Prajwal-Microsoft
approved these changes
Feb 24, 2026
…dev' in Azure workflow
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 significantly refactors the Azure deployment GitHub Actions workflow by introducing dynamic environment and resource group naming, switching to the Azure Developer CLI (
azd) for deployment and cleanup, and improving secrets management and output reporting. The changes aim to make deployments more robust, flexible, and suitable for production environments, while also adding automated resource cleanup.Key changes include:
Deployment workflow modernization:
azd) for authentication, environment management, and resource provisioning, replacing direct Bicep deployments and custom Python scripts.Resource management and cleanup:
cleanupjob that automatically tears down deployed resources after the workflow completes, usingazd downand a fallback resource group deletion step to ensure no orphaned resources remain.Output and reporting improvements:
Workflow structure and environment changes:
These improvements make the workflow more secure, maintainable, and production-ready, while also reducing manual intervention for resource cleanup.
Does this introduce a breaking change?