Migrating Applications to the Cloud with Azure
by Sjoukje Zaal, Amit Malik, Sander Rossel, Jason Marston, Mohamed Waly, Stefano Demiliani
Azure pipelines
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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access