Skip to content

Commit c73a186

Browse files
author
Larry Franks
committed
incorporating feedback
1 parent aaec922 commit c73a186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ If you don't want your CLI/YAML parameter data sent over the public internet, yo
119119
> To configure the private link for Azure Resource Manager, you must be the _subscription owner_ for the Azure subscription, and an _owner_ or _contributor_ of the root management group. For more information, see [Create a private link for managing Azure resources](/azure/azure-resource-manager/management/create-private-link-access-portal).
120120
121121
> [!NOTE]
122-
> In the previous extension (`azure-cli-ml`), if your workspace was [secured with a private endpoint](how-to-configure-private-link.md) operations such as job submission used the private endpoint and virtual network to securely pass data to the workspace. These operations directly connected to the Azure Machine Learning service. Create, update, delete, list, and show operations for the workspace and compute resources were sent over the public internet and connected to the Azure Resource Manager.
122+
> In the previous extension (`azure-cli-ml`, sometimes called 'CLI v1'), a workspace [secured with a private endpoint](how-to-configure-private-link.md) is enough to protect data passed as part of the command. Operations that pass data for machine learning directly connect to the Azure Machine Learning service. Operations to create, update, list, delete, etc. Azure services are sent over the public internet and communicate with the Azure Resource Manager.
123123
>
124-
> In the `ml` extension, _all_ operations communicate with the Azure Resource Manager. The communication defaults to the public internet unless you [Create a Private Link for managing Azure resources](/azure/azure-resource-manager/management/create-private-link-access-portal).
124+
> In the `ml` (sometimes called 'CLI v2'), _all_ operations communicate with the Azure Resource Manager. The communication defaults to the public internet unless you [Create a Private Link for managing Azure resources](/azure/azure-resource-manager/management/create-private-link-access-portal).
125125
126126

127127
## Next steps

0 commit comments

Comments
 (0)