AZ-104 Exam QuestionsBrowse all questions from this exam

AZ-104 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?

Show Answer
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

85 comments
Sign in to comment
GeorgegoOption: B
Jan 17, 2023

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
Feb 1, 2023

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

alfaAzure
Sep 11, 2023

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

sjsaran
Sep 24, 2023

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

shadad
Mar 2, 2023

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
Sep 11, 2023

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

alfaAzure
Sep 11, 2023

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

rodrod
Oct 28, 2024

if you change the wording of the question asking if the step they describe is correct, then yes it's possible with that CSV file. I guess it's even a YES if they said the CSV file only have names , as you would have said you can add manually those emails before the bulk :-)

MuffayOption: A
Jan 4, 2023

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
Jan 28, 2023

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.

Highgate
Aug 16, 2024

The MSLearn page says you can use https://myapps.microsoft.com or https://myapplications.microsoft.com. It says downloading a template CSV and validating the CSV you upload is part of the process, so you would just add the redirect URL. The solution meets the goal. Answer A.

UmbongoDrink
Feb 9, 2023

Incorrect

ncseffaiOption: B
Oct 8, 2023

I tried it on my azure subscription. If you go to Entra/Users/Bulk operations/invite users, you can download a template csv. The CSV contains the redirect URL header. When I deleted the redirectURL value and uploaded the CSV. It gave the following error messgage: 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 When I deleted the whole redirectURL header/column then it have the following error: CSV file missing required header: inviteRedirectURL

SindhuM
Mar 20, 2023

When u upload the csv without redirection URL "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"

Rams786
Sep 22, 2023

This question was on my exam on 22 Sep 2023. scored 900 i answered B

extopics888
Jul 5, 2023

Although possible; it's not minimizing administrative effort. Instead use the New-AzureADMSInvitation PS cmdlet which accepts a CSV with names & email addresses.

azuredemo2022three
Jan 4, 2023

Answer : Yes Refer URL : https://learn.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite

ElDakhliOption: A
Jan 10, 2023

As per the documentation, you can invite bulk users under Azure AD --> Manage --> Bulk Operations --> Bulk invite However, the csv has some required fields that didn't mention in the question. I considered that the question is asking for the correct blade to invite users. Reference: https://learn.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite

suresh0512
Jan 12, 2023

the Answer is Yes, the comments from Microsoft Documentation If you use Azure Active Directory (Azure AD) B2B collaboration to work with external partners, you can invite multiple guest users to your organization at the same time. In this tutorial, you learn how to use the Azure portal to send bulk invitations to external users. Specifically, you'll follow these steps: Use Bulk invite users to prepare a comma-separated value (.csv) file with the user information and invitation preferences Upload the .csv file to Azure AD Verify the users were added to the directory

shadadOption: B
Jan 24, 2023

This can be achieved by doing the below 2 ways : - PowerShell "New-AzureADMSInvitation" cmdlet - Bulk invite But requirement is : Email address to invite AND Redirection url on our question we have Email address AND names!!!! so this is NO.

shadad
Mar 2, 2023

I took Exam of Azure- 104 at 27/2/2023 I score 920 points out of 1000 points. This was on it and my answer was: B you need the (Email and Redirection URL) in order to use the Bulk invite.

Ruby1133299Option: A
Jan 5, 2023

external users =>bulk-invite

allyQ
Feb 18, 2023

Poorly worded question. Either asnwer is technically correct.

YL123Option: A
Mar 6, 2023

Just follow the instruction document to modify the existing csv file and upload it. https://learn.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite

NJTH
Apr 7, 2023

This set of questions was on todays exam. (7th April 2023)

Mpalana
Jun 8, 2023

This question in the exam 8June2023

CarlosMarin
Aug 31, 2023

This question was in my exam on 31/08/2023.

bacchhiOption: B
Dec 9, 2023

I think B is correct. As you can see in the offical doc, you need in the csv file two required fields: 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

AngelMora
Jan 6, 2024

Hola hoy 5/01/2023 genere un laboratrio y confirmo lo que tu indicas en tu post. Dejo por aqui el error 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

WeepingMaplteOption: B
Apr 14, 2024

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 ``

[Removed]Option: B
Sep 2, 2024

B is correct a PowerShell script must be created that runs the New-AzureADMSInvitation cmdlet for each external user. look at Q40 (Topic 1)

Jakub4444Option: A
Feb 24, 2025

Yes, this solution meets the goal. The Bulk invite users operation in Azure Active Directory (Azure AD) allows you to import multiple guest users from a CSV file. Since you have a CSV file containing the names and email addresses of 500 external users, you can use this feature to create guest accounts in contoso.com. Steps: Go to Azure AD in the Azure portal. Navigate to Users > Bulk operations > Bulk invite users. Download the CSV template and ensure your file follows the required format. Upload your CSV file containing the users' details. Review and submit the request. Each invited guest user will receive an invitation email. This method is designed specifically for adding multiple guest users efficiently, making it the correct approach.

AidenJ
Jan 10, 2023

Not sure how this can be yes. The CSV does not contain all of the fields required for the bulk invite operation ...

ugo9_dstOption: B
Jan 20, 2023

See voted comment

maheshm124
Feb 1, 2023

With only names and e-mail address The csv file you uploaded is not valid. Please verify operation type and correct csv file. CSV file missing required header: inviteRedirectURL

myaraliOption: B
Feb 12, 2023

- NO The question states "You have a CSV file that contains the names and email addresses of 500 external users." But only the names and email addresses are not enough for a Bulk invite. Two more infos are reqired for that process.

gauravit43
Feb 18, 2023

CORRECT answer is B (NO) Email address to invite [inviteeEmail] Required Redirection url [inviteRedirectURL] Required

curtmcgirtOption: B
Feb 20, 2023

B: (Email and Redirection URL)

mdwSysOpsOption: B
Mar 9, 2023

No, using the Bulk invite users operation from Azure AD in the Azure portal without providing the mandatory redirect URL would not meet the goal of creating a guest user account in contoso.com for each of the 500 external users listed in the CSV file. The Bulk invite users operation requires a redirect URL to be specified to complete the process of inviting external users to join the Azure AD tenant. Without a redirect URL, the operation will not be able to complete successfully, and guest user accounts will not be created for the external users listed in the CSV file. Therefore, in this scenario, using the Bulk invite users operation without providing the mandatory redirect URL would not be a valid solution to meet the goal described in the question.

SlimusOption: B
May 23, 2023

B - No. This one is example, the command is correct but the CSV file contents you will use with New-AzureADMSInvitation is wrong! so be careful. CSV Must contain Both : - 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/azure/active-directory/external-identities/tutorial-bulk-invite

Athul07
Jun 3, 2023

Yes, the solution of using the Bulk invite users operation in Azure AD in the Azure portal meets the goal of creating a guest user account in the contoso.com tenant for each of the 500 external users. Option A is correct. By using the Bulk invite users operation, you can upload the CSV file containing the names and email addresses of the external users and invite them to the contoso.com tenant as guest users in bulk. This approach allows you to efficiently create guest user accounts for all 500 external users without having to manually invite each user individually, thus meeting the goal.

skavichal
Jun 10, 2023

https://learn.microsoft.com/en-us/azure/active-directory/external-identities/bulk-invite-powershell they given a sample csv file where redirection url not mentioned

XtraWestOption: A
Jul 3, 2023

A. Yes

sakibmasOption: B
Jul 29, 2023

https://learn.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite

LemonVineOption: B
Aug 12, 2023

Do they really expect admistrator to remember this kind of not important question ? But anyway.. it s not difficult to remember it.

mandogrogusOption: B
Sep 15, 2023

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.

iamchoyOption: B
Sep 15, 2023

No - is the correct answer.

clg003Option: B
Nov 15, 2023

Portal requires it... https://learn.microsoft.com/en-us/entra/external-id/tutorial-bulk-invite Powershell does not... https://learn.microsoft.com/en-us/entra/external-id/bulk-invite-powershell

tashakori
Mar 21, 2024

Yes is correct

maki999Option: A
Jun 1, 2024

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.

DankhoOption: A
Oct 21, 2024

Going with Yes because you're just creating them, you're not inviting them. Here is Gemini... You're absolutely right. The document you linked (https://learn.microsoft.com/en-us/entra/external-id/tutorial-bulk-invite) does mention that a "Redirection URL" is a required field for bulk invitations. However, this is specifically for scenarios where you want to redirect the invited users to a custom landing page or application after they accept the invitation. In the context of your problem, where you only need to create guest user accounts without any specific redirection requirements, the "Redirection URL" field is not strictly necessary. Azure AD can create the guest user accounts based on the provided names and email addresses without requiring a redirection URL. Therefore, your CSV file with just names and email addresses should be sufficient for creating the guest user accounts in this case.

junkz
Nov 7, 2024

if this is a no, then question 40 must be a no too, the only difference is that there we do it by powershell. the text definition is the same for all the series, so i would not necesarily dwindle on the super specific. i believe the process is what is evaluated here

Bravo_DravelOption: A
Jan 9, 2025

Steps for Bulk Inviting Users: Navigate to Azure Active Directory in the Azure portal. Select Users > Bulk create. Choose the Invite guest users option. Download the CSV template provided by Azure, if necessary. Populate the CSV file with the names and email addresses of the external users. Upload the completed CSV file. Review the information and start the bulk invite operation.

micro9000
Jan 9, 2023

Pretty confusing but if you try to import that csv file, it should fail because the required fields are email, redirectURL, T or F to send email and a message

micro9000
Jan 9, 2023

The answer is NO

suresh0512
Jan 12, 2023

https://learn.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite

zellck
Jan 28, 2023

B is the answer. https://learn.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite#invite-guest-users-in-bulk 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 - the URL to which the invited user is forwarded after accepting the invitation.

azuredemo2022three
Feb 1, 2023

Selected Answer: A

er101q
Feb 5, 2023

A. Yes is the correct answer as using the "Bulk invite users" operation from Azure AD in the Azure portal is a valid solution to create guest user accounts for 500 external users. The Bulk invite users operation allows you to invite multiple users to your Azure AD tenant using a CSV file that contains the user information, which meets the requirement to create a guest user account for each of the 500 external users in the CSV file.

UmbongoDrinkOption: B
Feb 9, 2023

No, use the CSV to bulk add new users.

sjb666
Feb 20, 2023

It is poorly worded but my feeling is that it's getting at the process more than anything. You will know the invite URL and I think it should be taken as read that this is included on top of the email addresses. My answer is A.

sjb666Option: A
Feb 20, 2023

It is poorly worded but my feeling is that it's getting at the process more than anything. You will know the invite URL and I think it should be taken as read that this is included on top of the email addresses. My answer is A.

shadadOption: B
Feb 22, 2023

The command is correct but the the requirements is not fulfilled. its not typo. this is how Microsoft check your awareness. You need to have (Email and Redirection URL) NOT ( Names and Emails ) ! so the answer is correct. its is NO.

kklohitOption: A
Feb 28, 2023

Yes, the names and email addresses of the external users are sufficient to create guest user accounts using the Bulk invite users operation in Azure AD.

Goofer
Mar 9, 2023

Email address to invite [inviteeEmail] Required, Redirection url [inviteRedirectURL] Required, Send invitation message (true or false) [sendEmail], Customized invitation message [customizedMessageBody] Example: [email protected], https://myapplications.microsoft.com, TRUE, Welcome to the Contoso organization!

picho707
May 24, 2023

The required CSV fields are email address and redirection URL. The answer is NO => B.

wael_kodmani
Jun 11, 2023

he doesn't have all info to create Buil Invite!! when you need to create Bulk Invite you should have an email address and URL

Chochi
Jun 13, 2023

The answer is No. 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. https://learn.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite

zxcv1411Option: B
Jul 11, 2023

B is correct

kamalpur
Jul 21, 2023

This question is explained in below video https://youtu.be/RHa5E__7rYQ

rajthakker023
Jul 23, 2023

It is not written that same csv file is uploaded. Question says, you have csv file(which includes emails) and you go for option 'bulk invite ' in portal , can it serve the purpose ? yes, it will serve the purpose. entire process of invitation and modification of csv file need not be described. Redirection URL can be kept default as mentioned in csv template available for download in portal.

fateman17
Aug 23, 2023

Answer: B check the link below https://learn.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite

Ganchev
Aug 28, 2023

May be the solution should state like this in order to be A.Yes: "You edit the CSV and from Azure AD in the Azure portal, you use the Bulk invite users operation."

[Removed]
Aug 30, 2023

Now you can use the azure portal to perform bulk invitations: https://learn.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite

Babustest
Oct 5, 2023

The answer is correct, No. I have tested this in lab. While uploading bulk invite file, it says 'Line x is missing a property required for user invite: Redirection url [inviteRedirectURL] Required'

pal40sgOption: A
Oct 12, 2023

Yes, the solution meets the goal. The "Bulk invite users" operation in Azure Active Directory (Azure AD) allows you to invite multiple users at once by uploading a CSV file with their names and email addresses. This would create a guest user account in the contoso.com tenant for each of the 500 external users. So, the answer is **A. Yes**.

munti23
Nov 26, 2023

Answer is No, I have just checked the template which says: "Redirection url [inviteRedirectURL] Required"

SkyZeroZxOption: B
Jan 5, 2024

Need a url redirection in csv , in this question only has a email then no is possible B Ref : https://learn.microsoft.com/en-us/entra/external-id/tutorial-bulk-invite

belyoOption: B
Jan 15, 2024

names and email addresses fields are required for invitation using PowerShell https://learn.microsoft.com/en-us/entra/external-id/bulk-invite-powershell so in both cases provided answer does not meet the solution, if you use Portal you'll need Email address to invite & Redirection url

Saurabh_Bhargav
Feb 12, 2024

B because you also need the redirection URL

AAlmaniOption: B
Feb 19, 2024

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

bacana
Feb 28, 2024

B because email and URL are required values,

Cg007Option: A
Mar 10, 2024

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.

18c2076
Mar 15, 2024

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
Mar 29, 2024

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.

mkhlszfOption: A
Apr 4, 2024

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

3c5adce
Apr 24, 2024

ChatGPT says A

MCLC2021Option: B
May 5, 2024

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

36eeabbOption: B
May 6, 2024

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

Chris17Option: B
May 9, 2024

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

1a8ca01
Aug 14, 2024

Today, there is also a Bulk invite users option in Entra ID. https://learn.microsoft.com/de-de/entra/external-id/tutorial-bulk-invite

Announcement
Nov 17, 2024

answer is no.. look at point number 5. https://learn.microsoft.com/en-us/entra/external-id/tutorial-bulk-invite#understand-the-csv-template

minuraOption: B
Dec 21, 2024

Email and Redirection URL are required fields

ankeshpatel2112Option: A
Dec 25, 2024

Based on Question : Yes you can bulk invite users ( Go to Active Directory >> Users >> Bulk Invite Users )

58b2872Option: B
Dec 30, 2024

Open the .csv template and add a line for each guest user. Required values are: Email address to invite - the user to whom you want to send 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.

GarrethMOption: A
Mar 4, 2025

The Bulk invite users operation in Azure Active Directory (Azure AD) allows you to create multiple guest user accounts at once by uploading a CSV file. Since you have a CSV file with names and email addresses, this method is appropriate for inviting 500 external users as guests to your contoso.com tenant. After the bulk invite, each external user will receive an email invitation to join as a guest. Once they accept, they can access resources based on their assigned permissions.

janakaniranjanOption: A
Mar 23, 2025

Explanation: Azure Active Directory (Azure AD) allows bulk creation of guest users using the "Bulk invite users" operation in the Azure portal. This operation is specifically designed for inviting multiple external users (B2B guests) using a CSV file. Steps for Bulk Inviting Users: Navigate to Azure Active Directory in the Azure portal. Go to Users > Bulk operations > Bulk invite users. Upload the CSV file containing the names and email addresses of the 500 external users. Azure AD sends invitation emails to these external users, allowing them to join as guest users. Since the requirement is to create guest user accounts for external users, this method perfectly meets the goal. Why the Answer is NOT B (No)? The Bulk invite users operation is the correct and recommended approach for adding multiple external users efficiently. No need for manual user creation or custom scripts, which would increase administrative effort.

4f45fceOption: A
Apr 18, 2025

The Bulk invite users operation in the Azure AD portal is specifically designed to: Import a CSV file containing user details. Invite multiple external (guest) users to your Azure AD tenant at once. Since your goal is to create guest user accounts for 500 external users listed in a CSV file, this method is both correct and efficient.