DRAG DROP
You manage an Azure Web Site named contososite.
You download the subscription publishing credentials named Contoso-Enterprise.publishsettings.
You need to use Azure Power Shell to achieve the following:
Connect to the Contoso-Enterprise subscription.
Create a new App Setting named CustomSetting with a value of True.
Restart the website.
Which commands should you use? To answer, drag the appropriate Azure PowerShell command to the
correct location in the solution. Each command may be used once, more than once, or not at all. You may
need to drag the split bar between panes or scroll to view content.
Answer: See the explanation
Explanation:
Box 1: Import-AzurePublishSettingsFile
Box 2: Set-AzureWebsite
Box 3: Restart-AzureWebsite
Note:* Import-AzurePublishSettingsFile
Imports Azure subscription data from a .publishsettings file downloaded from the management portal.
* Set-AzureWebsite
Configures a website running in Azure.
* Restart-AzureWebsite
Stops and then restarts the specified website.Azure Service Management Cmdlets
http://msdn.microsoft.com/en-us/library/dn495240.aspx