You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/concept-connectivity-configuration.md
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,35 @@ By default, the mesh is a regional mesh, therefore only virtual networks in the
36
36
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.
37
37
38
38
> [!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
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.
> Azure Virtual Network Manager's high scale private endpoint connected group feature is in preview. It's 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