From the course: Building a Web Application on Microsoft Azure

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Swapping the production and dev deployment slots

Swapping the production and dev deployment slots - Azure Tutorial

From the course: Building a Web Application on Microsoft Azure

Swapping the production and dev deployment slots

- [Instructor] If you wanted to swap the slots, the production slot wouldn't work. The thing is that we have a configuration which is the WPM connection string that is configured as a deployment slot setting. I chose that when I created WPM. However, I'm going to change this right now, otherwise this WPM connection string won't be transferred to the production slot. So let's change this. Let's click on Save, and now we're ready to start the swap process. So let's go ahead and navigate to Deployment Slots. And let's click on Swap. We can see that the source is the dev slot and the target is the production slot. It's paramount to verify that we're transferring both WPM and WPM storage connection strings. So let's click on Swap. Now that the process has completed, we can close this and let's navigate to the overview page and then the service plan. Let's navigate to the app service itself and default domain. So this is…

Contents