Skip to content

Commit 2f2c865

Browse files
authored
Merge pull request #114344 from MicrosoftDocs/j-martens-patch-27
Update how-to-enable-virtual-network.md
2 parents ca7bf53 + 3211648 commit 2f2c865

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ ms.custom: contperfq4
2121
In this article, you'll learn how to isolate experimentation/training jobs and inference/scoring jobs in Azure Machine Learning within an Azure Virtual Network (vnet). You'll also learn about some *advanced security settings*, information that isn't necessary for basic or experimental use cases.
2222

2323
> [!WARNING]
24-
> If your underlying storage is in a virtual network, users will not be able to use Azure Machine Learning's studio web experience for drag-n-drop designer, the UI for automated machine learning, and data labeling.
24+
> If your underlying storage is in a virtual network, users will not be able to use Azure Machine Learning's studio web experience, including:
25+
> - drag-n-drop designer
26+
> - UI for automated machine learning
27+
> - UI for data labeling
28+
> - UI for data sets
29+
>
30+
> If you try, you will receive an error when visualizing data from a storage account inside a virtual network similar to: `__Error: Unable to profile this dataset. This might be because your data is stored behind a virtual network or your data does not support profile.__`
2531
2632
## What is a VNET?
2733

@@ -244,11 +250,6 @@ When the creation process finishes, you train your model by using the cluster in
244250
245251
## Use a storage account for your workspace
246252
247-
> [!WARNING]
248-
> If you have data scientists that use the Azure Machine Learning designer, they will receive an error when visualizing data from a storage account inside a virtual network. The following text is the error that they receive:
249-
>
250-
> __Error: Unable to profile this dataset. This might be because your data is stored behind a virtual network or your data does not support profile.__
251-
252253
To use an Azure storage account for the workspace in a virtual network, use the following steps:
253254
254255
1. Create a compute resource (for example, a Machine Learning compute instance or cluster) behind a virtual network, or attach a compute resource to the workspace (for example, an HDInsight cluster, virtual machine, or Azure Kubernetes Service cluster). The compute resource can be for experimentation or model deployment.

0 commit comments

Comments
 (0)