Skip to content

Commit 4b52d82

Browse files
authored
Update links and minor text
1 parent f2f6788 commit 4b52d82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-use-batch-azure-data-factory.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ You can use a service principal or a [managed identity](../active-directory/mana
5454
# [Using a Service Principal](#tab/sp)
5555

5656
1. Create a service principal following the steps at [Register an application with Azure AD and create a service principal](../active-directory/develop/howto-create-service-principal-portal.md#register-an-application-with-azure-ad-and-create-a-service-principal).
57-
1. Create a secret to use for authentication as explained at [Option 3: Create a new application secret](../active-directory/develop/howto-create-service-principal-portal.md#option-3-create-a-new-application-secret).
58-
1. Take note of the `client secret` generated.
59-
1. Take note of the `client ID` and the `tenant id` as explained at [Get tenant and app ID values for signing in](../active-directory/develop/howto-create-service-principal-portal.md#option-3-create-a-new-application-secret).
57+
1. Create a secret to use for authentication as explained at [Option 3: Create a new client secret](../active-directory/develop/howto-create-service-principal-portal.md#option-3-create-a-new-client-secret).
58+
1. Take note of the client secret **Value** that is generated. This is only displayed once.
59+
1. Take note of the `client ID` and the `tenant id` in the **Overview** pane of the application.
6060
1. Grant access for the service principal you created to your workspace as explained at [Grant access](../role-based-access-control/quickstart-assign-role-user-portal.md#grant-access). In this example the service principal will require:
6161

6262
1. Permission in the workspace to read batch deployments and perform actions over them.

0 commit comments

Comments
 (0)