Skip to content

Commit d8081ac

Browse files
committed
Requested file updates.
1 parent 7c51822 commit d8081ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: data4ml, devx-track-python
1818

1919
[!INCLUDE [dev v2](../../includes/machine-learning-dev-v2.md)]
2020

21-
In this article, you'll learn how to connect to data sources located outside of Azure, to make that data available to Azure Machine Learning services. For this data availability, Azure supports connections to these external sources:
21+
In this article, you'll learn how to connect to data sources located outside of Azure, to make that data available to Azure Machine Learning services. Azure connections serve as key vault proxies, and interactions with connections are actually direct interactions with an Azure key vault. Azure Machine Learning connections store username and password data resources securely, as secrets, in a key vault. The key vault RBAC controls access to these data resources. For this data availability, Azure supports connections to these external sources:
2222
- Snowflake DB
2323
- Amazon S3
2424
- Azure SQL DB
@@ -319,4 +319,4 @@ ml_client.connections.create_or_update(workspace_connection=wps_connection)
319319
## Next steps
320320

321321
- [Import data assets](how-to-import-data-assets.md)
322-
- [Import data assets on a schedule](reference-yaml-schedule-data-import.md)
322+
- [Schedule data import jobs](how-to-schedule-data-import.md)

0 commit comments

Comments
 (0)