exam questions

Exam AZ-103 All Questions

View all questions & answers for the AZ-103 exam

Exam AZ-103 topic 2 question 13 discussion

Actual exam question from Microsoft's AZ-103
Question #: 13
Topic #: 2
[All AZ-103 Questions]

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:

Show Suggested Answer Hide Answer
Suggested Answer:

"storageProfile": {
"imageReference": {
"publisher": "MicrosoftWindowsServer",
"offer": "WindowsServer",
"sku": "2016-Datacenter",
"version": "latest"
},

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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Cloudyuga
Highly Voted 5 years, 1 month ago
Answer is correct 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.
upvoted 21 times
...
Exam103
Highly Voted 5 years, 3 months ago
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/cli-ps-findimage
upvoted 12 times
...
mikewallace8372
Most Recent 4 years, 5 months ago
correct answer
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...