Skip to content

Commit 9373ca2

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ 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).
105-
1. 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). For more details see [Sign in with Azure CLI](/cli/azure/authenticate-azure-cli).
106105
107106
```bash
108107
az login --service-principal -u <app-id> -p <password-or-cert> --tenant <tenant>

0 commit comments

Comments
 (0)