Learn how to use Azure Pipelines and workflows to implement a continuous delivery (CD) solution that deploys a web application to Microsoft Azure. We’ll also show how to automate the creation and teardown of the deployment environments using a workflow.
• Trigger continuous delivery from a workflow
• Deploy containers to Azure Container Registry
• Deploy Azure Container Registry containers to Azure services
Questions? [email protected]
Slides and source code? https://github.com/msusdev/end-to-end-ci-cd
Links:
– https://docs.microsoft.com/azure/devops/pipelines/ecosystems/containers/build-image
– https://docs.microsoft.com/azure/devops/pipelines/ecosystems/containers/push-image
– https://docs.microsoft.com/azure/app-service/tutorial-custom-container
– https://docs.microsoft.com/azure/container-apps/get-started-existing-container-image
Self-paced study on Microsoft Learn:
– https://docs.microsoft.com/learn/paths/build-applications-with-azure-devops/
source