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

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