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 - 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
-
-
-
-
-
-
(Locked)
Using Azure Storage for storing binary files39s
-
(Locked)
Creating the Storage account using the Azure portal1m 50s
-
(Locked)
Creating the Blob container in the Storage account1m 59s
-
(Locked)
Modifying the seed data to read the photos from the container4m 7s
-
(Locked)
Modifying the user interface to upload photos2m 44s
-
(Locked)
Implementing the StorageService class4m 5s
-
(Locked)
Invoking the StorageService from the Edit page1m 38s
-
(Locked)
Testing the web application locally2m 27s
-
(Locked)
Publishing the application to the deployment slot5m 4s
-
(Locked)
Swapping the production and dev deployment slots2m 14s
-
(Locked)
-
-
-