Skip to content

Commit 4a06a70

Browse files
Merge pull request #222427 from lgayhardt/patch-151
fix link
2 parents a863056 + a7ba158 commit 4a06a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-identity-based-service-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ The following steps outline how to set up data access with user identity for tra
251251
252252
1. Grant data access and create data store as described above for CLI.
253253
254-
1. Submit a training job with identity parameter set to [azure.ai.ml.UserIdentity](https://learn.microsoft.com/python/api/azure-ai-ml/azure.ai.ml.useridentity). This parameter setting enables the job to access data on behalf of user submitting the job.
254+
1. Submit a training job with identity parameter set to [azure.ai.ml.UserIdentity](/python/api/azure-ai-ml/azure.ai.ml.useridentity). This parameter setting enables the job to access data on behalf of user submitting the job.
255255
256256
```python
257257
from azure.ai.ml import command

0 commit comments

Comments
 (0)