From the course: Building a Web Application on Microsoft Azure

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Swapping the deployment slots

Swapping the deployment slots

- [Instructor] Let's suppose you've completed all the required changes and features in your development environment. In other words, in your dev deployment slot. And now you're ready to roll out these modifications into the production environment. What would you do? Luckily, deployment slots have the swap feature. That allows us to swap the contents between a source and a target. So in this case, the source is the dev deployment slot and the target will be production. Below, we can see the different config changes that are going to be applied after this process finishes. So let's do this. Let's click on swap and wait for this process to complete. After a little while, the process will be completed and now we're ready to close this panel. And what happens if I navigate to the dev deployment slot? In this case, I'm displaying the old contents. In other words, the contents that come from the production deployment slot. And…

Contents