AZ-104 – Question 44

0
856

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.

Q. 1: Solution: On Subscription1, you assign the DevTest Labs User role to the Developers group. Does this meet the goal?

  • A. Yes
  • B. No
Correct Answer: 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.
Reference:

Q. 2: Solution: On Subscription1, you assign the Logic App Operator role to the Developers group. Does this meet the goal?

  • A. Yes
  • B. No

Correct Answer: B 
You would need the Logic App Contributor role.

Q. 3: Solution: On Dev, you assign the Contributor role to the Developers group. Does this meet the goal?

  • A. Yes
  • B. No
Correct Answer: A 
The Contributor role can manage all resources (and add resources) in a Resource Group.

Q. 4: Solution: On Dev, you assign the Logic App Contributor role to the Developers group.
Does this meet the goal?

  • A. Yes
  • B. No