You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-configure-private-link.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.custom: devx-track-azurecli
10
10
ms.author: aashishb
11
11
author: aashishb
12
12
ms.reviewer: larryfr
13
-
ms.date: 01/10/2022
13
+
ms.date: 01/12/2022
14
14
---
15
15
16
16
# Configure a private endpoint for an Azure Machine Learning workspace
@@ -42,7 +42,7 @@ Azure Private Link enables you to connect to your workspace using a private endp
42
42
* Using a private endpoint does not effect Azure control plane (management operations) such as deleting the workspace or managing compute resources. For example, creating, updating, or deleting a compute target. These operations are performed over the public Internet as normal. Data plane operations, such as using Azure Machine Learning studio, APIs (including published pipelines), or the SDK use the private endpoint.
43
43
* When creating a compute instance or compute cluster in a workspace with a private endpoint, the compute instance and compute cluster must be in the same Azure region as the workspace.
44
44
* When creating or attaching an Azure Kubernetes Service cluster to a workspace with a private endpoint, the cluster must be in the same region as the workspace.
45
-
* When using a workspace with multiple private endpoints (preview), one of the private endpoints must be in the same VNet as the following dependency services:
45
+
* When using a workspace with multiple private endpoints, one of the private endpoints must be in the same VNet as the following dependency services:
46
46
47
47
* Azure Storage Account that provides the default storage for the workspace
48
48
* Azure Key Vault for the workspace
@@ -383,9 +383,9 @@ The Azure CLI [extension 1.0 for machine learning](reference-azure-machine-learn
As a preview feature, Azure Machine Learning supports multiple private endpoints for a workspace. Multiple private endpoints are often used when you want to keep different environments separate. The following are some scenarios that are enabled by using multiple private endpoints:
388
+
Azure Machine Learning supports multiple private endpoints for a workspace. Multiple private endpoints are often used when you want to keep different environments separate. The following are some scenarios that are enabled by using multiple private endpoints:
389
389
390
390
* Client development environments in a separate VNet.
391
391
* An Azure Kubernetes Service (AKS) cluster in a separate VNet.
@@ -400,7 +400,7 @@ As a preview feature, Azure Machine Learning supports multiple private endpoints
400
400
> [!IMPORTANT]
401
401
> Each VNet that contains a private endpoint for the workspace must also be able to access the Azure Storage Account, Azure Key Vault, and Azure Container Registry used by the workspace. For example, you might create a private endpoint for the services in each VNet.
402
402
403
-
Adding multiple endpoints uses the same steps as described in the [Add a private endpoint to a workspace](#add-a-private-endpoint-to-a-workspace) section.
403
+
Adding multiple private endpoints uses the same steps as described in the [Add a private endpoint to a workspace](#add-a-private-endpoint-to-a-workspace) section.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-network-security-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The following table compares how services access different parts of an Azure Mac
55
55
***Associated resource** - Use service endpoints or private endpoints to connect to workspace resources like Azure storage, Azure Key Vault. For Azure Container Services, use a private endpoint.
56
56
***Service endpoints** provide the identity of your virtual network to the Azure service. Once you enable service endpoints in your virtual network, you can add a virtual network rule to secure the Azure service resources to your virtual network. Service endpoints use public IP addresses.
57
57
***Private endpoints** are network interfaces that securely connect you to a service powered by Azure Private Link. Private endpoint uses a private IP address from your VNet, effectively bringing the service into your VNet.
58
-
***Training compute access** - Access training compute targets like Azure Machine Learning Compute Instance and Azure Machine Learning Compute Clusters with public IP addresses (preview).
58
+
***Training compute access** - Access training compute targets like Azure Machine Learning Compute Instance and Azure Machine Learning Compute Clusters with public or private IP addresses.
59
59
***Inference compute access** - Access Azure Kubernetes Services (AKS) compute clusters with private IP addresses.
0 commit comments