December 2019
Intermediate to advanced
494 pages
11h 41m
English
Azure pipelines is the core DevOps service and is responsible for continuous integration and continuous delivery. Pipelines allow you to continuously build, test, and deploy your application to any platform and any cloud.
Azure pipelines work with the code that's stored in your standard Git providers, such as GitHub, GitLab, Bitbucket, and Azure Repos, and perform deployment across cloud platforms such as Azure, AWS, and Google Cloud. Along with that, they work with any language and any platform. Simply put, pipelines are the automation services that will watch for your code changes, build them to ensure there are no errors, perform test cases, deploy them to staging, and finally deploy them to production. All of this is done ...