Automates the CI/CD Pipeline
October 06, 2023

Automates the CI/CD Pipeline

Anonymous | TrustRadius Reviewer
Score 7 out of 10
Vetted Review
Verified User

Overall Satisfaction with Azure Pipelines

We were using the Azure Pipelines for CI/CD for our product deployment on Azure. We have integrated automated Pipeline associated with GitHub so whenever we merge any PR or commit code, that code becomes live in our frontend/backend in just few minutes. We have done integration via the Docker image.
  • Code Integration/Code Deployment
  • Azure Engine Auto Scaling Up with help of Pipeline
  • Managing Version Control and deploy in rollback with just one click
  • Integration of the Pipeline for new users
  • Automated CI/CD
  • One time integration and runs life time
  • Build Deployment validation via tests
  • Saved time in manual CI/CD
  • Generates the build according to set environment
  • Rollback specific version whenever you need old build
We have used the GitHub CI/CD. Earlier we were using the Azure Pipelines but after GitHub had their actions, we integrated that for CI/CD. It runs the tests and makes a production build which can be live. GitHub CI/CD is more useful because we have to make script only once then just by few changes we can deploy it onto Azure, AWS, Google anywhere so we found it more convenient

Do you think Azure Pipelines delivers good value for the price?

Yes

Are you happy with Azure Pipelines's feature set?

Yes

Did Azure Pipelines live up to sales and marketing promises?

I wasn't involved with the selection/purchase process

Did implementation of Azure Pipelines go as expected?

Yes

Would you buy Azure Pipelines again?

No

It is good tool if you are doing continuous improvements in your code and you wish it goes live whenever you push code to GitHub. So integrating Azure Pipeline, it automatically does CI/CD in the background once you push code/merge code and it is live in few minutes. It also does some automated tests if you have wrote scripts