
Ultimate access to all questions.
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.