Skip to content

Commit 89ca301

Browse files
authored
Merge pull request #307568 from mbender-ms/avnm-troubleshooting-updates
Network Manager | Updates | Added issues to common issues + Acrolinx + Documentor
2 parents 7dbcb2a + 20f5ec4 commit 89ca301

1 file changed

Lines changed: 46 additions & 2 deletions

File tree

articles/virtual-network-manager/common-issues.md

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-virtual-network-manager
77
ms.topic: how-to
8-
ms.date: 05/06/2025
8+
ms.date: 10/30/2025
99
ms.custom: template-concept
1010
---
1111

@@ -48,7 +48,51 @@ In a hub-and-spoke topology, if you enable the option to *use the hub as a gatew
4848

4949
### Members in the network group can't communicate with each other
5050

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).
5296

5397
## Next steps
5498

0 commit comments

Comments
 (0)