Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

could someone help me out Question StorageAccount Ne-AzureRmStoragehecount Resou

ID: 3719133 • Letter: C

Question

could someone help me out

Question StorageAccount Ne-AzureRmStoragehecount ResousceGroupName $ResourceGroupName -Name sStorageName -SkuName SStoragesku -Kind "Storage" Location $Location Which statements regarding the following powershell cmdiet are true? You can attach additional disks later using the Add-Azure Disk cmdlet in order to place your SQL server data and log files on dedicated disks D The "New-AzureRmStorageAccount command return status will be displayed in the powershell terminal window in an Azure VM, the operating system has to be on a separate disk from the SQL server data and log files D The "SkuName" parameter contains the type of storage to be used by the virtual machine The "New-AzureRmStorageAccount command retum status will not be displayed in the powershell terminal window because it will be stored in the $StorageAccount variable Choose more than one option and then select Question Status | 1 of 10 Answer Later

Explanation / Answer

Let me know if you have any doubt.

1>you can attach additional disks later using the Add-Azure Disk cmdlet in order to place your sql server data and log files on dedicated disks: TRUE

2> The "New-AzureRmStorageAccount" command return status will be displayed in the powershell terminal window: FALSE

3> In an Azure VN, the operating system has to be on a seperate disk from the SQL server data and log files: FALSE

4> The "SkuName" parameter contains the type of storage to be used by the virtual machine: TRUE

5>  The "New-AzureRmStorageAccount" command return status will not be displayed in the powershell terminal window because it will be stored in the "$StorageAccount" variable: TRUE

Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-powershell-guide-full