You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-use-event-grid-batch.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@ Azure Logic Apps can invoke the REST APIs of batch endpoints by using the [HTTP]
50
50
We recommend to using a service principal for authentication and interaction with batch endpoints in this scenario.
51
51
52
52
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.
56
56
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:
57
57
58
58
1. Permission in the workspace to read batch deployments and perform actions over them.
0 commit comments