
Answer-first summary for fast verification
Answer: Use the Azure portal to create the user, set the attributes during creation, and add to the group via the portal.
Using the Azure portal is the most straightforward and user-friendly method to create a new user, set specific attributes like job title and department, and assign them to a group for resource access. This method ensures immediate visibility and control over the user's profile and permissions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are tasked with creating a new user in Microsoft Entra ID. The user requires specific attributes such as a custom job title, department, and a manager. Additionally, the user should be assigned to a specific group for access to certain resources. Describe the steps you would take to create this user, assign the necessary attributes, and add them to the appropriate group.
A
Create the user via PowerShell, set attributes manually, and add to the group via the Azure portal.
B
Use the Azure portal to create the user, set the attributes during creation, and add to the group via the portal.
C
Create the user in Active Directory and sync with Azure, then modify attributes and group membership in Azure.
D
Delegate the task to another admin to create the user, then you modify the attributes and group membership.