Skip to content

Commit 4df0171

Browse files
author
Larry Franks
committed
feedback
1 parent c09fa6f commit 4df0171

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/machine-learning/concept-network-data-access.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,10 @@ When an Azure Storage account is behind a virtual network, the storage firewall
7878

7979
### Azure Storage endpoint type
8080

81-
There are additional requirements depending on whether the storage account connects to the VNet using a service endpoint or a private endpoint:
81+
When the workspace uses a private endpoint to connect to a VNet, and the storage account is also in the VNet, there are additional validation requirements when using studio:
8282

83-
* __Service endpoint__ is enabled at the subnet level, and direct access to the storage account will not work from different subnets in the same VNet.
84-
* __Private endpoint__ is enabled at the VNet level. So the storage account can be accessed from any subnet within the VNet.
85-
86-
When the client accesses a storage account using studio, in addition to other access checks, we also check whether the client is in the same subnet or VNet, depending on the type of endpoint used by the storage account. If the storage account uses both a service endpoint and private endpoint, OR logic is used. If the client is in the subnets for the service endpoint, or the same VNet as the private endpoint, then access is allowed.
83+
* If the storage account uses a __service endpoint__, the workspace private endpoint and storage service endpoint must be in the same subnet of the VNet.
84+
* If the storage account uses a __private endpoint__, the workspace private endpoint and storage service endpoint must be in the same VNet.
8785

8886
## Azure Data Lake Storage Gen1
8987

0 commit comments

Comments
 (0)