Skip to content

Commit 5a0f89a

Browse files
author
Larry Franks
committed
revising disclaimers
1 parent f816ded commit 5a0f89a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ This document assumes that you are familiar with Azure Virtual Networks, and IP
3131
## Storage account for your workspace
3232

3333
> [!IMPORTANT]
34-
> You can put the storage account that is attached to Azure Machine Learning service workspace behind the virtual network only while doing experimentation. Inference requires unrestricted access to the storage account. If you aren't sure if you've modified these settings or not, see __Change the default network access rule__ in [Configure Azure Storage firewalls and virtual networks](https://docs.microsoft.com/azure/storage/common/storage-network-security). Use the steps to allow access from all networks during inference, or model scoring.
34+
> The __default storage account__ for your Azure Machine Learning service can be placed in a virtual network __only while doing experimentation__.
35+
>
36+
> For __non-default storage accounts__, or if you are using the default storage account for __inference__, you must have __unrestricted access to the storage account__.
37+
>
38+
> If you aren't sure if you've modified these settings or not, see __Change the default network access rule__ in [Configure Azure Storage firewalls and virtual networks](https://docs.microsoft.com/azure/storage/common/storage-network-security). Use the steps to allow access from all networks during inference, or model scoring.
3539
36-
To use Azure Machine Learning experimentation capabilities with Azure Storage behind a virtual network, follow the steps below:
40+
To use place the default Azure Storage account for the workspace in a virtual network, use the following steps:
3741

3842
1. Create an experimentation compute ex. Machine Learning Compute behind a virtual network or attach an experimentation compute to the workspace ex. HDInsight cluster or virtual machine. For more information, see [Use Machine Learning Compute](#use-machine-learning-compute) and [Use a virtual machine or HDInsight cluster](#use-a-virtual-machine-or-hdinsight-cluster) sections in this document
3943
2. Go to the storage attached to the workspace. ![Image of the Azure portal showing Azure Storage that is attached to the Azure Machine Learning service workspace](./media/how-to-enable-virtual-network/workspace-storage.png)

0 commit comments

Comments
 (0)