AZ-301 Exam QuestionsBrowse all questions from this exam

AZ-301 Exam - Question 16


Note: This question is part of 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 subscription that contains a resource group named RG1.

You create an Azure Active Directory (Azure AD) group named ResearchUsers that contains the user accounts of all researchers.

You need to recommend a solution that meets the following requirements:

✑ The researchers must be allowed to create Azure virtual machines.

✑ The researchers must only be able to create Azure virtual machines by using specific Azure Resource Manager templates.

Solution: Create an Azure DevOps Project. Configure the DevOps Project settings.

Does this meet the goal?

Show Answer
Correct Answer: B

The requirement is for researchers to create Azure virtual machines using specific Azure Resource Manager templates. Creating an Azure DevOps Project and configuring its settings does not directly restrict the creation of VMs to specific ARM templates. Instead, assigning the Contributor role to the ResearchUsers group on RG1 and creating a custom Azure Policy definition to enforce the use of specific ARM templates would more precisely meet the stated requirements.

Discussion

4 comments
Sign in to comment
mykolaantoniv
Feb 16, 2020

Answer is No

tartar
Sep 18, 2020

B is ok

Rajuuu
Apr 24, 2020

Answer is No..Only a Contributor role can satisfy.

sanketshah
Jan 1, 2021

B is correct answer

glam
Jan 29, 2021

B. No.