Skip to content

Commit f19d129

Browse files
authored
Update how-to-authenticate-batch-endpoint.md
1 parent 9373ca2 commit f19d129

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/machine-learning/batch-inference/how-to-authenticate-batch-endpoint.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ In this case, we want to execute a batch endpoint using a service principal alre
101101
102102
# [Azure ML CLI](#tab/cli)
103103
104-
1. Create a secret to use for authentication as explained at [Option 2: Create a new application secret](../../active-directory/develop/howto-create-service-principal-portal.md#option-2-create-a-new-application-secret). For more details see [Sign in with Azure CLI](/cli/azure/authenticate-azure-cli).
104+
1. Create a secret to use for authentication as explained at [Option 2: Create a new application secret](../../active-directory/develop/howto-create-service-principal-portal.md#option-2-create-a-new-application-secret).
105+
1. To authenticate using a service principal, use the following command. For more details see [Sign in with Azure CLI](/cli/azure/authenticate-azure-cli).
105106
106107
```bash
107108
az login --service-principal -u <app-id> -p <password-or-cert> --tenant <tenant>

0 commit comments

Comments
 (0)