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/common-issues.md
+46-2Lines changed: 46 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: mbender-ms
5
5
ms.author: mbender
6
6
ms.service: azure-virtual-network-manager
7
7
ms.topic: how-to
8
-
ms.date: 05/06/2025
8
+
ms.date: 10/30/2025
9
9
ms.custom: template-concept
10
10
---
11
11
@@ -48,7 +48,51 @@ In a hub-and-spoke topology, if you enable the option to *use the hub as a gatew
48
48
49
49
### Members in the network group can't communicate with each other
50
50
51
-
If you want to have members in the network group communicate with each other across regions in a hub and spoke topology configuration, you need to enable the global mesh option.
51
+
If you want to have members in the network group communicate with each other across regions in a hub and spoke topology configuration, you need to enable the global mesh option.
52
+
53
+
## Resource group creation fails
54
+
55
+
When deploying network manager configurations with Azure Virtual Network Manager, the service creates a managed resource group to host Azure Virtual Network Manager-managed resources. In certain cases, this process can fail due to Azure policies.
56
+
57
+
### Why does resource group creation fail?
58
+
59
+
Policy restrictions can cause resource group creation to fail. If your subscription enforces policies requiring specific tags or other constraints, Azure Virtual Network Manager can't create the resource group automatically. For example, a policy that mandates a tag on every resource group blocks Azure Virtual Network Manager's resource group creation.
60
+
61
+
### How to resolve resource group creation failures
62
+
63
+
You have two options to resolve resource group creation failures:
64
+
65
+
#### Option 1: Update policy
66
+
67
+
1. Temporarily adjust the policy to allow Azure Virtual Network Manager to create the resource group.
68
+
1. After deployment, revert the policy if needed.
69
+
70
+
#### Option 2: Manual resource group creation
71
+
72
+
If policy changes aren't possible, you can manually create the resource group and recommit the Azure Virtual Network Manager configuration.
73
+
74
+
1. Create a resource group in the target subscription.
75
+
1. Use the required naming convention of `AVNM_Managed_ResourceGroup_<subscriptionId>` for resource group creation.
76
+
1. Apply all mandatory tags and settings to comply with your policies.
77
+
1. Recommit the Azure Virtual Network Manager configuration.
78
+
79
+
### Best practices for resource group creation
80
+
81
+
To avoid issues with resource group creation in Azure Virtual Network Manager, consider the following best practices:
82
+
83
+
- Review Azure policies before onboarding Azure Virtual Network Manager.
84
+
- Document internal tag requirements and ensure they align with Azure Virtual Network Manager's managed resource group process.
85
+
- Keep the naming convention consistent across all subscriptions.
86
+
87
+
## Mesh for High Scale Private Endpoints isn't working
88
+
89
+
In order to use High Scale Private Endpoints in a mesh topology, you need to enable the High Scale Private Endpoint feature for each virtual network in the configuration.
90
+
91
+
### How to identify inactive virtual networks for High Scale Private Endpoints
92
+
93
+
The portal interface highlights which virtual networks are inactive for High Scale Private Endpoints (as illustrated below with red arrows). This indication appears only when the High Scale Private Endpoint feature is switched on (shown below with the green arrow).
94
+
95
+
For information on how to enable High Scale Private Endpoints, see [Enable high-scale connectivity in Azure Virtual Network Manager connected groups](concept-connectivity-configuration.md#enable-high-scale-connectivity-in-azure-virtual-network-manager-connected-groups).
0 commit comments