Summary
In this chapter, we learned about the build process and the deployment of a container using Azure DevOps. We pushed source code from GitHub to an Azure repository and configured the build pipeline to push our application to Azure Container Registry or Docker Hub for Linux and Windows environments. We created a release pipeline and published our application to Web App for Containers.
This book began with a basic definition of serverless and event-driven architecture and database as a service. We also worked through the different services in Azure, namely, Azure API Management using gateway pattern, event-driven architecture, Azure Event Grid, Azure Event Hubs, Azure message queues, function as a service using Azure Functions, and the database-oriented cloud. At every step along the way, you learned about creating, importing, and managing APIs and Service Fabric in Azure, and how to ensure CI/CD in Azure to fully automate the software delivery process (the build and release...