Create Azure Logic Apps in Dev Resource Group | AZ-300 Exam Solution

Developers Group Access to Create Azure Logic Apps in Dev Resource Group

Question

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?

Answers

Explanations

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-user

The proposed solution of assigning the DevTest Labs User role to the Developers group on Subscription1 does not meet the goal of providing the group with the ability to create Azure Logic Apps in the Dev resource group.

The DevTest Labs User role only grants permissions to create and manage virtual machines and virtual networks in Azure DevTest Labs, which is a service used for creating and managing environments for testing and developing applications. This role does not provide permissions to create or manage Azure Logic Apps.

To allow the Developers group to create and manage Azure Logic Apps in the Dev resource group, you can assign the group the Contributor role at the resource group level or create a custom role with the necessary permissions and assign that role to the group.

To assign the Contributor role to the Developers group at the resource group level, you can follow these steps:

  1. In the Azure portal, navigate to the Dev resource group.
  2. Select Access control (IAM) from the left-hand menu.
  3. Click on the Add button and select Add role assignment.
  4. In the Add role assignment pane, select the Contributor role from the Role dropdown menu.
  5. In the Select field, search for and select the Developers group.
  6. Click on the Save button to apply the role assignment.

After the role assignment is applied, the Developers group will have the necessary permissions to create and manage Azure Logic Apps in the Dev resource group.