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 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?
Click on the arrows to vote for the correct answer
A. B.B
DevTest Labs User role only lets you connect, start, restart, and shutdown virtual machines in your Azure DevTest Labs.
You would need the Logic App Contributor role.
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-appThe solution mentioned in the question is assigning the DevTest Labs User role to the Developers group. However, this solution does not meet the goal of providing the Developers group with the ability to create Azure Logic Apps in the Dev resource group.
The reason is that the DevTest Labs User role only grants permissions to create and manage virtual machines in Azure DevTest Labs. It does not provide permissions to create and manage Logic Apps in a resource group.
To provide the Developers group with the ability to create Azure Logic Apps in the Dev resource group, you need to perform the following steps:
By assigning the Logic App Contributor role to the Developers group, you grant them permissions to create and manage Logic Apps in the Dev resource group.
Therefore, the correct answer to the question is B. No, the solution provided in the question does not meet the goal.