Adding prod deployment capabilities for Try .NET#61
Open
Joshua-Lester3 wants to merge 26 commits intoIntelliTect:mainfrom
Open
Adding prod deployment capabilities for Try .NET#61Joshua-Lester3 wants to merge 26 commits intoIntelliTect:mainfrom
Joshua-Lester3 wants to merge 26 commits intoIntelliTect:mainfrom
Conversation
…and update registry identity reference
…ner registry and Azure CLI steps for prod deployment
There was a problem hiding this comment.
Pull request overview
This pull request adds production deployment capabilities to the Try .NET application by introducing a new GitHub Actions job that deploys to Azure Container Apps. The workflow extends the existing CI/CD pipeline to deploy to both development and production environments sequentially.
Changes:
- Modified Docker build step to tag images for both development and production container registries
- Added Azure CLI logout step to the development deployment job
- Created new
deploy-productionjob that mirrors the development deployment process but targets production infrastructure
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
BenjaminMichaelis
approved these changes
Feb 20, 2026
Keboo
approved these changes
Feb 20, 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.
Description
Added a Actions job to deploy Try .NET app to Azure Container apps
Fixes #Issue_Number (if available)
Ensure that your pull request has followed all the steps below: