Skip to content

Commit 7539570

Browse files
authored
Update how-to-access-data.md
Updates for VNET data access
1 parent 52c9dd4 commit 7539570

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-access-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ To ensure you securely connect to your Azure storage service, Azure Machine Lear
9494
9595
### Virtual network
9696

97-
Azure Machine Learning requires additional configuration steps to communicate with a storage account that is behind a firewall or within a virtual network. If your storage account is behind a firewall, you can [allow list the IP address via the Azure portal](../storage/common/storage-network-security.md#managing-ip-network-rules).
97+
Azure Machine Learning requires additional configuration steps to communicate with a storage account that is behind a firewall or within a virtual network (VNET). If your storage account is behind a firewall, you can [allow list the IP address via the Azure portal](../storage/common/storage-network-security.md#managing-ip-network-rules) for your client's IP address.
9898

99-
Azure Machine Learning can receive requests from clients outside of the virtual network. To ensure that the entity requesting data from the service is safe, [use a private endpoint with your workspace](how-to-configure-private-link.md).
99+
Azure Machine Learning can receive requests from clients outside of the virtual network. To ensure that the entity requesting data from the service is safe and to enable data being displayed in your workspace, [use a private endpoint with your workspace](how-to-configure-private-link.md).
100100

101-
**For Python SDK users**, to access your data via your training script on a compute target, the compute target needs to be inside the same virtual network and subnet of the storage.
101+
**For Python SDK users**, to access your data via your training script on a compute target, the compute target needs to be inside the same virtual network and subnet of the storage. You can [leverage a compute cluster in the same VNET](https://docs.microsoft.com/azure/machine-learning/how-to-secure-training-vnet?tabs=azure-studio%2Cipaddress#compute-cluster) or [leverage a compute instance in the same VNET](https://docs.microsoft.com/azure/machine-learning/how-to-secure-training-vnet?tabs=azure-studio%2Cipaddress#compute-instance).
102102

103103
**For Azure Machine Learning studio users**, several features rely on the ability to read data from a dataset; such as dataset previews, profiles and automated machine learning. For these features to work with storage behind virtual networks, use a [workspace managed identity in the studio](how-to-enable-studio-virtual-network.md) to allow Azure Machine Learning to access the storage account from outside the virtual network.
104104

@@ -296,4 +296,4 @@ Azure Data Factory provides efficient and resilient data transfer with more than
296296

297297
* [Create an Azure machine learning dataset](how-to-create-register-datasets.md)
298298
* [Train a model](how-to-set-up-training-targets.md)
299-
* [Deploy a model](how-to-deploy-and-where.md)
299+
* [Deploy a model](how-to-deploy-and-where.md)

0 commit comments

Comments
 (0)