Skip to content

Commit 6fa7807

Browse files
authored
Mentioning why operations may fail if DFS PE is missing
Propose to add below text in this document as while working with a Customer(Case#2210060030001756), they informed that the information already provided in this document is not explicit and they couldn't understand that which operations might fail if they don't add both Blob and DFS endpoint. And also, it's a more generalized information given in this document. So they requested to update this document, if possible, with specific information. Proposed text(we can mention more operations here): Similarly, while working with Data Lake Storage Gen2 storage account, if you have added a private endpoint for Blob only and not for DFS it may result in failure of certain operations like Manage ACL, Create Directory, Delete Directory etc as most of the Gen2 operations honor Gen2 APIs and thus it needs a DFS private endpoint.
1 parent 786b9cf commit 6fa7807

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/storage/common/storage-private-endpoints.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ You need a separate private endpoint for each storage resource that you need to
6666

6767
If you create a private endpoint for the Data Lake Storage Gen2 storage resource, then you should also create one for the Blob storage resource. That's because operations that target the Data Lake Storage Gen2 endpoint might be redirected to the Blob endpoint. By creating a private endpoint for both resources, you ensure that operations can complete successfully.
6868

69+
Similarly, while working with Data Lake Storage Gen2 storage account, if you have added a private endpoint for Blob only and not for DFS it may result in failure of certain operations like Manage ACL, Create Directory, Delete Directory etc as most of the Gen2 operations honor Gen2 APIs and thus it needs a DFS private endpoint.
70+
6971
> [!TIP]
7072
> Create a separate private endpoint for the secondary instance of the storage service for better read performance on RA-GRS accounts.
7173
> Make sure to create a general-purpose v2(Standard or Premium) storage account.

0 commit comments

Comments
 (0)