Valid 70-533 Dumps shared by ExamDiscuss.com for Helping Passing 70-533 Exam! ExamDiscuss.com now offer the newest 70-533 exam dumps, the ExamDiscuss.com 70-533 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-533 dumps with Test Engine here:
A company deploys Microsoft SQL Server on an Azure Standard_DS3 virtual machine (VM). You need to modify the disk caching policy. Which Azure PowerShell cmdlet should you run?
Correct Answer: B
Explanation/Reference: Explanation: The Set-AzureRmVMDataDisk cmdlet modifies properties of a virtual machine data disk. Syntax: Set-AzureRmVMDataDisk [-VM] <PSVirtualMachine> [-Lun] <Int32> [[-Caching] <CachingTypes>] [[-DiskSizeInGB] <Int32>] [<CommonParameters>] The -caching parameter specifies the caching mode of the disk. The acceptable values for this parameter are: ReadOnly ReadWrite The default value is ReadWrite. Changing this value causes the virtual machine to restart. IncorrectAnswers: A: The Set-AzureRmVMOperatingSystem cmdlet sets operating system properties for a virtual machine. You can specify logon credentials, computer name, and operating system type. C: The Update-Disk cmdlet updates cached information about the specified Disk object only D: The Update-AzureDisk cmdlet changes the label that is associated with a disk in the disk repository of the current Azure subscription. References: https://docs.microsoft.com/en-us/powershell/module/azurerm.compute/set- azurermvmdatadisk?view=azurermps-4.3.1