-
Notifications
You must be signed in to change notification settings - Fork 239
Blobfuse2‐Private Endpoint With HNS
NISHANT RANJAN edited this page Sep 2, 2025
·
1 revision
When accessing an HNS (Hierarchical Namespace) enabled Azure Storage account behind private endpoints, it is crucial to create two separate private endpoints to ensure proper connectivity:
-
Private Endpoint for DFS
- Target:
privatelink.dfs.core.windows.net - This endpoint is necessary for accessing the Data Lake Storage Gen2 (HNS) functionality.
- Target:
-
Private Endpoint for Blob
- Target:
privatelink.blob.core.windows.net - This endpoint is necessary for accessing Blob Storage operations.
- Target:
HNS-enabled storage accounts utilize separate endpoints for Blob and DFS operations:
- The DFS endpoint (
dfs.core.windows.net) is used for namespace-related operations like directory and file management. - The Blob endpoint (
blob.core.windows.net) is used for operations like streaming data to and from blobs.