Create Azure Logic Apps in Dev Resource Group - Exam AZ-101 Microsoft Azure Integration and Security

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

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

A

The Contributor role can manage all resources (and add resources) in a Resource Group.

The solution provided - assigning the Contributor role to the Developers group on the Dev resource group - does meet the stated goal of providing the Developers group with the ability to create Azure logic apps in the Dev resource group.

Here's a more detailed explanation:

Azure uses Role-Based Access Control (RBAC) to manage access to resources. RBAC allows you to grant permissions to users, groups, or applications at a specific scope, such as a resource group. Permissions are granted by assigning a role to a user, group, or application at a specific scope.

In this scenario, the goal is to provide the Developers group with the ability to create Azure logic apps in the Dev resource group. To achieve this, the Contributor role can be assigned to the Developers group on the Dev resource group. The Contributor role allows the group members to manage all aspects of the resource group, including creating, modifying, and deleting resources.

Therefore, the solution provided - assigning the Contributor role to the Developers group on the Dev resource group - does meet the goal of providing the Developers group with the ability to create Azure logic apps in the Dev resource group.