AZ-303 Exam QuestionsBrowse all questions from this exam

AZ-303 Exam - Question 274


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 Active Directory (Azure AD) tenant named Adatum and an Azure Subscription named Subscription1. Adatum contains a group named

Developers. Subscription1 contains a resource group named Dev.

You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource group.

Solution: On Subscription1, you assign the DevTest Labs User role to the Developers group.

Does this meet the goal?

Show Answer
Correct Answer: B

The DevTest Labs User role is primarily intended for managing virtual machines within Azure DevTest Labs, such as connecting to, starting, restarting, and shutting them down. It does not provide permissions for creating Azure logic apps. To enable the Developers group to create Azure logic apps in the Dev resource group, they need the Logic App Contributor role, which specifically grants permissions for managing logic apps. Therefore, assigning the DevTest Labs User role does not meet the goal.

Discussion

3 comments
Sign in to comment
aut0pil0t
Jul 17, 2021

Correct. "Logic App Contributor" role is required to create Logic Apps

syu31svc
Aug 29, 2021

Answer is No as the DevTest Labs User role lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.

rdemontis
Jul 19, 2021

Correct