From the course: Developing CI/CD Solutions with Azure DevOps
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Test release to deployment slots - Azure Tutorial
From the course: Developing CI/CD Solutions with Azure DevOps
Test release to deployment slots
- Now that we are done defining the swap slot task for the production stage of our release pipeline, let's quickly test our pipeline. First, let's browse to the staging slot URL, to see what we find in the page. So, head back to the Azure portal page and then make sure you're in the staging app service and click the browse button. And we see here the service is unavailable. This is because we are yet to deploy any application to the staging slot. However, if you check the production slot URL you can see the website is displayed. Now let's imagine a scenario where, a developer has been asked to modify this application to include a serial number column, for better user experience. To do this, let's head back to our Visual Studio Code project. And before we make any change, let's click on the branch menu, and then select the main branch. You can see here, the change we made to our feature index branch is not yet…
Contents
-
-
-
-
-
(Locked)
An overview of a release pipeline6m 21s
-
(Locked)
Create web apps in Azure8m 42s
-
(Locked)
Configure a release pipeline for multistage deployment11m 1s
-
(Locked)
Reconfigure your production stage release to deploy to a staging slot6m 15s
-
(Locked)
Release pipelines for staging slot deployments7m 6s
-
(Locked)
Test release to deployment slots11m 34s
-
(Locked)
-
-