DEV Community

Discussion on: What is the difference? Azure Pipelines PRE and POST Deployment Approvals

Collapse
 
mgdarg profile image
mgdarg

And.. what about if a post-deployment approval its rejected? just change the stage state of deploy to rejected/cancel but not rollback the deployment, im a right?

Collapse
 
n3wt0n profile image
Davide 'CoderDave' Benvegnù

Yes you are right. No action is taken if a stage is rejected. If you want to rollback or to perform any other action, then you'd have to add a specific stage to your pipeline to do so.

Good question!

Collapse
 
mgdarg profile image
mgdarg

Great! thanks for your answer, and thnks for the good article.

Regards!