Skip to content

Commit 43a6d71

Browse files
Merge pull request #303868 from ivapplyr/patch-49
Update increase-private-endpoint-vnet-limits.md
2 parents b22c948 + 1f78a51 commit 43a6d71

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/private-link/increase-private-endpoint-vnet-limits.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: how-to
1414

1515
# How-to: Increase Private Endpoint virtual network limits
1616

17-
Today, users are [limited](/azure/azure-resource-manager/management/azure-subscription-service-limits) to deploying only 1,000 private endpoints within their virtual network. It's common for users to navigate around this limitation by implementing a [Hub and Spoke](/azure/cloud-adoption-framework/ready/azure-best-practices/hub-spoke-network-topology) model or a [Mesh network](/azure/virtual-network-manager/concept-connectivity-configuration). Doing so would make it possible to deploy extra private endpoints across peered virtual networks to temporarily surpass the per virtual network limit. However, scaling in this manner places users at risk of a silently enforced limitation. Whenever users surpass 4,000 private endpoints across their peered virtual networks, they put themselves at risk of connectivity issues and packet drops.
17+
Today, users are [limited](/azure/azure-resource-manager/management/azure-subscription-service-limits) to deploying only 1,000 private endpoints within their virtual network. It's common for users to navigate around this limitation by implementing a [Hub and Spoke](/azure/cloud-adoption-framework/ready/azure-best-practices/hub-spoke-network-topology) model or a [Mesh network](/azure/virtual-network-manager/concept-connectivity-configuration). Doing so would make it possible to deploy extra private endpoints across peered virtual networks to temporarily surpass the per virtual network limit. However, scaling in this manner places users at risk of a silently enforced limitation. Whenever users surpass 4,000 private endpoints across their peered virtual networks, they may experience connection health degradation.
1818

1919
For users looking to surpass these current limits, we recommend upgrading to *High Scale Private Endpoints*. This feature increases standard limits to 5,000 private endpoints in a singular virtual network and 20,000 private endpoints across peered networks. This article details how to opt into this feature and provide extra considerations before enablement.
2020

@@ -178,8 +178,9 @@ $vnet.PrivateEndpointVNetPolicies
178178
| **Limit** | **Description** |
179179
|---|---|
180180
| Subscription must be enabled before enabling High Scale Private Endpoints. | Enabling Private Endpoint virtual network Policies before allow listing subscription feature flag requires a reconfiguration. |
181-
| Swift based virtual machines aren't supported. | Swift based virtual machines deployed within a High Scale Private Endpoint virtual network aren't supported with this feature. |
182-
| Feature currently available in select regions. | West Central US <br> UK South <br> East Asia <br> US East <br> US North |
181+
| Access to Baremetal subnets from an HSPE enabled peered VNet isn't supported | Connections destined to Azure baremetal subnets won't work |
182+
| Feature currently available in all public regions | Mooncake and Azure Gov regions aren't supported at this time |
183+
183184

184185
## Next Steps
185186

0 commit comments

Comments
 (0)