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/concept-enterprise-security.md
+1-21Lines changed: 1 addition & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,30 +100,10 @@ Azure Machine Learning creates an additional application (the name starts with `
100
100
101
101
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.
102
102
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).
104
104
105
105
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).
106
106
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:
> | 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).
0 commit comments