Skip to content

Commit 1513088

Browse files
committed
reverting changes per PM
1 parent e321239 commit 1513088

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/machine-learning/how-to-connection.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ In this article, you'll learn how to connect to data sources located outside of
3535

3636
> [!IMPORTANT]
3737
> An Azure Machine Learning connection securely stores the credentials passed during connection creation in the Workspace Azure Key Vault. A connection references the credentials from the key vault storage location for further use. You won't need to directly deal with the credentials after they are stored in the key vault. You have the option to store the credentials in the YAML file. A CLI command or SDK can override them. We recommend that you **avoid** credential storage in a YAML file, because a security breach could lead to a credential leak.
38-
>
39-
> For credentials stored in Azure Key Vault, there are two ways to access them:
40-
> - Directly from key vault. This method is protected by Azure role-based access control and Azure Key Vault access policies on the key vault.
41-
> - Indirectly, from the Azure Machine Learning workspace. This method is protected by Azure role-based access control on the workspace
42-
>
43-
> By default, the Azure Machine Learning Data Scientist built-in role has access to indirectly access credentials through the workspace. This includes the ability to view the secrets stored in the key vault. If you want to prevent viewing of secrets, instead create a custom role where `Microsoft.MachineLearningServices/workspaces/connections/listsecrets/action` is in the `NoAction` of the custom role. For more information, see [Manage roles in your workspace](how-to-assign-roles.md#data-scientist-restricted).
4438
4539
> [!NOTE]
4640
> For a successful data import, please verify that you have installed the latest azure-ai-ml package (version 1.5.0 or later) for SDK, and the ml extension (version 2.15.1 or later).

0 commit comments

Comments
 (0)