Azure Pipelines

intermediate
cloud
Enhanced Content

Definition

Microsoft Azure's unified CI/CD platform that combines build execution and deployment orchestration in one YAML-based service. Like an all-in-one automation suite that handles everything from code compilation to production deployment.

Real-World Example

Azure Pipelines builds .NET applications, runs tests, and deploys to Azure App Service - all defined in a single YAML configuration file.

Related Terms

Cloud Provider Equivalencies

Azure Pipelines is a CI/CD service in Azure DevOps. AWS CodePipeline and OCI DevOps provide CI/CD orchestration, while Google Cloud Build is primarily CI (build/test) and is often paired with Cloud Deploy for CD.

AWS
AWS CodePipeline
AZ
Azure Pipelines
GCP
Google Cloud Build
OCI
OCI DevOps

Explore More Cloud Computing Terms