You host an application on an Azure virtual machine (VM) that uses a data disk. The application performs several input and output operations per second.You need to disable disk caching for the data disk.Which two actions will achieve the goal? Each answer presents a complete solution.http://msdn.microsoft.com/en-us/library/azure/jj157190.aspx
Question:
Which two actions will achieve the goal?
Options:
Use the Azure Resource Manager REST API
Use the Service Management REST API.
Run the following Windows PowerShell cmdlet: Remove-AzureDataDisk
Run the following Windows PowerShell cmdlet: Set-AzureDataDisk
Correct Answer
The Correct Answer for this Question is
Use the Azure Resource Manager REST API
Run the following Windows PowerShell cmdlet: Set-AzureDataDisk