From the course: Azure for DevOps: Implementing Development Processes

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Azure Pipelines

Azure Pipelines - Azure Tutorial

From the course: Azure for DevOps: Implementing Development Processes

Start my 1-month free trial

Azure Pipelines

- [Instructor] Azure pipelines. What are Azure pipelines? Well, Azure pipelines is the service that you can use to build, test, and deploy your code out into your production environments. There's two types, the service that's the cloud offering Microsoft test called Azure DevOps service. We're not talking about the on-premises server, which can do exactly the same thing but at this point we're talking about the service like I say, they both do the same, which basically means you can build, test, and deploy your code. Not only can you build, test, and deploy your code in the service in the cloud, you can do it on-premise or you can have a hybrid setup where you're doing some on-prem and some in the cloud. Maybe you're deploying onto your on-premise servers, but you're doing the build in the cloud or you're taking advantage of the hosted build agents that are out there. So again, just imagine how you set it up, but…

Contents