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.

A.
Use the Azure Resource Manager REST API
B.
Use the Service Management REST API.
C.
Run the following Windows PowerShell cmdlet: Remove-AzureDataDisk
D.
Run the following Windows PowerShell cmdlet: Set-AzureDataDisk
Explanation:
http://msdn.microsoft.com/en-us/library/azure/jj157190.aspx
B) and D) are correct.
1
1
Option B(ASM) instead of A(ARM) is correct as evident from link:
https://docs.microsoft.com/en-us/powershell/module/azure/set-azuredatadisk?view=azuresmps-4.0.0
More thoughts can be brought forward about using API calls with Powershell cmds.
1
0
A – D
its correct, your link is broken.
https://msdn.microsoft.com/en-us/library/azure/dn495144.aspx
1
0