DRAG DROP
You manage an application hosted on cloud services. The development team creates a new version of the
application. The updated application has been packaged and stored in an Azure Storage account.
You have the following requirements:
Deploy the latest version of the application to production with the least amount of downtime.
Ensure that the updated application can be tested prior to deploying to the Production site.
Ensure that the original version of the application can be restored until the new version is verified.
Which four steps should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Select and Place:
Explanation:
Once you have uploaded the compiled package to Azure Storage, you would create a new staging deployment.
You can then provide the URL to the development team. Once approved, you would promote the new
deployment to production by performing a VIP swap. You can then stop the instance of the old production
deployment and keep it at hand in the staging slot.http://msdn.microsoft.com/en-us/library/ff803371.aspx
deploy new package to staging slot
provide url to devOps team
perform VIP swap
dealocate the staging deployement