Automates the CI/CD Pipeline
Use Cases and Deployment Scope
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.
Pros
- Code Integration/Code Deployment
- Azure Engine Auto Scaling Up with help of Pipeline
- Managing Version Control and deploy in rollback with just one click
Cons
- Integration of the Pipeline for new users
Likelihood to Recommend
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