Skip to content

Commit 274345e

Browse files
authored
Update concept-enterprise-security.md
1 parent ec270d1 commit 274345e

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

articles/machine-learning/concept-enterprise-security.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -100,30 +100,10 @@ Azure Machine Learning creates an additional application (the name starts with `
100100

101101
Azure Machine Learning relies on other Azure services for compute resources. Compute resources (compute targets) are used to train and deploy models. You can create these compute targets in a virtual network. For example, you can use Azure Data Science Virtual Machine to train a model and then deploy the model to AKS.
102102

103-
For more information, see [How to run experiments and inference in a virtual network](how-to-enable-virtual-network.md).
103+
For more information, see [How to securely run experiments and inference in an isolated virtual network](how-to-enable-virtual-network.md).
104104

105105
You can also enable Azure Private Link for your workspace. Private Link allows you to restrict communications to your workspace from an Azure Virtual Network. For more information, see [How to configure Private Link](how-to-configure-private-link.md).
106106

107-
> [!TIP]
108-
> 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:
109-
>
110-
> | Scenario | Enterprise</br>edition | Basic</br>edition |
111-
> | ----- |:-----:|:-----:|
112-
> | No virtual network or Private Link |||
113-
> | Workspace without Private Link. Other resources (except Azure Container Registry) in a virtual network |||
114-
> | Workspace without Private Link. Other resources with Private Link || |
115-
> | Workspace with Private Link. Other resources (except Azure Container Registry) in a virtual network |||
116-
> | Workspace and any other resource with Private Link || |
117-
> | Workspace with Private Link. Other resources without Private Link or virtual network |||
118-
> | Azure Container Registry in a virtual network || |
119-
> | Customer Managed Keys for workspace || |
120-
>
121-
122-
> [!WARNING]
123-
> Azure Machine Learning compute instances preview is not supported in a workspace where Private Link is enabled.
124-
>
125-
> 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).
126-
127107
## Data encryption
128108

129109
### Encryption at rest

0 commit comments

Comments
 (0)