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 APL
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
A_D
check out
https://azure.microsoft.com/en-us/blog/data-series-exploring-windows-azure-drives-disks-and-images/
Service Management APIs or PowerShell to set the type of host caching
agree B and D
Agree B and D.
Agree B and D
https://azure.microsoft.com/en-us/blog/data-series-exploring-windows-azure-drives-disks-and-images/
In the link https://azure.microsoft.com/en-us/blog/data-series-exploring-windows-azure-drives-disks-and-images/
For a Virtual Machine data disk the default behavior is to not use the cache. If you have enabled the cache on a data disk, you can disable it using the Update Data Disk service management API, or the Set-AzureDataDisk powershell command.
Agree B and D
The details mentioned within the post are a number of the top out there.
Here are some links to internet sites that we link to because we think they’re worth visiting.
Sites of interest we’ve a link to
B&D correct answer
Verified on Azure Blog
Wonderful story, reckoned we could combine several unrelated information, nonetheless really worth taking a look, whoa did 1 understand about Mid East has got extra problerms at the same time
just beneath, are several totally not connected websites to ours, however, they’re surely really worth going over
B.
Use the Service Management REST API.
D.
Run the following Windows PowerShell cmdlet:
Set-AzureDataDisk