Skip to content

Commit f5bd365

Browse files
committed
updates for adding high scale private endpoint point connected group public preview feature:
1 parent a8da392 commit f5bd365

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

articles/virtual-network-manager/concept-connectivity-configuration.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,35 @@ By default, the mesh is a regional mesh, therefore only virtual networks in the
3636
When you create a mesh topology or direct connectivity in the hub and spoke topology, a new connectivity construct is created called *Connected group*. Virtual networks in a connected group can communicate with each other just like manually connected virtual networks. When you look at the effective routes for a network interface, you'll see a next hop type of *ConnectedGroup*. Virtual networks connected together in a connected group don't have a peering configuration listed under *Peerings* for the virtual network.
3737

3838
> [!NOTE]
39-
> - If you have conflicting subnets in two or more virtual networks, resources in those subnets *can't* communicate with each other even if they're part of the same mesh network.
40-
> - A virtual network can be part of up to **two** mesh configurations.
39+
> If you have conflicting subnets in two or more virtual networks, resources in those subnets *can't* communicate with each other even if they're part of the same mesh network.
40+
> A virtual network can be part of up to **two** mesh configurations.
41+
42+
### Enable high scale private endpoints connected groups in Azure Virtual Network Manager
43+
44+
[!INCLUDE [virtual-network-manager-high-scale-preview](../../includes/virtual-network-manager-high-scale-preview.md)]
45+
46+
Azure Virtual Network Manager's high scale connected group feature allows you to extend your network capacity. Use the following steps to enable this feature to support up to 20,000 private endpoints across the connected group:
47+
48+
#### Prepare each virtual network in the connected group
49+
50+
1. Review [Increase Private Endpoint virtual network limits](../private-link/increase-private-endpoint-vnet-limits.md) for detailed guidance on increasing Private Endpoint virtual network limits. Enabling or disabling this feature initiates a one-time connection reset. It's recommended to perform these changes during a maintenance window.
51+
52+
2. Register the feature flag of `Microsoft.Network/EnableMaxPrivateEndpointsVia64kPath` for each subscription containing an Azure Virtual Network Manager instance or a virtual network in your connected group.
53+
54+
> [!IMPORTANT]
55+
> This registration is essential for unlocking the extended private endpoint capacity. For more information, see [How to enable Azure preview features documentation](../azure-resource-manager/management/preview-features.md).
56+
57+
3. In each virtual network within your connected group, configure the **Private Endpoint Network Policies** to either `Enabled` or `RouteTableEnabled`. This setting ensures your virtual networks are ready to support the high scale private endpoints functionality. For detailed guidance, see [Increase Private Endpoint virtual network limits](..//private-link/increase-private-endpoint-vnet-limits.md).
58+
59+
#### Configure mesh connectivity for high scale private endpoints
60+
61+
In this step, you configure the mesh connectivity settings for your connected group to enable high scale private endpoints. This step involves selecting the appropriate options in the Azure portal and verifying the configuration.
62+
63+
1. In your mesh connectivity configuration, locate and select the checkbox for **Enable private endpoints high scale**. This option activates the high scale feature for your connected group.
64+
65+
1. Verify every virtual network in your connected group is configured with high scale private endpoints. The Azure portal validates the settings across the entire group. If a virtual network without the high scale configuration is added later, it can't communicate with private endpoints in other virtual networks.
66+
67+
1. After verifying all virtual networks are properly configured, deploy the settings. This finalizes the setup of your high scale connected group.
4168

4269
## Hub and spoke topology
4370

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: virtual-network-manager
5+
author: mbender
6+
ms.service: virtual-network-manager
7+
ms.topic: include
8+
ms.date: 05/09/2025
9+
ms.author: mbender-ms
10+
ms.custom: include-file, references_regions
11+
---
12+
13+
> [!IMPORTANT]
14+
> Azure Virtual Network Manager's high scale private endpoint connected group feature is in preview. It is available in the following regions during preview:
15+
>
16+
> - East US 2 EUAP
17+
> - Central US EUAP
18+
> - West US Central
19+
> - East Asia
20+
> - UK South
21+
> - East US
22+
>
23+
> This preview version is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).

0 commit comments

Comments
 (0)