Skip to content

Commit c45b93c

Browse files
committed
acrolinx
1 parent a4ddb84 commit c45b93c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/machine-learning/how-to-use-secrets-in-runs.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
title: Authentication secrets
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to pass secrets to training jobs in secure fashion using Azure Key Vault.
4+
description: Learn how to securely get secrets from Azure Key Vault in your training jobs by using the Key Vault Secrets client library.
55
services: machine-learning
66
author: Blackmist
77
ms.author: larryfr
88
ms.reviewer: roastala
99
ms.service: azure-machine-learning
1010
ms.subservice: enterprise-readiness
1111
ms.date: 08/20/2024
12-
ms.topic: how-to
12+
ms.topic: concept-article
1313
ms.custom: sdkv2
14+
# Customer intent: As a data scientist, I want to securely access secrets from Azure Key Vault in my training jobs so that I can use them in my training scripts.
1415
---
1516

1617
# Use authentication credential secrets in Azure Machine Learning jobs
@@ -52,7 +53,7 @@ Before following the steps in this article, make sure you have the following pre
5253
> [!TIP]
5354
> The quickstart link is to the steps for using the Azure Key Vault Python SDK. In the table of contents in the left navigation area are links to other ways to set a key.
5455
55-
## Getting secrets
56+
## Get secrets
5657

5758
There are two ways to get secrets during training:
5859

@@ -127,6 +128,6 @@ There are two ways to get secrets during training:
127128

128129
---
129130

130-
## Next steps
131+
## Related content
131132

132133
For an example of submitting a training job using the Azure Machine Learning Python SDK v2, see [Train models with the Python SDK v2](how-to-train-sdk.md).

0 commit comments

Comments
 (0)