Skip to content

Commit d379b38

Browse files
authored
Update how-to-enable-virtual-network.md
1 parent 274345e commit d379b38

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

articles/machine-learning/how-to-enable-virtual-network.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,29 @@ Azure Machine Learning relies on other Azure services for compute resources, als
4242

4343
You can also [enable Azure Private Link](how-to-configure-private-link.md) to connect to your workspace using a private endpoint. The private endpoint is a set of private IP addresses within your virtual network. [Learn how to set up this private endpoint.](how-to-configure-private-link.md)
4444

45+
46+
47+
> [!TIP]
48+
> You can combine virtual network and Private Link together to protect communication between your workspace and other Azure resources. However, some combinations require an Enterprise edition workspace. Use the following table to understand what scenarios require Enterprise edition:
49+
>
50+
> | Scenario | Enterprise</br>edition | Basic</br>edition |
51+
> | ----- |:-----:|:-----:|
52+
> | No virtual network or Private Link |||
53+
> | Workspace without Private Link. Other resources (except Azure Container Registry) in a virtual network |||
54+
> | Workspace without Private Link. Other resources with Private Link || |
55+
> | Workspace with Private Link. Other resources (except Azure Container Registry) in a virtual network |||
56+
> | Workspace and any other resource with Private Link || |
57+
> | Workspace with Private Link. Other resources without Private Link or virtual network |||
58+
> | Azure Container Registry in a virtual network || |
59+
> | Customer Managed Keys for workspace || |
60+
>
61+
62+
> [!WARNING]
63+
> Azure Machine Learning compute instances preview is not supported in a workspace where Private Link is enabled.
64+
>
65+
> Azure Machine Learning does not support using an Azure Kubernetes Service that has private link enabled. Instead, you can use Azure Kubernetes Service in a virtual network. For more information, see [Secure Azure ML experimentation and inference jobs within an Azure Virtual Network](how-to-enable-virtual-network.md).
66+
67+
4568
<a id="amlcompute"></a>
4669

4770
## <a name="compute-instance"></a>Compute targets or compute instances

0 commit comments

Comments
 (0)