Exam AZ-104 All QuestionsBrowse all questions from this exam
Question 105

Note: This question is part of a 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.

You have a CSV file that contains the names and email addresses of 500 external users.

You need to create a guest user account in contoso.com for each of the 500 external users.

Solution: From Azure AD in the Azure portal, you use the Bulk invite users operation.

Does this meet the goal?

    Correct Answer: B

    The solution of using the Bulk invite users operation in Azure AD does not meet the goal because the CSV file only contains the names and email addresses of the 500 external users. To successfully use the Bulk invite users operation, the CSV file must also include a redirection URL, which is a required field along with the email address for inviting users. Therefore, without the redirection URL present in the CSV file, the solution won't work as intended.

Discussion
GeorgegoOption: B

The Answer supplied is correct, it is No. Reason: The question states "You have a CSV file that contains the names and email addresses of 500 external users." This implies that the required fields (Email and Redirection URL)are missing from the .csv file. Here are the csv field pre-requisites that are needed for bulk upload of external users: https://learn.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite#prerequisites

MeysamBayani

I think you can add Redirection url [inviteRedirectURL] for all user same https://myapplications.microsoft.com so it is possible we use Bullk

shadad

He is not talking about the idea of using the Bulk, its the CSV file that not containing the right requirements for this task! you need the Email + Redirection URL so you can use it with Bulk invite.......not the Email + names !! This Question mentioned on many versions. pay attention to the words.

alfaAzure

B, is correct. Refer to the question, be comprehensive, too much technicality guys.

sjsaran

It is correct, redirection URL is not based on the end user, organization can decide Answer : A

MuffayOption: A

Answer should be yes: https://learn.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite Though, a new CSV file with additional information would need to be created. "Required values are: Email address to invite - the user who will receive an invitation Redirection url - the URL to which the invited user is forwarded after accepting the invitation. If you want to forward the user to the My Apps page, you must change this value to https://myapps.microsoft.com or https://myapplications.microsoft.com."

Mugamed

But it doesnt specify that you have the redirection URL. It says you only have the Names and email addrresses. If it did specify then I would say Yes, but this isnt the case.

UmbongoDrink

Incorrect

WeepingMaplteOption: B

B is the correct answer. Tested on Azure Portal. ``` The csv file you uploaded is not valid. Please verify operation type and correct csv file. Line 3 is missing a property required for user invite: Redirection url [inviteRedirectURL] Required ``

Elaheh_Ghaffari12533Option: A

the answer is :yes tested in azure portal according to this link : https://learn.microsoft.com/en-us/entra/external-id/tutorial-bulk-invite

tashakoriOption: A

Yes is correct

maki999Option: A

Using the Bulk invite users operation in Azure Active Directory allows you to import a CSV file to create guest user accounts for multiple external users. This operation is specifically designed to handle scenarios where you need to invite a large number of external users (like your 500 users) as guest users in your Azure AD tenant.

Chris17Option: B

The answer is B. From Microsoft doc. about bulk say email address and redirection url is required. https://learn.microsoft.com/en-us/entra/external-id/tutorial-bulk-invite#prerequisites

36eeabbOption: B

If you don't specify email or Redirection URL: you get error: "The csv file you uploaded is not vaid".

MCLC2021Option: B

Required values are: Email address to invite - the user who will receive an invitation Redirection url - the URL to which the invited user is forwarded after accepting the invitation.. https://learn.microsoft.com/en-us/entra/external-id/tutorial-bulk-invite

CfernandesOption: A

To create guest user accounts in bulk in Azure AD, you can follow the proper procedure. -Go to the Azure portal and go to Azure Active Directory. -Select Users and then click Mass Invite Users. -On the Bulk Invite User page, you can download a CSV (comma separated values) file that contains the properties of the users you want to create. -Open the CSV file and add a line for each external user you want to invite. -Fill in the required information such as name, email address and other relevant properties. -Upload the CSV file back to the Azure portal to create the guest users. This allows you to create multiple guest user accounts at once, saving time and following the principle of least privilege. Therefore, the solution of using the bulk invite users operation in Azure AD meets your objective. Answer: A

3c5adceOption: A

ChatGPT says A

mkhlszfOption: A

Think of it as they asked you to do it and you're in the specific scenario. It is not saying you will upload that file you have directly. Going to bulk invite is a neccesary steps regardless of your file having the correct format or not. If your file has the correct format then you can directly upload it from the menu. If it doesn't you can download the template, adjust and upload. But you do need to go to Bulk invite regardless of your file meeting the requirements as a first step. https://learn.microsoft.com/en-us/entra/external-id/tutorial-bulk-invite

18c2076Option: B

Answer is B: NO The question CLEARLY states that the CSV File that you have in this scenario contains the Names, and E-mail addresses of 500 external users. Per MS Learn documentation for Tutorial on how to bulk invite B2B External users it outlines the following criteria for the .CSV file that you will download from the Azure Portal: 4.)On the Bulk Invite Users page, select Download to get a valid .csv template with invitation properties. 5.) Open the .csv template and add a line for each guest user. REQUIRED VALUES ARE: -Email address to invite - the user who will receive the invitation -Redirection URL - the URL to which the invited user is forwarded after accepting the invitation. In this question the .CSV file you have DOES NOT contain a redirection URL. Therefore, the answer is B: NO. Ref: https://learn.microsoft.com/en-us/entra/external-id/tutorial-bulk-invite

lebeyic620

Technically correct but they are not saying that the user has to use the exact same csv and cannot modify it or generate the correct one using the email address from that csv.

Cg007Option: A

A. Yes Using the Bulk invite users operation in Azure AD allows you to create guest user accounts for multiple external users at once by importing their names and email addresses from a CSV file. This meets the goal of creating a guest user account in the contoso.com Azure AD tenant for each of the 500 external users.

bacanaOption: B

B because email and URL are required values,

AAlmaniOption: B

correct Answer is: B Open the .csv template and add a line for each guest user. Required values are: - Email address to invite - the user who will receive an invitation - Redirection url https://learn.microsoft.com/en-us/entra/external-id/tutorial-bulk-invite#understand-the-csv-template:~:text=Open%20the%20.csv%20template%20and%20add%20a%20line%20for%20each%20guest%20user.%20Required%20values%20are%3A

stanislaus450Option: A

Yes, this solution meets the goal. The Bulk invite users operation in Azure AD allows you to invite multiple external users by uploading a CSV file containing their names and email addresses. This process will create a guest user account in the contoso.com Azure AD tenant for each of the 500 external users specified in the CSV file. Therefore, using the Bulk invite users operation is an appropriate method to achieve the desired outcome. https://learn.microsoft.com/en-us/entra/external-id/tutorial-bulk-invite