# Azure Pipelines Reviews
**Vendor:** Microsoft  
**Category:** [Application Release Orchestration (ARO) Tools](https://www.g2.com/categories/application-release-orchestration)  
**Average Rating:** 4.3/5.0  
**Total Reviews:** 372
## About Azure Pipelines
Azure Pipelines is a cloud-based service within Microsoft&#39;s Azure DevOps suite that automates the processes of building, testing, and deploying software. It integrates continuous integration (CI) and continuous delivery (CD) to streamline software development workflows and ensure faster, more reliable code delivery. Azure Pipelines supports multiple programming languages and environments, allowing development teams to automate the entire software lifecycle. Whether developing for web, desktop, or mobile applications, Azure Pipelines ensures consistent code quality and faster delivery cycles by automating code integration, testing, and deployment processes. Key Features and Functionality: - Language and Platform Agnostic: Supports a wide range of programming languages, including Python, Java, .NET, Ruby, and JavaScript, as well as popular frameworks. - Cross-Platform Support: Operates seamlessly across Windows, macOS, and Linux environments, making it suitable for diverse development projects. - Parallel Jobs: Enables running multiple builds or tests simultaneously, reducing time-to-market. - Customizable Workflows: Allows defining pipelines as code using YAML files, providing complete control over the CI/CD process. - Integration with Development Tools: Integrates with popular development tools like GitHub, Bitbucket, and Docker, streamlining workflows for developers. Primary Value and User Solutions: Azure Pipelines enhances development efficiency by automating repetitive tasks such as building and testing code, saving time, and reducing human error. Continuous integration ensures that new code is tested and integrated promptly, while continuous delivery accelerates deployments to production. Its scalability supports projects of all sizes, from small teams to large-scale enterprises, and can handle thousands of builds daily. By providing a reliable and efficient CI/CD solution, Azure Pipelines helps development teams deliver high-quality software faster and more consistently.



## Azure Pipelines Pros & Cons
**What users like:**

- Users value the **ease of use** in Azure Pipelines, appreciating its simplicity and accessible learning resources. (25 reviews)
- Users appreciate the **strong integration across Azure and GitHub** , enhancing their CI/CD workflows and automation capabilities. (16 reviews)
- Users value the **automation and flexibility** of Azure Pipelines, significantly enhancing their CI/CD processes and delivery efficiency. (15 reviews)
- Users value the **powerful automation** of Azure Pipelines, streamlining their CI/CD processes and enhancing delivery speed. (14 reviews)
- Users value the **comprehensive features** of Azure Pipelines, enhancing efficiency in development and project management. (11 reviews)
- Users find Azure Pipelines **easy to implement** , enhancing their CI/CD workflows with seamless integration and management tools. (11 reviews)
- Easy Integrations (10 reviews)
- Collaboration (9 reviews)
- Deployment Ease (9 reviews)
- Easy Deployment (9 reviews)

**What users dislike:**

- Users find Azure Pipelines&#39; **complexity** in configuration and troubleshooting detrimental to their experience and efficiency. (13 reviews)
- Users face a **steep learning curve** with Azure Pipelines, making it challenging to grasp its complex concepts. (12 reviews)
- Users find the **confusing interface** of Azure Pipelines makes configuration and troubleshooting unnecessarily complicated for newcomers. (7 reviews)
- Users find **difficult navigation** in Azure Pipelines, struggling particularly with the interface and YAML configurations. (5 reviews)
- Users note that Azure Pipelines can be **expensive** , especially for large teams and projects with heavy usage. (5 reviews)
- Users find a **steep learning curve** for beginners, particularly in understanding CI/CD concepts and YAML syntax. (5 reviews)
- Bug Issues (4 reviews)
- Error Handling (4 reviews)
- Not User-Friendly (4 reviews)
- Slow Performance (4 reviews)

## Azure Pipelines Reviews
  ### 1. Scalable CI/CD for both Side Projects and Enterprise-Grade Microservices

**Rating:** 4.5/5.0 stars

**Reviewed by:** Daniel J. | Senior Software Engineer | IAM &amp; Cloud Infrastructure, Enterprise (> 1000 emp.)

**Reviewed Date:** February 15, 2026

**What do you like best about Azure Pipelines?**

What I value most is the seamless integration with YAML-based definitions, Azure services, and the built-in artifact management. The Environments feature is a game-changer for tracking deployments across stages. Also, as someone who started with personal projects, the availability of free hosted agents is a huge plus; it lowers the entry barrier and allows your CI/CD strategy to scale naturally as the project grows into an enterprise environment.

**What do you dislike about Azure Pipelines?**

The workflow for expired Service Connections is a bit friction-heavy. Currently, you often have to jump back to the Azure Portal to renew them because the error messages within DevOps aren't always explicit about the expiration. It would be much smoother to have a "renew" or "re-authorize" trigger directly within the DevOps Service Connection interface to avoid context switching.

**What problems is Azure Pipelines solving and how is that benefiting you?**

For independent development, it solves the cost barrier of maintaining build infrastructure, providing professional-grade tools for free. From an enterprise perspective, its robust integration with GitHub Enterprise (GHE) is vital. Since many organizations prefer keeping code in GHE while leveraging Azure for infrastructure, this interoperability allows us to maintain a high-velocity deployment pipeline without migrating our entire VCS.

  ### 2. Seamless Azure DevOps Integration with Flexible, YAML-Based Pipelines

**Rating:** 4.0/5.0 stars

**Reviewed by:** sagar p. | AVP, Enterprise (> 1000 emp.)

**Reviewed Date:** May 05, 2026

**What do you like best about Azure Pipelines?**

In Azure Pipelines you can build, test, write apps in multiple languages.
collaboration is very easy with help of YAML based pipeline definitions.
Boards, Repos, Test Plans, and Artifacts all connect seamlessly because of integration with Azure devops ecosystem
Easy plugins are available in third party tool.
Integration is very easy with other tools

**What do you dislike about Azure Pipelines?**

Debugging of failure is very hard to identify due to YAML pipelines.
complexity within Azure DevOps due to which new users fail to understand the syntax
Execution speed and resource limit due to which often there is spike in performance
providing rule base access is very tedious job and time consuming
Cost is very high

**What problems is Azure Pipelines solving and how is that benefiting you?**

no need of Deployment and manual work due to which code release becomes faster.
Any bugs are identified very early stage which reduces work and improve work quality and efficiency.
Smooth workflow
good speed

  ### 3. Flexible YAML Pipelines with Strong Version Control and Governance

**Rating:** 4.5/5.0 stars

**Reviewed by:** Yamini K. | Technical Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 22, 2026

**What do you like best about Azure Pipelines?**

YAML pipelines offer strong flexibility and solid version control. Being able to keep pipeline definitions alongside application code supports Infrastructure as Code and makes changes easier to track and audit. Support for multi-stage pipelines, including approvals and environments, also enables more mature release processes with clearer governance.

**What do you dislike about Azure Pipelines?**

There isn’t a simple or official way to fully test Azure Pipelines locally, which often forces me into trial-and-error commits just to validate the pipeline logic and confirm everything works as expected.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Effective use of automation. Automated builds, tests, and deployments are well integrated, so code changes are validated early and consistently before they move into higher environments.

  ### 4. Reliable CI/CD automation for modern cloud applications

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Education Management | Small-Business (50 or fewer emp.)

**Reviewed Date:** March 12, 2026

**What do you like best about Azure Pipelines?**

Azure Pipelines effectively automates the build, testing, and deployment process within a single workflow. Once a pipeline is configured using YAML, it’s straightforward to maintain and keep under version control alongside the codebase. It also makes the software release process more reliable, since every change goes through the same standardized steps (build, test, and deploy), which are easy to implement and repeat consistently.

I use Azure Pipelines quite frequently during development, especially when pushing updates or running automated tests before deployments. The platform offers a solid set of features, such as multi-stage pipelines, artifact management, and environment-based deployments, which help structure the release process in a clear way. Azure Pipelines also connects smoothly with repositories, container registries, and other cloud services, making it convenient when working with containerized applications and modern DevOps workflows.

**What do you dislike about Azure Pipelines?**

One of the main challenges with Azure Pipelines is that the initial setup can feel complex, especially for developers who are new to CI/CD tools. Configuring multi-stage pipelines, managing permissions, and setting up environments can require careful attention before everything works smoothly. Troubleshooting pipeline failures can also take time, since build logs often become very detailed and lengthy. While the documentation and support resources are generally helpful, better log readability and clearer troubleshooting guidance would make it easier for developers to identify issues more quickly. Overall, the platform is powerful, but there is a learning curve in the early stages of implementation.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Azure Pipelines addresses the problem of manual and inconsistent build and deployment processes. Without CI/CD pipelines, I often have to run builds, tests, and deployments by hand, which increases the risk of errors and slows down release cycles. By automating these steps, it ensures that every code change follows a standardized workflow: building the application, running tests, and deploying to the appropriate environments. As a result, reliability improves, and I can release updates more frequently and with greater confidence.

  ### 5. End-to-End CI/CD Automation

**Rating:** 4.0/5.0 stars

**Reviewed by:** Sandeep  R. | System Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 25, 2025

**What do you like best about Azure Pipelines?**

*End-to-end CI/CD in one place
It handles build, test, and deployment seamlessly, whether you’re working with apps, containers, or infrastructure.

*YAML-based pipelines
Pipelines as code make versioning, reviews, and rollbacks easy. It fits perfectly with Git workflows and DevOps best practices.

*Strong integration with Azure & Git
Native integration with Azure services, Azure Repos, GitHub, and external repositories makes setup and management smooth.

**What do you dislike about Azure Pipelines?**

*Complex YAML syntax
Writing and debugging YAML pipelines can be difficult, especially for beginners. Small indentation mistakes can break the pipeline.

*Steep learning curve
Concepts like stages, jobs, environments, variables, service connections, and templates take time to understand.

*UI is not very intuitive
Compared to tools like GitHub Actions or GitLab CI, the UI can feel cluttered and less user-friendly.

**What problems is Azure Pipelines solving and how is that benefiting you?**

*Eliminates manual deployments
Before CI/CD, builds and deployments depended on people running scripts manually, which often caused mistakes. Azure Pipelines automates this end-to-end, making releases consistent and reliable.

*Early detection of issues
Automatic builds and tests on every commit help catch errors early, reducing production issues and rework.

*Standardized deployments across environments
Using the same pipeline for Dev, QA, and Prod ensures consistency and avoids “works on my machine” problems.

*Faster delivery
Automated pipelines significantly reduce release time, helping teams deliver features and fixes more quickly.

*Better collaboration
Pipelines as code (YAML) live in the repository, so changes are versioned, reviewed, and shared across the team.

*Improved traceability & auditing
Every deployment is tracked—who triggered it, what code was deployed, and when—making audits and rollbacks easier.

Azure Pipelines helps me focus more on building and improving systems rather than worrying about how to deploy them, leading to faster, safer, and more predictable releases.

  ### 6. Efficient Automation with Minor Integration Concerns

**Rating:** 4.0/5.0 stars

**Reviewed by:** Adarsh C. | Data Analyst, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 30, 2026

**What do you like best about Azure Pipelines?**

I use Azure Pipelines to automate our CI/CD process. I like that it's easy to use but also allows complex scenarios to be built out. Being able to script the processes using YAML and run Python code on top of our Azure DevOps repository is really handy. The initial setup was good and easy.

**What do you dislike about Azure Pipelines?**

It can be better. I have used GitHub pipelines and they are even more easier to use and get started. Available documentation and stuff like that really makes GitHub a better option. I find GitHub pipelines can integrate better with non-Microsoft products well, which is really handy.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Azure Pipelines helps us automate our CI/CD process, automating bug fixing, code linting, and standardizing our PR review processes.

  ### 7. Effortless CI/CD with Intuitive Azure Pipeline Dashboard

**Rating:** 4.5/5.0 stars

**Reviewed by:** Abhishek B. | Technical Architect, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 11, 2025

**What do you like best about Azure Pipelines?**

As a software developer, it is quite common for us to work with various pipeline tools for CI/CD, and Azure Pipeline is one of those available through Azure DevOps. The dashboard is straightforward, easy to navigate and implement, making it simple to understand the overall process. Configuring pipelines is also very user-friendly, and writing YAML scripts is both easy and intuitive. The tool offers the option to select each step, and it will automatically generate the script for you. Adding global or environment variables is also a straightforward process.

**What do you dislike about Azure Pipelines?**

At this point, there is nothing I dislike about the Azure pipeline. The product is excellent.

**What problems is Azure Pipelines solving and how is that benefiting you?**

The process of Continuous Integration and Continuous Delivery.

  ### 8. Azure Pipelines Review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** December 17, 2024

**What do you like best about Azure Pipelines?**

Azure Pipelines makes it easy for me to set up an infrastructure workflow so I can build, test, and deploy my applications. It also integrates smoothly with the different automation tasks I run on a recurring basis. I’m able to cover a wide range of use cases as well, including UI, integrations, performance, pricing, support, and AI-based user experience testing.

**What do you dislike about Azure Pipelines?**

Sometimes pipeline testing can take a long time and feel tedious.

**What problems is Azure Pipelines solving and how is that benefiting you?**

It allows developers to streamline the CI/CD process with ease.

  ### 9. Streamlined CI/CD for Testing and Deploying Across Python, Node.js, and .NET

**Rating:** 5.0/5.0 stars

**Reviewed by:** Javier C. | Full Stack developer, Education Management, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 17, 2026

**What do you like best about Azure Pipelines?**

Helps a lot when you need to run, test and deploy the code so it CI/CD also support different language as Python, node.js and .NET

**What do you dislike about Azure Pipelines?**

The syntax can become complex very quickly, understanding stages and jobs as variables and environment takes times also de debugging pipeline errors is not always friendly

**What problems is Azure Pipelines solving and how is that benefiting you?**

Yes, the deployment is faster and easier to make with step run, debug and run, so save you time if the code passes the test.

  ### 10. Effective for Builds, Needs Improved Copilot Integration

**Rating:** 4.0/5.0 stars

**Reviewed by:** Nikhil S. | Chief Technology Officer, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 05, 2026

**What do you like best about Azure Pipelines?**

I like that Azure Pipelines is bundled in our Visual Studio subscription, which makes it more attractive to us financially. It supports multiple languages and integrates well with our security scans. The initial setup was fairly clear to follow.

**What do you dislike about Azure Pipelines?**

The copilot integration could be much better. With GitHub, this is more straightforward.

**What problems is Azure Pipelines solving and how is that benefiting you?**

I use Azure Pipelines for builds and testing pipelines, solving continuous deployment challenges.

  ### 11. Effortless CI/CD Automation with Seamless Azure and GitHub Integration

**Rating:** 4.0/5.0 stars

**Reviewed by:** chetan V. | System Analyst, Enterprise (> 1000 emp.)

**Reviewed Date:** December 15, 2025

**What do you like best about Azure Pipelines?**

I like how Azure Pipelines automates builds and deployments with strong integration across Azure and GitHub.
It’s flexible, reliable, and makes CI/CD workflows easier to manage and scale.

**What do you dislike about Azure Pipelines?**

Configuring Azure Pipelines can be challenging, particularly when it comes to writing and troubleshooting YAML files. The user interface is not always straightforward, and resolving issues with failed pipelines often takes a considerable amount of time.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Azure Pipelines addresses the challenges of manual and inconsistent builds and deployments by offering automated, reliable CI/CD workflows that can be repeated as needed.

  ### 12. Powerful CI/CD Automation with Deep GitHub Integration and Scalable Hosted Agents

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ekansh S. | System Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** January 14, 2026

**What do you like best about Azure Pipelines?**

I really like how it automates complex CI/CD workflows across any language or platform amd works with any cloud be it AWS, GCP or Azure and the deep integration with GitHub repo is a huge plus and also the scalable hosted agents

**What do you dislike about Azure Pipelines?**

I would say it has a steep learning curve with a complex yaml syntax and the UI is not very intuitive making it harder to debug pipelines especially for beginners

**What problems is Azure Pipelines solving and how is that benefiting you?**

Well it is helping me with automating CI/CD pipelines, triggering automatic builds and tests on code changes and reliably deploying to multiple environments thereby increasing the operational efficiency and boosting productivity by speeding up the process

  ### 13. Easy Setup, Smooth Navigation, and a Generous $200 Free Trial Credit

**Rating:** 4.5/5.0 stars

**Reviewed by:** Kaushik B. | Entrepreneur, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 21, 2026

**What do you like best about Azure Pipelines?**

It’s easy to set up and navigate, and it also offers a free trial of $200 credit.

**What do you dislike about Azure Pipelines?**

There’s nothing I dislike about it, but Windows 11 is showing as not available in Western Europe, and that really needs to be changed.

**What problems is Azure Pipelines solving and how is that benefiting you?**

We don’t have to open a physical office just to hire employees, which saves us a lot of money.

  ### 14. Perfect CI/CD Operations with Modern Technologies and Platforms

**Rating:** 5.0/5.0 stars

**Reviewed by:** Mohd S. | Packaged App Development Team Lead , Enterprise (> 1000 emp.)

**Reviewed Date:** March 25, 2026

**What do you like best about Azure Pipelines?**

Perfect or CI/CD operations with modern technologies and platforms

**What do you dislike about Azure Pipelines?**

Requires expert DevOps engineer to program yaml

**What problems is Azure Pipelines solving and how is that benefiting you?**

DevOps process is being implemented with a global vendor with great capabilities

  ### 15. Streamlined CI/CD for Modern DevOps and Comprehensive Automation for Building and Deployment

**Rating:** 5.0/5.0 stars

**Reviewed by:** Anish C. | Senior Analyst, Banking, Enterprise (> 1000 emp.)

**Reviewed Date:** October 10, 2025

**What do you like best about Azure Pipelines?**

The best aspects of Azure Pipelines are its powerful automation, flexible scalability, and deep integration capabilities. Azure Pipelines lets teams automate build, test, and deployment workflows across many platforms, reducing manual effort and errors while accelerating delivery cycles. Its support for YAML-defined pipelines as code ensures transparency, repeatability, and easy collaboration with version control systems. Seamless integration with popular tools (Azure, GitHub, Bitbucket, Docker) and secure, cloud-hosted or self-hosted agents give users flexibility and control over their CI/CD environments.

**What do you dislike about Azure Pipelines?**

Debugging and troubleshooting - pipeline failures can be hard to diagnose, logs are not retained indefinitely on the free tier, and running pipelines locally for fast iteration is limited.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Deployment process across multiple environments, greatly reducing manual effort and risk of human error. This continuous integration and continuous delivery (CI/CD) automation accelerates software releases, improves code quality, and maintains consistency.

  ### 16. Effortless Low-Code Platform with Seamless Integrations

**Rating:** 5.0/5.0 stars

**Reviewed by:** DASU S. | senior data engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** January 07, 2026

**What do you like best about Azure Pipelines?**

ease of use, low code no code, drag drop approach, easy to understand it sintegration with various platform

**What do you dislike about Azure Pipelines?**

The customer support tends to be vague and would benefit from providing more thorough root cause analysis.

**What problems is Azure Pipelines solving and how is that benefiting you?**

I have used it for ETL processes, including batch processing and synchronizing critical data through integration platforms such as Salesforce and Databricks.

  ### 17. New era of pipelines for Azure DevOps Projects

**Rating:** 5.0/5.0 stars

**Reviewed by:** Mohit K. | Senior Engineer, Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** October 17, 2025

**What do you like best about Azure Pipelines?**

Azure Pipelines are an excellent tool for managing projects, especially when your team already has a platform deployed on Azure DevOps. They provide a streamlined way to handle builds and deployments within the Azure ecosystem.

**What do you dislike about Azure Pipelines?**

The YAML pipeline syntax can be quite confusing, especially since you have to pay close attention to indentations. It's important to check them thoroughly to avoid errors.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Az pipelines has removed the need for us to manually build and deploy our code based.
Very consistent and does run all the python and docker or helm tests for our repos.

  ### 18. Seamless Build Automation with Excellent Visibility

**Rating:** 4.5/5.0 stars

**Reviewed by:** Dave C. | Senior Technical Operations Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** December 09, 2025

**What do you like best about Azure Pipelines?**

The platform offers complete automation of the build and release process, providing clear visibility and a thorough understanding at every stage.

**What do you dislike about Azure Pipelines?**

When the software doesn't function as expected, it would be helpful to have more information available to assist with troubleshooting. For example, access to logs or more detailed error outputs would make it easier to identify and resolve issues.

**What problems is Azure Pipelines solving and how is that benefiting you?**

I manage the software development process for an enterprise business with minimal issues or complexity. I have a thorough understanding of each stage, and the results are always clear and well-defined upon the completion of releases.

  ### 19. Easy Pipeline Creation and Data Table Setup

**Rating:** 5.0/5.0 stars

**Reviewed by:** Adnan J. | BI Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 23, 2026

**What do you like best about Azure Pipelines?**

Easy to create pipelines and setup data tables

**What do you dislike about Azure Pipelines?**

Not easy to assign the tables and how they are set in the staging.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Setting up 3rd party data uses

  ### 20. Automation with Azure DevOps

**Rating:** 5.0/5.0 stars

**Reviewed by:** Lokesh T. | Sr. Security Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** September 16, 2025

**What do you like best about Azure Pipelines?**

I like Azure classic editor Pipeline, where it allows me to drag and drop the stages to build my DevSecOps pipeline faster compere to other CI tools, And also the option to use, the self hosted Azure Agent is awsome feature.

**What do you dislike about Azure Pipelines?**

While there is a free tier, for larger teams or when using more advanced or additional services, the price can rise quickly.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Manual build, test, deploy is very challenge for DdevOps engineer, Azure Pipelines automates all these steps

  ### 21. Difficult - Azure DevOps

**Rating:** 2.0/5.0 stars

**Reviewed by:** Shreya B. | Senior Product Manager, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 13, 2025

**What do you like best about Azure Pipelines?**

What I like best about Azure DevOps is its seamless integration across the entire development lifecycle — from planning and tracking work items in Boards to automating CI/CD pipelines in Pipelines. It enables cross-functional teams to collaborate efficiently, ensures traceability, and reduces manual overhead through automation. The flexibility to connect with GitHub and various third-party tools also makes it incredibly versatile.

**What do you dislike about Azure Pipelines?**

As a project management tool it is a little complex.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Azure DevOps helps bring all parts of the software development process into one place. It makes it easier for teams to plan, write code, test, and release updates without switching between many tools. For me, it saves time, improves teamwork, and helps us deliver features faster and with fewer mistakes.

  ### 22. Azure Pipelines is one of the best automation services

**Rating:** 5.0/5.0 stars

**Reviewed by:** anil kumar b. | Director/CEO, Alternative Dispute Resolution, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 18, 2025

**What do you like best about Azure Pipelines?**

Azure Pipelines integrates with vscode for a AI driven cloud function integration for devops, mlops and AI boundary integrations. It gives you maximised automation density per line of code.

**What do you dislike about Azure Pipelines?**

Azure Pipelines is easily replaced with copilot and AI boundary.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Azure Pipelines solves automation in code centric in devops, IaC and MLops. LLM and copilot integrations for code generation is 200% better with Azure Pipelines.

  ### 23. Excellent Communication and User-Friendly Experience

**Rating:** 5.0/5.0 stars

**Reviewed by:** Simran N. | QA Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 11, 2025

**What do you like best about Azure Pipelines?**

Very communicated & Ease to use for the customer also very friendly

**What do you dislike about Azure Pipelines?**

As such nothing from my end but while sometime there is an lag issue.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Keeping all the things at one place for the customer . User friendly optioj

  ### 24. A best in class orchestrator

**Rating:** 4.0/5.0 stars

**Reviewed by:** Sanket O. | QA, Enterprise (> 1000 emp.)

**Reviewed Date:** August 09, 2025

**What do you like best about Azure Pipelines?**

Parallel stages, visual representation of execution of each stage, plugins

**What do you dislike about Azure Pipelines?**

A little complicated to use, requires a good amount of training

**What problems is Azure Pipelines solving and how is that benefiting you?**

Azure Pipeline has been helping us to build deployment pipelines

  ### 25. Best DevOps / Automation tool within Azure eco system

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ajinkya J. | Sr. Infrastructre Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 31, 2024

**What do you like best about Azure Pipelines?**

- Azure pipelines have build and release pipelines which are easy to use and implement.
- we can utilize features such as gates, approvals, automated deployment CI-CD to promote your code to higher environments easily and securely.
- Azure pipelines are tightly integrated with Azure boards, repos, and overall azure resoruces, so doing some work with other azure services is much easier.
- If there are any issues with your setup, just check community forums and most likely you will find your solution there.

**What do you dislike about Azure Pipelines?**

- sometimes the pipelines takes too long to execute / respond (maybe due to downtime from azure side).

**What problems is Azure Pipelines solving and how is that benefiting you?**

- We use the azure pipelines to Deploy code in higher environments such as Test, Prod etc.
- Code promotion became easier and effortless due to DevOps pipelines.

  ### 26. Deploy Like a Pro - AzurePipelines

**Rating:** 4.5/5.0 stars

**Reviewed by:** Sonti P. | Site Reliability Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** May 13, 2025

**What do you like best about Azure Pipelines?**

I love how easy it is to automate everything with Azure Pipelines. Setting up builds and deployments feels smooth, and I don’t have to worry about things breaking—everything just works. It is easy to automate builds and deployments with Azure Pipelines.

**What do you dislike about Azure Pipelines?**

Sometimes it feels a bit complicated to find errors, and the interface isn’t always the easiest to navigate. I wish it was a bit more user-friendly

**What problems is Azure Pipelines solving and how is that benefiting you?**

Azure Pipelines takes the hassle out of manual deployments and testing. It automates everything, saves me time, and helps me push updates faster without worrying about mistakes. Everything just works smoothly together.

  ### 27. The One Tool to Rule them all

**Rating:** 5.0/5.0 stars

**Reviewed by:** Antonio D. | Lead Product Engineer, Financial Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 19, 2024

**What do you like best about Azure Pipelines?**

The fact that I have documentation, software version control tools like Git and pipeline frameworks with secrets and variable management in either a UI / YAML format all in one place, with Kanban Boards and Tests Suites to boot! Everything I'd need for a software project in one place.

**What do you dislike about Azure Pipelines?**

The marketplace is often filled with fluff and not cleaned up frequently enough.

**What problems is Azure Pipelines solving and how is that benefiting you?**

It provides us a centralized place to plan our software projects and track progress using Azure Boards, document decisions using the Wiki, store our code using Azure Repos, manage access using Active Directory, provide continuous integration pipelines to build and test and validate code using Azure Pipelines, link that pipelines and code to tasks on kanban boards in Azure Boards. Then automate tests either in pipelines or using Test suites.

  ### 28. Multi Platform Support Application

**Rating:** 4.0/5.0 stars

**Reviewed by:** Manoj Kumar S. | IT Application Support Lead Senior, Enterprise (> 1000 emp.)

**Reviewed Date:** December 18, 2024

**What do you like best about Azure Pipelines?**

Its integration with Azure services is easy.
CI/CD automation tasks are easy to handle. 
This can be integrated to cross platform deployments. Not only Azure cloud this tool can be integrated with on-premise and other cloud platforms. 
It provides the Details logs of the deployments and If configured correctly it will send out the deployment logs to individual/group emails.

**What do you dislike about Azure Pipelines?**

Since integration with multi platforms, A new engineer feels little uncomfortable to use it. 
Even it supports multiple platforms we require Azure agents to deploy on the end platforms. This implies costing as well.
During my experience I received a very limited support from Micorsoft on this.

**What problems is Azure Pipelines solving and how is that benefiting you?**

It solves my manual tasks/deployment. We have migrated to azure pipelines and deployments are completed within short span.

  ### 29. Enhancing Our Workflow with Azure Pipelines

**Rating:** 5.0/5.0 stars

**Reviewed by:** azouzi m. | Growth Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 20, 2024

**What do you like best about Azure Pipelines?**

The ease of integration with our current tools and platforms is one of Azure Pipelines' best features. We save time and stress by controlling pipelines with ease thanks to the user-friendly UI. Additionally, the variety of features it provides—such as simultaneous job execution—helps efficiently optimize our workflows.

**What do you dislike about Azure Pipelines?**

The initial learning curve is what i dislike about Azure, also there's a lack of documentation

**What problems is Azure Pipelines solving and how is that benefiting you?**

At Expensya, Azure Pipelines is assisting us to streamline our CI and CD procedures. Our work load is greatly reduced by automating builds, tests, and deployments

  ### 30. Easy to use

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Accounting | Enterprise (> 1000 emp.)

**Reviewed Date:** June 26, 2025

**What do you like best about Azure Pipelines?**

It’s easy to create CICD pipelines and Boards help us completing tasks in time and it helps us track every detail efficiently

**What do you dislike about Azure Pipelines?**

I like everything about azure pipelines . This is the only pipeline I have ever used in my experience and I like it

**What problems is Azure Pipelines solving and how is that benefiting you?**

It helps in following DevOps practices and provides continuous delivery of the application with no manual intervention

  ### 31. Best for the Continuous Integration and Deployment

**Rating:** 5.0/5.0 stars

**Reviewed by:** Abhinav C. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 10, 2024

**What do you like best about Azure Pipelines?**

Azure Pipelines is a pretty good choice to automate the build and deployment of an application. It seamlessly integrates with GitHub and Azure Repos, among other popular version control systems, making it easier to set up continuous workflows. The YAML below can be useful when tracking changes to pipeline definitions for better team collaborations

**What do you dislike about Azure Pipelines?**

One disadvantage is that it may be somewhat tricky to learn for a complete beginner who doesn't have prior experience with the concept of CI/CD or with YAML syntax. Integration with third-party services and tools may be challenging for some users and would often require additional configuration. The prices add up with large teams or projects that are in heavy use, especially due to the parallel job limits. While feature-rich, yes, the interface does feel cluttered and hard to navigate at times for new users

**What problems is Azure Pipelines solving and how is that benefiting you?**

Azure Pipelines facilitate easy development by automating the build and deployment processes, saving more time for coding. It seamlessly integrates into the version control system and further with DevOps tools, hence enabling one to test and deploy changes to code in no time. It assures consistent environments, with the inclusion of automated testing to improve code quality and reduce bugs. Azure Pipelines will scale for projects of any size and provide full visibility into the deployment, amplifying efficiency and collaboration for delivering software updates and new features

  ### 32. Azure Pipelines - To flow your data like a water in the Data Lake.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Shubham L. | Quality Analyst, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 27, 2024

**What do you like best about Azure Pipelines?**

The simplicity, documentations and it's learning certifications features. Anybody from scratch can follow the learning flow and can become expert for free.

**What do you dislike about Azure Pipelines?**

It is difficult to manage when we think from admin point of view. We need seperate person to maintain the accesses and users based on their unique and individual needs.

**What problems is Azure Pipelines solving and how is that benefiting you?**

It is helping us flow data from different sources to Data Lake. It can be Json files, CSV files, or PDFs.

  ### 33. It was hard for me to understand the pipelines, but I did it!!

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 01, 2024

**What do you like best about Azure Pipelines?**

At first it wasn't easy for me to use, I come from Github so I expected this to be easy but no, although here I used the visual version and fell in love. Its implementation is easy, and I have examples that help me create what I want. Customer support is basic but good, they have solved the problems I have.
As for the frequency of use, I use this almost every day, so much so that I have already exhausted the free plan several times XD.
As for its integration with other tools in the Microsoft ecosystem, I must say that it is a beauty to work with all of these.

**What do you dislike about Azure Pipelines?**

The bad thing is that I feel like it needs more options and features, sometimes I feel like the options are limited

**What problems is Azure Pipelines solving and how is that benefiting you?**

With GitHub, when we were deploying, there was no successful interaction between GitHub Actions and the Azure app service. We have achieved this with pipelines.

  ### 34. Powerfull Hands of Automation (CI/CD)

**Rating:** 5.0/5.0 stars

**Reviewed by:** Tej P. | DevOps Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** May 20, 2024

**What do you like best about Azure Pipelines?**

It is the best thing that I always use in my projects.
This provides me with a versatile of features that I used during my automation.
There are 2 things Pipeline section in which we can create a Build pipeline/ release pipeline by using YAML pipelines and using Classic editor which provides more reliability to beginners to understand how to create the pipeline.
We can connect the pipeline with multiple sources of code like Azure repo, git, etc.
We can set multiple types of triggers.
Release pipeline which is used for another env release like UAT or Prod.
The release provides features like multi-source: build pipeline, git, repo, artifact, Jenkins, etc.
we can connect it with a self-hosted agent which provides more customizable.
we can set approval with multi-function testing like pre-deployment gates, which judge release on some condition that is pre-defined.
I love it.

**What do you dislike about Azure Pipelines?**

I didn't found anything that i dislike about azure pipeline.

**What problems is Azure Pipelines solving and how is that benefiting you?**

It helps me automate the process like Data migration of ADF from Dev env to Prod I use it and it is done perfectly. I use this in like Databricks, synapse, LogicApp migration, and SQL server.
It also helps in Infrastructure Deployment to Azure Cloud using Terraform and Arm Template. It helps in deploying applications on Azure Kubernetes service and web apps with Building images with Docker.

  ### 35. It's pretty simple but also very versatile

**Rating:** 5.0/5.0 stars

**Reviewed by:** Dmytro Y. | Application Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 13, 2024

**What do you like best about Azure Pipelines?**

I use it  all the time for my side projects.
When I was using Azure Cloud it was very easy to deploy web apps. But now that I am using a different cloud and host my stuff on VMs instead of cloud apps it's still enables me to do that. I can store keys securely and run all sorts of commands on my target VMs. It also enables me to do releases with pre-checks and I can separate it by environment.
And I like using for simply buiding .NET projects too.
It has so many tasks to choose from and even if none of them suits your needs you can always find more on the marketplace or build your own.
I also like the way it looks too.

**What do you dislike about Azure Pipelines?**

The only problem I have is that one of my old Azure resources is still there and I can't get rid of it.

**What problems is Azure Pipelines solving and how is that benefiting you?**

It's good for anything from simple builds to deployments to multitude of platforms and clouds. So I can have reliable and repeatable way of doing lots of stuff. I also run Terraform in my builds and it's great.

  ### 36. Excellent

**Rating:** 4.5/5.0 stars

**Reviewed by:** Michel P. | Especialista em Segurança Cibernética, Banking, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 13, 2024

**What do you like best about Azure Pipelines?**

I like the practicality of managing the pipes, as well as the integrated view it provides. So far, I haven't needed customer support, because the times I've used it, I haven't identified any problems.

**What do you dislike about Azure Pipelines?**

The way to manage users is not always intuitive.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Facilitate integration with other tools and allow us to adopt the best development practices

  ### 37. Azure Devops, is it that useful?

**Rating:** 3.5/5.0 stars

**Reviewed by:** Kshitij D. | SDE-1, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 03, 2024

**What do you like best about Azure Pipelines?**

Being a microsoft product it's seamless integration with Azure cloud platform is one of it's best features. Also along with the easy management of the pipelines for CI/CD, it provides pretty great integration with version control softwares like BitBucket.

**What do you dislike about Azure Pipelines?**

The thing I dislike the most about Azure pielines is the complexity to use it. For a novice user it's not easy to setup pipelines and navigate through the UI unlike it's competition Jenkins. Also there aren't any plugins present like jenkins which make third party integration difficult. Lastly it's not open source so you have to pay to use it.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Firstly it is solving a big problem of maintaining CI/CD pipelines for our code base. It provides seamless deployments with just a few clicks. The logging functionality is amazing which makes debugging very efficient. Due to it's easy integration with azure, we can use azure managed kubernates services along with it thereby providing a complete devops solution for any organisation.

  ### 38. Azure Pipelines as a Saviour for Deployments

**Rating:** 5.0/5.0 stars

**Reviewed by:** Subhash K. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 23, 2025

**What do you like best about Azure Pipelines?**

The clean UI/UX, fast execution are the top most things I like about this product.

**What do you dislike about Azure Pipelines?**

There is nothing much I dislike about this product but when it comes to cost this product is expensive in some areas.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Making deployment's easier like never before.

  ### 39. one solution for software development - maintaining project board and creating pipelines.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Kamaljeet S. | Software Engineer, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 06, 2024

**What do you like best about Azure Pipelines?**

As a devops engineer this software is great to manage our pipelines and scrum boards.
As compared to other softwares it is easy to manage and run pipelines and fix the issues . we can also update our work on the same platform on azure devops board. one solution for every software development work.
Easy to use .
Easy to deploy.
Easy to maintain.

**What do you dislike about Azure Pipelines?**

Sometimes i am not able to find user story  in the running sprint then I have to search by user story number . that is little annoying.

**What problems is Azure Pipelines solving and how is that benefiting you?**

I can create my  pipelines , run it and deploy very fast . GUI is good by which i fix my errors easily . also i am using  azure board for update my daily work.

  ### 40. Best solution for Data migration projects

**Rating:** 5.0/5.0 stars

**Reviewed by:** TAKHSILA  S. | QA lead Engineer, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 05, 2024

**What do you like best about Azure Pipelines?**

Azure pipeline can read flatfiles and load flat files to cosmos db or SQL as per given transformation. It can be scheduled to fetch data from the system or csv or from db. It can generate alert for job failure and can send mail alert.

**What do you dislike about Azure Pipelines?**

Nothing as such but little expensive when compared to other azure resources.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Azure pipelines are bet suited for continuous delivery, as we can define schema and it can read , transform and load the data from source to target. It can be connected to any kind of db like cosmos, sql, d365, postgresql.

  ### 41. Best CI-CD Integration tool

**Rating:** 4.0/5.0 stars

**Reviewed by:** Mahesh B. | Senior Analyst and Consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 14, 2024

**What do you like best about Azure Pipelines?**

Azure Pipelines have been phenomnol interms of CI-CD integration.
They offer repository, boards , pipeline, asset creation .The versioning and managing of codes is very simple.The integration if different environments and pushing of codes from one environement to other is very easy. The Implemention is simple with just yaml files you can create the pipelines and create different braches.You can connet with multiple third party repos and very efficient pushing of code.
The frequency of use has increased as the customer support is very good.

**What do you dislike about Azure Pipelines?**

The testing should be integrated with CI-CD pipelines

**What problems is Azure Pipelines solving and how is that benefiting you?**

we deal with various stacks of coding and orchestrator is used for code orchestration . there was a gap for continuos deployment and integration. Azure pipelines solves this issue and we have a mechanism where we can do version control , test use cases and keep the environements at different level from testing to hyper care to production.

  ### 42. powerful and effective solution for CI/CD

**Rating:** 4.5/5.0 stars

**Reviewed by:** Amita  L. | Test Coordinator, Enterprise (> 1000 emp.)

**Reviewed Date:** September 18, 2024

**What do you like best about Azure Pipelines?**

It makes it super easy to create build and deploy pipelines
It ingrates well with GitHub and teams as well.

**What do you dislike about Azure Pipelines?**

there is a learning curve and needs to have some knowledge or understanding of YAML.
21atru

**What problems is Azure Pipelines solving and how is that benefiting you?**

Helps in continuoust integration and elivery of application in agile way.
Project manegement is easy with handy reports and dashboards.

  ### 43. Azure Devops Review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Dhiraj M. | Senior Data Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 25, 2023

**What do you like best about Azure Pipelines?**

It is a one stop solution for code repository, CI/CD pipelines, Project tracking, project management like jira and also wiki for documents.
It is very easy to use even for non-coders as it gives you no-code platform to create CI/CD pipelines which is helpful. I use azure devops daily in my project. i have used almost all the features of azure devops. The best thing about azure devops is its flexibility in azure pipelines where you can create CI/CD pipelines in any agent you create with no-code and is you have coding knowledge then you can write your own code too in yaml.

**What do you dislike about Azure Pipelines?**

Nothing much to dislike as I am using it daily. But one thing is administrative services they can improve. Also, while private network connection setup is bit tricky in azure devops. And the cross-platform support.

**What problems is Azure Pipelines solving and how is that benefiting you?**

I am a daily user of azure devops in my project. So,.in our project we are using it mainly for code repository, azure pipelines for deployment and azure boards for tracking and project management. Also, we are using wiki for our central document repository. It is very easy to use and configure. Like if I talk about azure pipelines which is used for CI/CD deployments, even if I don't have knowledge of how DevOps pipeline for an app deployment is setup, but then also I am able to create a azure pipeline for my client for app deployment to different environment, just by configuration as per instructions, no need of coding. Whereas this doesn't happens in other tools like jenkins. 
The main benefit which I really like is this azure devops comes under the same subscription of azure and its of very minimal cost, now that gives us leisure to use all azure services without buying any third party tool for any other uses.

  ### 44. Azure Pipelines real-time business review

**Rating:** 4.5/5.0 stars

**Reviewed by:** Deepak U. | System Integration Consultant, Enterprise (> 1000 emp.)

**Reviewed Date:** April 16, 2024

**What do you like best about Azure Pipelines?**

Azure CICD Pipelines creations, cross-platform support, and most of importantly is a free tier for open source projects. Easy to YAML configuration.

**What do you dislike about Azure Pipelines?**

Integration challenges with Azure DevOps.
Limited local dev experience.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Working with Azure Pipelines solves inconsistency in deployments. Also difficulty in managing complex deployments.

  ### 45. All in one solution for running pipelines

**Rating:** 5.0/5.0 stars

**Reviewed by:** APOORV P. | Associate Data Scientist, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 19, 2023

**What do you like best about Azure Pipelines?**

Azure provides capabilities to run pipelines with a very high level of customizability. It integrates easily with programming languages of my choice and provides a robust package to handle my requirements.

**What do you dislike about Azure Pipelines?**

While configuring it with Yaml files I sometimes find it difficult to understand the variables and connections being used, but I believe this is an organizational level difficulty and not related to the product itself.

**What problems is Azure Pipelines solving and how is that benefiting you?**

First and foremost it's helping me do a lot of ETL, we are processing lacs of files in weeks all in peace beacuse of our deployed pipelines.

  ### 46. Used Azure pipeline for small builds and release for internal applications.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Simon H. | MBSE Engineer / RAMS Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 20, 2023

**What do you like best about Azure Pipelines?**

- Facilidad de uso
- Disponibilidad de documentación y recursos
- Interfaz generalmente completa
- Integración con repositorios, PRs y tableros

**What do you dislike about Azure Pipelines?**

- No hay plantillas integradas para algunos casos realmente simples y sin dependencias
- Intentar promover el uso de la función de nube de Docker de pago cuando no es necesario.
- Comprender las variables integradas puede ser un poco confuso
- El proceso para configurar el agente de Azure tiene una interfaz de usuario que no es clara

**What problems is Azure Pipelines solving and how is that benefiting you?**

Allowing to build and release an application quickly, with logs retention, and with a link to the code git repositories.

  ### 47. One of the best devops automation tool out there..!

**Rating:** 4.5/5.0 stars

**Reviewed by:** Omprakash L. | Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 21, 2023

**What do you like best about Azure Pipelines?**

I like best about Microsoft Azure DevOps is its seamless integration with various tools, support for multiple programming languages, robust CI/CD capabilities, scalability, efficient project management features, and strong security and compliance measures

**What do you dislike about Azure Pipelines?**

It is bit expensive compared to other alternatives in the market

**What problems is Azure Pipelines solving and how is that benefiting you?**

Microsoft Azure DevOps is solving several key problems in software development that is streamlining project management, enhancing team collaboration, automating continuous integration and delivery (CI/CD) pipelines, offering scalable cloud infrastructure, and supporting multiple programming languages and platforms.
It is benifiting us in streamlining project management, enhancing collaboration, automating CI/CD processes, providing scalable infrastructure, and supporting diverse programming environments.

  ### 48. Maximize Efficiency with Azure DevOps Pipeline

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 19, 2023

**What do you like best about Azure Pipelines?**

Azure pipelines is a part of Azure DevOps, which makes it easy to handle the entire software development cycle, from development to deployment. Azure pipelines also contain classic pipelines which makes super easy to beginners. Ease of implementation and integration makes it a powerful service in this sector.

**What do you dislike about Azure Pipelines?**

What I dislike about Azure Pipelines is that only one agent is available in the free tier for both the build and release pipelines, and there are limitations on the number of minutes. Additionally, pricing is another downside I have encountered.

**What problems is Azure Pipelines solving and how is that benefiting you?**

When you have boards, repos included along with pipelines in azure devops, it becomes super easy to manage the whole process of CI/CD. Integration with azure is also easy and time efficient since we can use service connection and azure resource manager in pipelines. Overall, configuring a new project is efficient.

  ### 49. Azure Pipeline is a great resource

**Rating:** 4.5/5.0 stars

**Reviewed by:** Mounika Mrudul K. | Senior Analyst and Consultant, Enterprise (> 1000 emp.)

**Reviewed Date:** April 16, 2024

**What do you like best about Azure Pipelines?**

Compared to other technologies Azure pipeline both build and release are very simple to operate and beneficial due to easy to customize nature.

**What do you dislike about Azure Pipelines?**

Nothing in major. Few downtime issues need to be resolved.

**What problems is Azure Pipelines solving and how is that benefiting you?**

The interfaceimproves visibility between devlopment teams, expedites cooperation and eliminates manual activities. AzureDevops promotes rapid development and iteration by supporting agile approaches as well.

  ### 50. Azure DevOps is best for orchestrating and managing the applications  for CI and CD

**Rating:** 5.0/5.0 stars

**Reviewed by:** Paras B. | Senior Technical Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** February 15, 2024

**What do you like best about Azure Pipelines?**

Azure DevOps has Azure Boards inbuilt which is really great for Project managers. Build and Release pipelines has all the modern integrations required to deploy the application.

**What do you dislike about Azure Pipelines?**

Nothing to dislike as Azure DevOps the complete CI CD tool build by Microsoft.

**What problems is Azure Pipelines solving and how is that benefiting you?**

Azure DevOps helps for Continues Integration and Continues delivery of applications through Build and Release Pipelines. We can use modern yaml based pipelines as well as the classic editor. We can also set up the automated triggers as per the requiremnets.


## Azure Pipelines Discussions
  - [Can Visual Studio Team Services be used to host npm packages?](https://www.g2.com/discussions/51447-can-visual-studio-team-services-be-used-to-host-npm-packages) - 1 comment, 1 upvote
  - [What is Vsts used for?](https://www.g2.com/discussions/what-is-vsts-used-for) - 2 comments
  - [Is Visual Studio Team services free?](https://www.g2.com/discussions/is-visual-studio-team-services-free) - 1 comment

- [View Azure Pipelines pricing details and edition comparison](https://www.g2.com/products/azure-pipelines/reviews?section=pricing&secure%5Bexpires_at%5D=2026-05-13+09%3A10%3A22+-0500&secure%5Bsession_id%5D=978c9f6b-7ba9-453c-8c90-8c915b88e845&secure%5Btoken%5D=72ba76edd3079059d0d1828be3b6c22c8ce5141e8a1ac13010992a437a535792&format=llm_user)
## Azure Pipelines Integrations
  - [Agentforce Sales (formerly Salesforce Sales Cloud)](https://www.g2.com/products/agentforce-sales-formerly-salesforce-sales-cloud/reviews)
  - [Azure Container Registry](https://www.g2.com/products/azure-container-registry/reviews)
  - [Azure Functions](https://www.g2.com/products/azure-functions/reviews)
  - [Azure Kubernetes Service (AKS)](https://www.g2.com/products/azure-kubernetes-service-aks/reviews)
  - [Black Duck](https://www.g2.com/products/black-duck/reviews)
  - [Databricks](https://www.g2.com/products/databricks/reviews)
  - [Docker](https://www.g2.com/products/docker-inc-docker/reviews)
  - [Firebase](https://www.g2.com/products/firebase/reviews)
  - [GitHub](https://www.g2.com/products/github/reviews)
  - [GitHub Copilot](https://www.g2.com/products/github-copilot/reviews)
  - [IBM Terraform (formerly HashiCorp Terraform)](https://www.g2.com/products/ibm-terraform-formerly-hashicorp-terraform/reviews)
  - [Kubernetes](https://www.g2.com/products/kubernetes/reviews)
  - [Linter](https://www.g2.com/products/linter/reviews)
  - [Liquibase](https://www.g2.com/products/liquibase/reviews)
  - [Microsoft Teams](https://www.g2.com/products/microsoft-teams/reviews)
  - [OpenText Static Application Security Testing](https://www.g2.com/products/opentext-static-application-security-testing/reviews)
  - [Snyk](https://www.g2.com/products/snyk/reviews)
  - [SonarQube](https://www.g2.com/products/sonarqube/reviews)

## Azure Pipelines Features
**Administration**
- Configuration Management
- Access Control
- Dashboards

**Functionality**
- Deployment-Ready Staging
- Integration
- Extensible

**ServiceNow Apps**
- ServiceNow Integration
- Value

**Management**
- Configuration Management
- Access Control
- Orchestration

**Functionality**
- Deployment Automation
- Process Analytics
- Plugins
- APIs / Integrations
- Feature Flags

**Management**
- Processes and Workflow
- Reporting
- Automation

**Functionality**
- Automation
- Integrations
- Extensibility

**Agentic AI - ServiceNow Store Apps**
- Autonomous Task Execution
- Multi-step Planning
- Cross-system Integration
- Proactive Assistance

**Processes**
- Pipelines
- Orchestration
- Workflow Visualization

**Processes**
- Pipeline Control
- Workflow Visualization
- Continuous Deployment

**Agentic AI - Continuous Delivery**
- Autonomous Task Execution
- Cross-system Integration
- Adaptive Learning
- Natural Language Interaction
- Proactive Assistance

## Top Azure Pipelines Alternatives
  - [GitLab](https://www.g2.com/products/gitlab/reviews) - 4.5/5.0 (873 reviews)
  - [Red Hat Ansible Automation Platform](https://www.g2.com/products/red-hat-ansible-automation-platform/reviews) - 4.6/5.0 (369 reviews)
  - [Octopus Deploy](https://www.g2.com/products/octopus-deploy/reviews) - 4.4/5.0 (57 reviews)

