Summary
In this chapter, we set up an Azure DevOps environment, created a build pipeline with Azure Pipelines, presented the different core concepts of Azure Pipelines, and created a release pipeline in Azure Pipelines. Finally, we created a CI/CD pipeline for the GitHub repository using Azure DevOps Starter.
This book began with the benefits of moving legacy apps to the cloud and modernizing existing legacy applications using a set of new technologies and approaches. You then learned about the technologies and patterns needed to build cloud-oriented applications. We took a journey through three major services in Azure, namely Azure Container Registry, Azure Container Instances, and Azure Kubernetes Service, which help you build and deploy applications based on microservices. You’ll now be able to ensure CI/CD in Azure to fully automate the software delivery process (including the build and release processes).
You should be able to perform application migration assessment...