May 2019
Beginner to intermediate
456 pages
10h 37m
English
In this recipe, we saw how we could deploy a web application from no infrastructure to a fully-hosted website in Azure using Azure DevOps Server 2019. We also saw how deployment slots allow us to isolate our deployments. We could extend this pipeline with more stages, such as DEV, TEST, and PROD. We can then use slots to isolate and open the new version of the website to only specific teams (say testing team) before swapping it with the production slot.
More information about deployment slots and management can be found at https://docs.microsoft.com/en-us/azure/app-service/deploy-staging-slots.
Read now
Unlock full access