Skip to content

Commit 9a27c7c

Browse files
author
Larry Franks
committed
feedback
1 parent e306ef4 commit 9a27c7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/how-to-configure-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ You can show your current defaults using `--list-defaults/-l`:
106106

107107
The `ml` CLI extension for Azure Machine Learning sends data for _all operations_ over the _public internet_. This includes operations that may potentially contain sensitive data, such as job submissions or deploying models. For example, when using the [az ml job](/cli/azure/ml/job) commands, the YAML parameter file is sent over the public internet.
108108

109+
> [!TIP]
110+
> Data stored in a data store that is secured in a virtual network is _not_ sent over the public internet. For example, if your training data is secured on the default storage account for the workspace, and the storage account is in the virtual network.
111+
109112
If you don't want your data sent over the public internet, you can use the following steps:
110113

111114
1. [Secure your Azure Machine Learning workspace inside a virtual network using a private endpoint](how-to-configure-private-link.md).

0 commit comments

Comments
 (0)