Skip to content

Commit 0511a44

Browse files
authored
Update links and text
1 parent 4b52d82 commit 0511a44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-use-event-grid-batch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Azure Logic Apps can invoke the REST APIs of batch endpoints by using the [HTTP]
5050
We recommend to using a service principal for authentication and interaction with batch endpoints in this scenario.
5151

5252
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).
53-
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).
54-
1. Take note of the `client secret` generated.
55-
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).
53+
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).
54+
1. Take note of the client secret **Value** that is generated. This is only displayed once.
55+
1. Take note of the `client ID` and the `tenant id` in the **Overview** pane of the application.
5656
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:
5757

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

0 commit comments

Comments
 (0)