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?
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-contributorThe 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:
Once the role is assigned, the Developers group members will be able to create and manage logic apps in the Dev resource group.