exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 4 question 84 discussion

Actual exam question from Microsoft's DP-100
Question #: 84
Topic #: 4
[All DP-100 Questions]

DRAG DROP
-

You set up a machine learning workflow as an automated process. You have an Owner role in an Azure subscription that contains the Azure Machine Learning workspace.

You must set up an authentication method that allows an automated process to authenticate to the workspace without requiring user interaction.

You need to set up the authentication for the Azure Machine Learning workspace.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

Show Suggested Answer Hide Answer
Suggested Answer:

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
jl420
7 months, 3 weeks ago
1. Create a service principal in Microsoft Entra ID by registering a new application This involves creating a new application registration in Azure Active Directory (AAD). A service principal represents an application or automated process, allowing it to authenticate securely. Add a client secret, write a description for your key, and select duration 2. After registering the application, generate a client secret. The client secret acts as a password for the service principal and is required for authentication. Select Access Control (IAM) and grant the Contributor role for the service principal 3. Grant the service principal the necessary permissions to access the Azure Machine Learning workspace by assigning the Contributor role. This allows the service principal to create, modify, and delete resources within the workspace. Summary of the Correct Order: Create a service principal in Microsoft Entra ID by registering a new application Add a client secret, write a description for your key, and select duration Select Access Control (IAM) and grant the Contributor role for the service principal
upvoted 4 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 ...