Skip to content

Commit 6d8236a

Browse files
author
Larry Franks
committed
incorporating feedback
1 parent c580b27 commit 6d8236a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,10 @@ For information on VPN gateways, see [What is VPN gateway](/azure/vpn-gateway/vp
104104

105105
## Using Azure Storage
106106

107-
To secure the Azure Storage account used by your workspace, you can either put it inside the virtual network or enable Private Link for it.
107+
To secure the Azure Storage account used by your workspace, put it inside the virtual network.
108108

109109
For information on putting the storage account in the virtual network, see [Use a storage account for your workspace](how-to-enable-virtual-network.md#use-a-storage-account-for-your-workspace).
110110

111-
For information on enabling Private Link for the storage account, see [Create a private endpoint for storage](/azure/private-link/create-private-endpoint-storage-portal#create-your-private-endpoint).
112-
113111
## Using Azure Key Vault
114112

115113
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.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,9 @@ For more information on configuring a network rule, see [Deploy and configure Az
531531
# Update the workspace to use an existing compute cluster
532532
ws.update(image_build_compute = 'mycomputecluster')
533533
```
534+
535+
> [!IMPORTANT]
536+
> Your storage account, compute cluster, and Azure Container Registry must all be in the same subnet of the virtual network.
534537
535538
For more information, see the [update()](https://docs.microsoft.com/python/api/azureml-core/azureml.core.workspace.workspace?view=azure-ml-py#update-friendly-name-none--description-none--tags-none--image-build-compute-none-) method reference.
536539

0 commit comments

Comments
 (0)