How should you complete the storageProfile section?

Posted by: Pdfprep Category: AZ-300 Tags: , ,

HOTSPOT

You plan to deploy 20 Azure virtual machines by using an Azure Resource Manager template. The virtual

machines will run the latest version of Windows Server 2016 Datacenter by using an Azure Marketplace image.

You need to complete the storageprofile section of the template.

How should you complete the storageProfile section? To answer, select the appropriate options in the

answer area. NOTE: Each correct selection is worth one point.

Answer:

Explanation:

… "

storageProfile": {

"imageReference": {

"publisher": "MicrosoftWindowsServer",

"offer": "WindowsServer",

"sku": "2016-Datacenter",

"version": "latest"

},



References:

https://docs.microsoft.com/en-us/rest/api/compute/virtualmachines/createorupdate