1.1 Manage Microsoft Entra users and groups
1.You have a Microsoft Entra tenant named contoso.com. You need to create 500 new users based on a list provided by the HR department. You plan to use the Bulk create users operation in the Azure portal. Which file format and template must you use to complete this task?
- A.An XML file using the Bulk Create User template
- B.A CSV file using the Bulk Invite User template
- C.A CSV file using the Bulk Create User template
- D.A JSON file using the User Creation template
Show answer & explanation
Correct answer: C — A CSV file using the Bulk Create User template
- A. Incorrect. The bulk user creation feature in the Azure portal exclusively uses the Comma-Separated Values (CSV) file format. XML is not a supported file type for this operation.
- B. Incorrect. While the file format (CSV) is correct, the 'Bulk Invite User' template is specifically for inviting external guest users (B2B collaboration) to the tenant, not for creating new internal member user accounts.
- C. Correct. The 'Bulk create users' operation in the Azure portal requires a Comma-Separated Values (CSV) file. You must use the 'Bulk Create User' template, which can be downloaded directly from the Microsoft Entra admin center, populated with the user details, and then uploaded to create the users in bulk.
- D. Incorrect. The Azure portal's bulk user creation functionality does not support JSON files. The only supported format for this task through the portal is CSV.