Hi team,
I trying to understand the automated deployment process. What I understood…
For example - DEV to UAT deployment
1. When the developer checked in the code in VS , it goes to Azure DevOps repository.
2. Now the developer pushes or merges code into the target branch, So, here the source branch is DEV and the target branch is UAT. Once the merging process completed the CI pipeline runs automatically.
And it will generates a deployable package containing the compiled customizations.
3. Now the release pipeline takes the deployable package from CI (Artifacts) and deploys it to the selected environment (UAT).
Once deployment is completed in UAT, Then proper validation and testing is required before proceed to PROD.
Am I correct?
Pls advise thanks

Report
All responses (
Answers (