AZ-600 Exam QuestionsBrowse all questions from this exam

AZ-600 Exam - Question 15


Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have an Azure Stack Hub integrated system that connects to the Internet. The integrated system uses an Enterprise Agreement (EA) for licensing.

You are creating an Azure Resource Manager template to generate a marketplace item for a virtual machine that runs Windows Server 2019 Datacenter and a custom application.

You need to ensure that Windows Server is licensed by using the bring-your-own-license model.

Solution: You add licenseType: Windows_Server to the Azure Resource Manager template.

Does this meet the goal?

Show Answer
Correct Answer: A

To license Windows Server using the bring-your-own-license model in an Azure Resource Manager template, you need to add the 'licenseType: Windows_Server' parameter. This setting ensures that the VM is billed correctly under your Enterprise Agreement (EA). Therefore, adding licenseType: Windows_Server to the template meets the goal.

Discussion

4 comments
Sign in to comment
vishg
Apr 24, 2021

Correct B

EltoothOption: A
Feb 1, 2022

Correct answer - A I have an Enterprise Agreement (EA) and will be using my EA Windows Server license; how do I make sure images are billed correctly? You can add licenseType: Windows_Server in an Azure Resource Manager template. This setting must be added to each virtual machine resource block. https://docs.microsoft.com/en-gb/learn/modules/manage-azure-stack-hub-marketplace/9-azure-stack-hub-marketplace-frequent-questions

AWSChia
Jul 17, 2021

A is the correct answer. Ref: https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-windows-server-faq?view=azs-2008&tabs=azurerm1%2Caz2#i-have-an-enterprise-agreement--ea--and-will-be-using-my-ea-windows-server-license--how-do-i-make-sure-images-are-billed-correctly-

d0bermannn
Oct 26, 2021

Ans looks ok,as https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-windows-server-faq?view=azs-2008&tabs=azurerm1%2Caz2#i-have-an-enterprise-agreement--ea--and-will-be-using-my-ea-windows-server-license--how-do-i-make-sure-images-are-billed-correctly-