Skip to content

Commit c23abf6

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into cni-docker-howto
2 parents 4a60186 + cc6dfe9 commit c23abf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

articles/machine-learning/v1/how-to-debug-parallel-run-step.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.subservice: mlops
88
ms.topic: troubleshooting
99
ms.custom: troubleshooting, sdkv1, event-tier1-build-2022
1010
ms.reviewer: lagayhar
11-
ms.author: pansav
12-
author: psavdekar
11+
author: alainli0928
12+
ms.author: alainli
1313
ms.date: 11/16/2022
1414
#Customer intent: As a data scientist, I want to figure out why my ParallelRunStep doesn't run so that I can fix it.
1515
---

0 commit comments

Comments
 (0)