Azure Logic Apps: Granting Developers Group Access in Azure Subscription | Exam AZ-104

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

Question

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

DevTest Labs User role only lets you connect, start, restart, and shutdown virtual machines in your Azure DevTest Labs.

The Logic App Contributor role lets you manage logic app, but not access to them. It provides access to view, edit, and update a logic app.

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

No, assigning the DevTest Labs User role to the Developers group on Subscription1 does not meet the goal of providing the Developers 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 DevTest Labs resources, not Logic Apps resources.

To grant the Developers group the ability to create Azure Logic Apps in the Dev resource group, you should perform the following steps:

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

This will assign the Logic App Contributor role to the Developers group in the Dev resource group, allowing them to create and manage Logic Apps resources in that resource group.