You administer an Azure Web Site named contoso. The development team has
implemented changes to the website that need to be validated.
You need to validate and deploy the changes with minimum downtime to users.
What should you do first?
A.
Create a new Linked Resource.
B.
Configure Remote Debugging on contoso.
C.
Create a new website named contosoStaging.
D.
Create a deployment slot named contosoStaging.
E.
Back up the contoso website to a deployment slot.
Explanation:
http://msdn.microsoft.com/en-us/library/vstudio/ht9h2dk8(v=vs.100).aspx
It’s D https://azure.microsoft.com/en-us/documentation/articles/web-sites-staged-publishing/
D
A is wrong because “Linked resource management is not supported for non-production slots.”
https://azure.microsoft.com/en-in/documentation/articles/web-sites-staged-publishing/
However-
Couldn’t it be C- Create a new website first and then create the deployment slot to deploy the webapp into it?