Skip to content

Commit 67eb888

Browse files
authored
Merge pull request #114147 from MicrosoftDocs/j-martens-patch-26
Update how-to-enable-virtual-network.md
2 parents 6a65cad + 32b4545 commit 67eb888

File tree

3 files changed

+163
-154
lines changed

3 files changed

+163
-154
lines changed

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

Lines changed: 2 additions & 22 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
@@ -260,7 +240,7 @@ Each workspace has an associated system-assigned managed identity that has the s
260240

261241
Microsoft may collect non-user identifying information like resource names (for example the dataset name, or the machine learning experiment name), or job environment variables for diagnostic purposes. All such data is stored using Microsoft-managed keys in storage hosted in Microsoft owned subscriptions and follows [Microsoft's standard Privacy policy and data handling standards](https://privacy.microsoft.com/privacystatement).
262242

263-
Microsoft also recommends not storing sensitive information (such as account key secrets) in environment variables. Environment variables are logged, encrypted, and stored by us. Similarly when naming [runid](https://docs.microsoft.com/python/api/azureml-core/azureml.core.run%28class%29?view=azure-ml-py), avoid including sensitive information such as user names or secret project names. This information may appear in telemetry logs accessible to Microsoft Support engineers.
243+
Microsoft also recommends not storing sensitive information (such as account key secrets) in environment variables. Environment variables are logged, encrypted, and stored by us. Similarly when naming [run_id](https://docs.microsoft.com/python/api/azureml-core/azureml.core.run%28class%29?view=azure-ml-py), avoid including sensitive information such as user names or secret project names. This information may appear in telemetry logs accessible to Microsoft Support engineers.
264244

265245
You may opt out from diagnostic data being collected by setting the `hbi_workspace` parameter to `TRUE` while provisioning the workspace. This functionality is supported when using the AzureML Python SDK, CLI, REST APIs, or Azure Resource Manager templates.
266246

articles/machine-learning/how-to-configure-private-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For information on putting the storage account in the virtual network, see [Use
113113

114114
To secure the Azure Key Vault used by your workspace, you can either put it inside the virtual network or enable Private Link for it.
115115

116-
For information on putting the key vault in the virtual network, see [Use a key vault instance with your workspace](how-to-enable-virtual-network.md#use-a-key-vault-instance-with-your-workspace).
116+
For information on putting the key vault in the virtual network, see [Use a key vault instance with your workspace](how-to-enable-virtual-network.md#key-vault-instance).
117117

118118
For information on enabling Private Link for the key vault, see [Integrate Key Vault with Azure Private Link](/azure/key-vault/private-link-service).
119119

@@ -126,7 +126,7 @@ To secure the Azure Kubernetes services used by your workspace, put it inside a
126126
127127
## Azure Container Registry
128128

129-
For information on securing Azure Container Registry inside the virtual network, see [Use Azure Container Registry](how-to-enable-virtual-network.md#use-azure-container-registry).
129+
For information on securing Azure Container Registry inside the virtual network, see [Use Azure Container Registry](how-to-enable-virtual-network.md#azure-container-registry).
130130

131131
> [!IMPORTANT]
132132
> If you are using Private Link for your Azure Machine Learning workspace, and put the Azure Container Registry for your workspace in a virtual network, you must also apply the following Azure Resource Manager template. This template enables your workspace to communicate with ACR over the Private Link.

0 commit comments

Comments
 (0)