Skip to content

Commit 176afe9

Browse files
committed
add link to secrets
1 parent cbb47b3 commit 176afe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-use-serverless-compute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ When you [view your usage and quota in the Azure portal](how-to-manage-quotas.md
8181

8282
## Identity support and credential pass through
8383

84-
* **User credential pass through** : Serverless compute fully supports user credential pass through. The user token of the user who is submitting the job is used for storage access. These credentials are from your Microsoft Entra ID.
84+
* **User credential pass through** : Serverless compute fully supports user credential pass through. The user token of the user who is submitting the job is used for storage access. These credentials are from your Microsoft Entra ID.
8585

8686
# [Python SDK](#tab/python)
8787

@@ -122,7 +122,7 @@ When you [view your usage and quota in the Azure portal](how-to-manage-quotas.md
122122

123123
---
124124

125-
* **User-assigned managed identity** : When you have a workspace configured with [user-assigned managed identity](how-to-identity-based-service-authentication.md#workspace), you can use that identity with the serverless job for storage access.
125+
* **User-assigned managed identity** : When you have a workspace configured with [user-assigned managed identity](how-to-identity-based-service-authentication.md#workspace), you can use that identity with the serverless job for storage access. To access secrets, see [Use authentication credential secrets in Azure Machine Learning jobs](how-to-use-secrets-in-runs.md).
126126

127127
# [Python SDK](#tab/python)
128128

0 commit comments

Comments
 (0)