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 contoso.com.
A user named Admin1 attempts to create an access review from the Azure Active Directory admin center and discovers that the Access reviews settings are unavailable. Admin1 discovers that all the other Identity Governance settings are available.
Admin1 is assigned the User administrator, Compliance administrator, and Security administrator roles.
You need to ensure that Admin1 can create access reviews in contoso.com.
Solution: You assign the Service administrator role to Admin1.
Does this meet the goal?
Click on the arrows to vote for the correct answer
A. B.B
Instead use Azure AD Privileged Identity Management.
Note: PIM essentially helps you manage the who, what, when, where, and why for resources that you care about. Key features of PIM include:
-> Conduct access reviews to ensure users still need roles
https://docs.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pim-configureThe solution proposed is incorrect. Assigning the Service administrator role to Admin1 will not enable them to create access reviews.
The Service administrator role is used to manage subscriptions, support tickets, and monitor service health. This role does not provide permissions to create access reviews.
To enable Admin1 to create access reviews, you should assign the Global administrator role or the Identity Governance administrator role to them. These roles have the necessary permissions to create access reviews.
Therefore, the correct solution would be to assign either the Global administrator or Identity Governance administrator role to Admin1, not the Service administrator role.
In summary, the proposed solution does not meet the goal, and the correct solution is to assign the Global administrator or Identity Governance administrator role to Admin1.