Skip to content

Commit 342533b

Browse files
author
Santosh Chandwani
committed
Correcting ADLS gen2 subdomain.
1 parent ac61317 commit 342533b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When creating the private endpoint, you must specify the storage account and the
4444
> [!TIP]
4545
> Create a separate private endpoint for the secondary instance of the storage service for better read performance on RA-GRS accounts.
4646
47-
For read availability on a [read-access geo redundant storage account](storage-redundancy-grs.md#read-access-geo-redundant-storage), you need separate private endpoints for both the primary and secondary instances of the service. You don't need to create a private endpoint for the secondary instance for failover. The private endpoint will automatically connect to the new primary instance after failover.
47+
For read availability on a [read-access geo redundant storage account](storage-redundancy-grs.md#read-access-geo-redundant-storage), you need separate private endpoints for both the primary and secondary instances of the service. You don't need to create a private endpoint for the secondary instance for **failover**. The private endpoint will automatically connect to the new primary instance after failover.
4848

4949
#### Resources
5050

@@ -87,14 +87,14 @@ This approach enables access to the storage account using the same connection st
8787
8888
The recommended DNS zone names for private endpoints for storage services are:
8989

90-
| Storage service | Zone name |
91-
| :-------------------- | :--------------------------------- |
92-
| Blob service | privatelink.blob.core.windows.net |
93-
| Data Lake File System | privatelink.dfe.core.windows.net |
94-
| File service | privatelink.file.core.windows.net |
95-
| Queue service | privatelink.queue.core.windows.net |
96-
| Table service | privatelink.table.core.windows.net |
97-
| Static Websites | privatelink.web.core.windows.net |
90+
| Storage service | Zone name |
91+
| :--------------------- | :--------------------------------- |
92+
| Blob service | privatelink.blob.core.windows.net |
93+
| Data Lake Storage Gen2 | privatelink.dfs.core.windows.net |
94+
| File service | privatelink.file.core.windows.net |
95+
| Queue service | privatelink.queue.core.windows.net |
96+
| Table service | privatelink.table.core.windows.net |
97+
| Static Websites | privatelink.web.core.windows.net |
9898

9999
## Pricing
100100

@@ -115,6 +115,6 @@ Clients in VNets with existing private endpoints face constraints when accessing
115115

116116
This constraint is a result of the DNS changes made when account A2 creates a private endpoint.
117117

118-
### Network Security Group rules on subnets with private endpoints
118+
### Network Security Group rules for subnets with private endpoints
119119

120-
[Network Security Group](../../virtual-network/security-overview.md) (NSG) rules cannot be configured for subnets with private endpoints, at this time. A limited workaround for this issue is to implement your access rules for private endpoints on the source subnets, though this approach may require a higher management overhead.
120+
Currently, you can't configure [Network Security Group](../../virtual-network/security-overview.md) (NSG) rules for subnets with private endpoints. A limited workaround for this issue is to implement your access rules for private endpoints on the source subnets, though this approach may require a higher management overhead.

0 commit comments

Comments
 (0)