exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 11 question 1 discussion

Actual exam question from Microsoft's AZ-204
Question #: 1
Topic #: 11
[All AZ-204 Questions]

DRAG DROP -
You need to add markup at line AM04 to implement the ContentReview role.
How should you complete the markup? To answer, drag the appropriate json segments to the correct locations. Each json segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: allowedMemberTypes -
allowedMemberTypes specifies whether this app role definition can be assigned to users and groups by setting to "User", or to other applications (that are accessing this application in daemon service scenarios) by setting to "Application", or to both.
Note: The following example shows the appRoles that you can assign to users.
"appId": "8763f1c4-f988-489c-a51e-158e9ef97d6a",
"appRoles": [
{
"allowedMemberTypes": [
"User"
],
"displayName": "Writer",
"id": "d1c2ade8-98f8-45fd-aa4a-6d06b947c66f",
"isEnabled": true,
"description": "Writers Have the ability to create tasks.",
"value": "Writer"
}
],
"availableToOtherTenants": false,

Box 2: User -
Scenario: In order to review content a user must be part of a ContentReviewer role.

Box 3: value -
value specifies the value which will be included in the roles claim in authentication and access tokens.
Reference:
https://docs.microsoft.com/en-us/graph/api/resources/approle

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
ray01
Highly Voted 3 years, 7 months ago
Correct. See MS example here: https://docs.microsoft.com/de-de/azure/active-directory/develop/howto-add-app-roles-in-azure-ad-apps#example-user-app-role
upvoted 36 times
...
coffecold
Highly Voted 2 years, 1 month ago
To prevent reading the cases multiple times: Please see the spots below where you can find the questions (page/topic/question/subject) Contoso, Ltd 48 11 1 configure ApplicationManifest 48 11 2 configure ApplicationManifest 49 11 3 type of SSL certificate / proxy used 49 11 4 YAML @Azure Container Instances for mounting 49 11 5 ApplicationManifest optional claims 52 16 1 cli : az monitor metrics alert create 52 16 2 cli : az for http server log output 56 27 1 code : read properties from GRID event 56 27 2 tier of function plan @Vnet 58 31 1 choose best storage solution 58 31 2 code : bindings for function 58 31 3 docker file : Private/Public Windows/Linux
upvoted 17 times
OPT_001122
1 year, 12 months ago
Great Help!!!!
upvoted 1 times
...
...
neelkanths
Most Recent 7 months, 1 week ago
Got it on 20 April 2024...Marks > 900...All questions from examtopics 400 questions... answer is correct...
upvoted 2 times
...
CriJim
1 year, 2 months ago
Here below find same case studies topics: Wide World Importers 7, 12, 23 Litware Inc. 8, 14, 20 Coho Winery produces 9, 22, 28 VanArsdel, Ltd. 10, 15, 21, 29, 30 Contoso, Ltd. 11, 16, 27, 31 City Power & Light 13, 17, 18, 24, 32 Proseware, Inc. 19, 25, 26
upvoted 4 times
...
applepie
1 year, 4 months ago
got this case study today, went with provided answer - 7/30/2023, score 895/1000
upvoted 3 times
...
BaoNguyen2411
1 year, 4 months ago
got this question on 29/06/2023
upvoted 1 times
...
BaoNguyen2411
1 year, 4 months ago
Got this question on 29/06/2023
upvoted 2 times
...
NightshadeRC
1 year, 4 months ago
Had this question today 2023-07-26
upvoted 2 times
...
CODE_STS
1 year, 9 months ago
Got this in the exam today! Feb 28, 2023
upvoted 3 times
...
AlexeyG
1 year, 9 months ago
Got this in 16/02/2023
upvoted 1 times
Net_IT
1 year, 9 months ago
Thank you for mentioning the date, would be nice to know your answer and whether you passed as well :)
upvoted 1 times
...
mabdo
1 year, 9 months ago
did you get 2 different case studies? I saw you commenting on another one also. Is that possible?
upvoted 1 times
...
...
nvtienanh
2 years ago
On exam December 2, 2022
upvoted 4 times
...
TheExamMaster2020
2 years ago
Did my exam on 15th November 2022. This test case and question was on it.
upvoted 3 times
...
coffecold
2 years, 1 month ago
Usage see here. https://stackoverflow.com/questions/57400122/aad-approles-allowedmembertypes-for-both-application-and-user
upvoted 2 times
...
gmishra88
2 years, 2 months ago
So, a Microsoft developer is not allowed to refer to documents and has to just memorize the syntax also of a manifest file ! This is a lovely certification exam. Never one more Microsoft certification
upvoted 5 times
...
petitbilly
2 years, 9 months ago
Got this one 03/2022
upvoted 4 times
...
edengoforit
2 years, 10 months ago
To review content, the user must authenticate to the website portion of the ContentAnalysisService using their Azure AD credentials. The website is built using React and all pages and API endpoints require authentication. In order to review content a user must be part of a ContentReviewer role. All completed reviews must include the reviewer's email address for auditing purposes.
upvoted 1 times
...
lugospod
2 years, 10 months ago
Got this one 01/2022. Went with most voted (to avoid writing answers again)
upvoted 5 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 ...