
Answer-first summary for fast verification
Answer: Swap deployment slots, Deploy and test update in the test slot
To properly test the App1 update before making it available to users, you should first deploy the update to the test slot (webapp1-test) and verify its functionality there. This ensures that the new version works correctly without impacting the production environment. Once the update has been tested and confirmed to be functional, you can swap the deployment slots. By swapping the webapp1-test slot with the production slot (webapp1-prod), the tested update will go live in the production environment. Therefore, the correct options are A (Swap deployment slots) and D (Deploy and test update in the test slot).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
For the Azure web app webapp1 hosting App1, which actions should be taken to test an update from Git1 before deploying it to users, considering the available deployment slots?
A
Swap deployment slots
B
Deploy update to production slot
C
Stop the production slot
D
Deploy and test update in the test slot
No comments yet.