Convenient tool to deploy changes to the production environment
May 19, 2022

Convenient tool to deploy changes to the production environment

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

Overall Satisfaction with Azure Pipelines

We're using Azure Pipelines for automating deploying our changes from the code in the repository to our production environment. We have a few pipelines for our separate environments. We're checking the quality of the changes that are going to be made and then if everything passes, we're doing a deployment.
  • all in one place
  • good ability to personalize deployment process
  • easy to develop
  • The errors which we got sometimes are not clearly enough.
  • There are some let's say hidden options, they could be more visible
  • When the process is running we have to remember about manually refreshing to see the current status because it doesn't work automatically
  • Possibility to deploy changes automatically
  • You can write there scripts which will check your code
  • The repository and pipelines are in one place
  • We don't have to deploy changes manually
  • But because of this that we automated some tasks, we need to be still aware of some edge cases we can meet and which can cause a pipelines failures
  • We can deploy changes pretty fast

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?

Yes

It's good when you want to have an easy way to deploy your changes to the production environment. Furthermore, there are a lot of possibilities to add some tasks from different services, so it is easy to fit the pipeline to the case you have to have. When you need to have good error handling it is less appropriate.