DRAG DROP
You manage an Azure virtual machine (VM) named AppVM. The application hosted on AppVM
continuously writes small files to disk. Recently the usage of applications on AppVM has increased greatly.
You need to improve disk performance on AppVM.
Which Microsoft Azure Power Shell cmdlet should you use with each Power Shell command line? To
answer, drag the appropriate Microsoft Azure Power Shell cmdlet to the correct location in the PowerShell code. Each Power Shell cmdlet 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.
Explanation:
Example:
This command gets the “MyVM” virtual machine running on the “myservice” cloud service, and then sets
the data disk at LUN 2 of the virtual machine to use ReadOnly host caching.
Windows PowerShell
C:\\PS>Get-AzureVM “myservice” -name “MyVM” | Set-AzureDataDisk -LUN 2 -HostCaching ReadOnly |
Update-AzureVMSet-AzureDataDisk
http://msdn.microsoft.com/en-us/library/dn495144.aspx