AZ-303 Exam QuestionsBrowse all questions from this exam

AZ-303 Exam - Question 201


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.

Hot Area:

Exam AZ-303 Question 201
Show Answer
Correct Answer:
Exam AZ-303 Question 201

ג€¦

"storageProfile": {

"imageReference": {

"publisher": "MicrosoftWindowsServer",

"offer": "WindowsServer",

"sku": "2016-Datacenter",

"version": "latest"

},

ג€¦

References:

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

Discussion

5 comments
Sign in to comment
azurecert2021
Jan 9, 2021

Given Answer is correct... Terminology: A Marketplace image in Azure has the following attributes: *Publisher: The organization that created the image. Examples: Canonical, MicrosoftWindowsServer *Offer: The name of a group of related images created by a publisher. Examples: UbuntuServer, WindowsServer *SKU: An instance of an offer, such as a major release of a distribution. Examples: 18.04-LTS, 2019-Datacenter Version: The version number of an image SKU. "storageProfile":{ "imageReference":{ "publisher":"MicrosoftWindowsServer", "offer":"WindowsServer", "sku":"2016-Datacenter", "version":"latest" }

Stevezzc
Jan 6, 2021

correct

syu31svc
Aug 29, 2021

https://docs.microsoft.com/en-us/azure/virtual-machines/windows/template-description Answer is correct

rdemontis
Jul 21, 2021

Correct

RRRichard
Jan 3, 2022

not sure