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?
Click on the arrows to vote for the correct answer
A. B.B
The DevTest Labs User role lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#devtest-labs-userThe solution mentioned in the question, which is to assign the DevTest Labs User role to the Developers group, does not meet the stated goal of providing the Developers group with the ability to create Azure logic apps in the Dev resource group.
The DevTest Labs User role allows a user to manage virtual machines and other resources within a DevTest lab environment, but it does not provide permissions to create Azure logic apps.
To provide the Developers group with the ability to create Azure logic apps in the Dev resource group, the following steps should be taken:
After completing these steps, the Developers group will have the required permissions to create Azure logic apps in the Dev resource group. Therefore, the correct answer to this question is "No."