exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 2 question 51 discussion

Actual exam question from Microsoft's AZ-104
Question #: 51
Topic #: 2
[All AZ-104 Questions]

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 Dev, you assign the Logic App Contributor role to the Developers group.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
MrMacro
Highly Voted 3 years, 2 months ago
Answer "Yes" is correct. Logic App Contributor role will allow you to create Logic Apps. See here: https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app?tabs=azure-portal "Your Azure subscription requires Contributor permissions for the resource group that contains that logic app resource. If you create a logic app resource, you automatically have Contributor access."
upvoted 67 times
youngjanpawel
1 month, 3 weeks ago
Logic App Contributor - Lets you manage logic app, but not access to them Logic App Operator - Lets you read, enable and disable logic app Description from access control (IAM)
upvoted 3 times
...
2d153f5
3 months, 2 weeks ago
Contributor is needed.
upvoted 2 times
...
itguy2
2 years, 11 months ago
ANSWER: B Contributor and Logic App Contributor are different...from your link Logic App Contributor: Lets you manage logic apps, but you can't change access to them. Logic App Operator: Lets you read, enable, and disable logic apps, but you can't edit or update them. Contributor: Grants full access to manage all resources, but does not allow you to assign roles in Azure RBAC, manage assignments in Azure Blueprints, or share image galleries.
upvoted 21 times
sca88
3 months, 3 weeks ago
The question talk about create Logic App. So Logic App Contributor Role it's enought
upvoted 3 times
...
klasbeatz
2 years, 5 months ago
Microsoft doesn't say it directly on site so I thought the same they almost present as of Contributor and Logic app contributor are different
upvoted 1 times
...
MeysamBayani
2 years, 1 month ago
in dev resource group you can create a logic app. when you try create logic app in this RG change plane type to consumption ....
upvoted 2 times
...
...
...
Emre_jm
Highly Voted 2 years, 4 months ago
Tested today, gave "Logic App Contributor" role to a user account. During Logic App creation phase got error under RG selection: "You cannot perform this action without all the following permissions (Microsoft.Storage/storageAccounts/write, Microsoft.Web/ServerFarms/write, Microsoft.Web/Sites/write"
upvoted 18 times
LuLaCeK
4 months, 1 week ago
Tested as well, got the same error.
upvoted 3 times
...
...
digitalcoder
Most Recent 1 week, 4 days ago
Selected Answer: B
No, assigning the Logic App Contributor role to the Developers group does not meet the goal. The Logic App Contributor role allows users to manage existing logic app workflows, but it does not provide permissions to create new logic apps. To enable the Developers group to create Azure logic apps in the Dev resource group, you would need to assign a role with broader permissions, such as the Contributor role, which grants full access to manage all resources within the resource group, including creating and managing logic apps
upvoted 3 times
...
Jay_D_Lincoln
1 month ago
Selected Answer: A
The Logic App Contributor role allows users to: ✔ Create, edit, and delete logic apps. ✔ Manage triggers, workflows, and actions. ❌ Cannot assign roles or manage security settings (needs Owner or User Access Administrator role for that).
upvoted 1 times
...
Bambi0074
1 month, 1 week ago
Selected Answer: A
Depends on the hosting option. Tested in Environment. Consumption: YES Standard: NO
upvoted 1 times
...
youngjanpawel
1 month, 3 weeks ago
Logic App Contributor - Lets you manage logic app, but not access to them Logic App Operator - Lets you read, enable and disable logic app Description from access control (IAM)
upvoted 1 times
...
dazzle2013
2 months ago
Selected Answer: B
you need to have contributor role to be able to create a new logic app. with logic app contributor, you can only manage the existing ones
upvoted 3 times
...
sca88
3 months, 3 weeks ago
Selected Answer: A
Logic App Contributor role allow to create Logic App, but not to use it. If you want to allow to use Logic App, you need to assign Logic App Operator role. The question talk about create Logic App, so A should be correct
upvoted 1 times
...
Xpinguser
4 months, 3 weeks ago
Selected Answer: A
Logic App Contributor role: This role grants the necessary permissions to create, manage, and deploy logic apps within a resource group.
upvoted 1 times
...
jamesf
4 months, 3 weeks ago
Selected Answer: A
A correct Logic App Contributor & Contributor can create logical apps
upvoted 1 times
...
[Removed]
5 months, 3 weeks ago
Selected Answer: A
A is correct Logic App Contributor & Contributor can create logical apps
upvoted 1 times
...
asaulu
6 months, 3 weeks ago
Microsoft.Resources/deployments/* Create and manage a deployment ... Means Logic App Contributor can create a logic app
upvoted 1 times
...
Carmen_Ms
7 months ago
Tested! The answer is A, you can create logic apps but only of the comsumption type. So the objective is fulfilled. All those who say the B, you have not tested it correctly.
upvoted 4 times
etrop
7 months ago
Yeah I applied the Logic App Contributor role at the resource group level for a test user, then attempted to create a logic app. As long as the resource provider Microsoft.Web is registered already (For this question we can assume it is) then you can create logic apps of consumption type. If you want to create other types you need a few other perms (Microsoft.Storage/storageAccounts/write, Microsoft.Web/ServerFarms/write, Microsoft.Web/Sites/write)
upvoted 1 times
...
...
DevopsRock
7 months ago
Selected Answer: A
Answer is A
upvoted 3 times
...
a6bd45e
7 months, 2 weeks ago
Selected Answer: B
In Azure, the Logic App Contributor role does not inherently have the permissions to create new logic apps. The Logic App Contributor role allows users to manage logic apps but not create them. Specifically, this role includes permissions to read, write, and delete logic apps, but it lacks the permission required to create new ones, which is part of the broader Logic App Operator role or higher. To create new logic apps, users generally need either the Logic App Operator role or a custom role with the following specific permission: Microsoft.Logic/workflows/write. This permission is necessary to create logic apps and is included in the Logic App Operator role or higher-level roles like Contributor or Owner.
upvoted 2 times
...
Makoporosh
8 months ago
No: While the Logic App Contributor role is useful for managing existing logic apps, it does not grant permissions to create new logic apps or other Azure resources. Therefore, to meet the requirement of allowing the Developers group to create Azure Logic Apps in the Dev resource group, you must assign them the Contributor role at the resource group level.
upvoted 1 times
...
apazman123
8 months ago
Selected Answer: B
Contributor and Logic App Contributor are different
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago