Skip to content

Commit 333f9d7

Browse files
Merge pull request #655 from Blackmist/297743-fresh
freshness
2 parents 190f601 + 747c26c commit 333f9d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/machine-learning/how-to-setup-authentication.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ ms.author: larryfr
88
ms.reviewer: meyetman
99
ms.service: azure-machine-learning
1010
ms.subservice: enterprise-readiness
11-
ms.date: 01/05/2024
11+
ms.date: 10/04/2024
1212
ms.topic: how-to
1313
ms.custom: has-adal-ref, subject-rbac-steps, cliv2, sdkv2
14+
# Customer intent: As a data scientist, I want to learn how to set up authentication for Azure Machine Learning resources and workflows so that I can access the resources I need.
1415
---
1516

1617
# Set up authentication for Azure Machine Learning resources and workflows
@@ -131,7 +132,7 @@ The easiest way to create an SP and grant access to your workspace is by using t
131132
132133
For other methods of authenticating, see [Sign in with Azure CLI](/cli/azure/authenticate-azure-cli).
133134
134-
1. Create the service principal. In the following example, an SP named **ml-auth** is created:
135+
1. Create the service principal. In the following example, an SP named __ml-auth__ is created:
135136
136137
```azurecli-interactive
137138
az ad sp create-for-rbac --json-auth --name ml-auth --role Contributor --scopes /subscriptions/<subscription id>

0 commit comments

Comments
 (0)