Create Azure Logic Apps in Dev Resource Group | AZ-300 Exam Question | Microsoft Azure Architect Technologies

Assigning Logic App Contributor Role to Developers Group in Azure AD and Subscription1

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 Dev, you assign the Logic App Contributor 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 Logic App Contributor role lets you read, enable and disable logic app.

https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#logic-app-contributor

The solution provided, which is to assign the Logic App Contributor role to the Developers group on the Dev resource group, would meet the goal of providing the Developers group with the ability to create Azure logic apps in the Dev resource group. Therefore, the answer is A. Yes.

The Logic App Contributor role is a built-in Azure role that provides permissions to create and manage logic apps, as well as the resources they depend on, such as connections, gateways, and workflow definitions. When this role is assigned to a user or group at the resource group scope, it grants the necessary permissions to create and manage logic apps within that resource group.

To assign the Logic App Contributor role to the Developers group on the Dev resource group, you can follow these steps:

  1. In the Azure portal, navigate to the Dev resource group.
  2. Click on the Access control (IAM) blade.
  3. Click on the Add button to add a new role assignment.
  4. In the Add role assignment blade, select the Logic App Contributor role from the Role drop-down menu.
  5. In the Select field, search for and select the Developers group.
  6. Click on the Save button to assign the role.

Once the role is assigned, the Developers group members will be able to create and manage logic apps in the Dev resource group.