exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 2 question 65 discussion

Actual exam question from Microsoft's AZ-104
Question #: 65
Topic #: 2
[All AZ-104 Questions]

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?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Georgego
Highly Voted 2 years, 6 months ago
Selected Answer: 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
upvoted 72 times
GreenTick
8 months, 1 week ago
Microsoft do not intend to trick you to identifying incomplete/missing bits and pieces requirement for the scenario but have correct solution, the question is whether the solution to use bulk invite fit using CSV will fit the requirement to create guess users.
upvoted 3 times
...
MeysamBayani
2 years, 6 months ago
I think you can add Redirection url [inviteRedirectURL] for all user same https://myapplications.microsoft.com so it is possible we use Bullk
upvoted 6 times
shadad
2 years, 5 months ago
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.
upvoted 19 times
alfaAzure
1 year, 10 months ago
B, is correct. Refer to the question, be comprehensive, too much technicality guys.
upvoted 3 times
...
...
rodrod
9 months, 1 week ago
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 :-)
upvoted 1 times
...
sjsaran
1 year, 10 months ago
It is correct, redirection URL is not based on the end user, organization can decide Answer : A
upvoted 3 times
...
...
...
Muffay
Highly Voted 2 years, 6 months ago
Selected Answer: 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."
upvoted 19 times
Mugamed
2 years, 6 months ago
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.
upvoted 8 times
Highgate
11 months, 2 weeks ago
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.
upvoted 2 times
...
...
UmbongoDrink
2 years, 5 months ago
Incorrect
upvoted 2 times
...
...
ddaniel1003
Most Recent 1 week, 2 days ago
Selected Answer: B
There are three operations under Bulk operations - Bulk create,Bulk invite, bulk delete. The question specifies to create users not invite users. so answer is B.
upvoted 1 times
...
ahmadniknam
1 week, 5 days ago
Selected Answer: A
"You can use the Azure portal to invite multiple B2B collaboration users at one time by uploading a comma-separated values (CSV) file." https://learn.microsoft.com/en-us/entra/external-id/tutorial-bulk-invite?utm_source=chatgpt.com
upvoted 1 times
...
Z_MU
2 weeks, 3 days ago
Selected Answer: B
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
upvoted 1 times
...
8ec768b
2 weeks, 4 days ago
Selected Answer: A
The Answer should be A. Yes. The only requirement is email addresses. Display name and redirection URL are optional.
upvoted 1 times
...
MasterMans
4 weeks ago
Selected Answer: A
Yes, using the "Bulk invite users" operation from Azure AD in the Azure portal meets the goal of creating a guest user account in contoso.com for each of the 500 external users. This feature is specifically designed for this purpose, allowing you to upload a CSV file containing user information (including email addresses) and send invitations to those external users to join your Azure AD tenant as guest users
upvoted 1 times
...
Kabilanis
1 month ago
Selected Answer: B
Below are the possible options for this scenario. Consolidating here for easy read of subscribers. Solution: From Azure AD in the Azure portal, you use the Bulk invite users operation. - No Solution: You create a PowerShell script that runs the New-MgUser cmdlet for each external user. - No Solution: You create a PowerShell script that runs the New-MgInvitation cmdlet for each external user. - Yes Solution: You create a PowerShell script that runs the New-MgUser cmdlet for each user. - No Solution: You create a PowerShell script that runs the New-AzureADUser cmdlet for each user. - No Solution: You create a PowerShell script that runs the New-AzureADMSInvitation cmdlet for each external user. - Yes Solution: From Azure AD in the Azure portal, you use the Bulk create user operation. - No
upvoted 1 times
...
Kabilanis
1 month ago
Selected Answer: B
Below are the possible options for this scenario. Consolidating here for easy read of subscribers. Solution: From Azure AD in the Azure portal, you use the Bulk invite users operation. - No Solution: You create a PowerShell script that runs the New-MgUser cmdlet for each external user. - No Solution: You create a PowerShell script that runs the New-MgInvitation cmdlet for each external user. - Yes Solution: You create a PowerShell script that runs the New-MgUser cmdlet for each user. - No Solution: You create a PowerShell script that runs the New-AzureADUser cmdlet for each user. - No Solution: You create a PowerShell script that runs the New-AzureADMSInvitation cmdlet for each external user. - Yes Solution: From Azure AD in the Azure portal, you use the Bulk create user operation. - No
upvoted 1 times
...
ea7e15a
1 month, 1 week ago
Selected Answer: A
the Bulk invite feature is designed to streamline the process of inviting a large number of guest users by uploading a CSV file that contains their email addresses. That CSV acts like a guest list, and Azure AD takes care of sending out all the invitations in one go. Quick, efficient, and way better than doing it 500 times manually! Don't focus on what is in CSV file input. But what is main definition for Bulk invite serves for.
upvoted 1 times
...
8ac3742
1 month, 3 weeks ago
Selected Answer: A
The bulk-invite operation in Azure AD is exactly what you’d use to onboard 500 external users, but you don’t need to (and shouldn’t) add a redirect-URL column to your CSV—just include the required attributes (DisplayName, Email) and then run Bulk invite users from the Azure portal. Adding the redirection URL is optional and isn’t required to meet the goal.
upvoted 1 times
...
Mattt
2 months, 3 weeks ago
Selected Answer: A
Users > All users. Select Bulk operations > Bulk invite Upload the CSV file and start the bulk invitation
upvoted 1 times
...
joejoe15152
2 months, 4 weeks ago
Selected Answer: A
Bulk invite users is a built-in feature in Azure AD that supports CSV upload to invite multiple external (guest) users at once. It’s specifically designed for scenarios like this — onboarding large numbers of B2B guest users using a .csv file. The invited users become Guest accounts in your directory once they accept the invitation.
upvoted 1 times
...
4f45fce
3 months, 2 weeks ago
Selected Answer: A
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.
upvoted 1 times
...
kriChe27
4 months, 1 week ago
Selected Answer: A
Yes, using the Bulk invite users operation in Azure AD will meet the goal. This feature allows you to invite multiple external users as guest users by uploading a CSV file with their details. Here's a brief overview of the process: Prepare the CSV file: Ensure the file contains the required information, such as email addresses and invitation preferences. Upload the CSV file: Navigate to Azure Active Directory > Users > Bulk operations > Bulk invite in the Azure portal. Verify and submit: After uploading the file, Azure will validate the contents. Once validated, you can submit the bulk invitation operation. This method efficiently handles the creation of guest user accounts for a large number of external users.
upvoted 1 times
...
janakaniranjan
4 months, 1 week ago
Selected Answer: A
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.
upvoted 1 times
...
GarrethM
5 months ago
Selected Answer: A
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.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...