Skip to content

Commit 2606337

Browse files
Rewrote Common Issues
for clarity and additional details
1 parent f4e10ea commit 2606337

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

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

Lines changed: 16 additions & 14 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: 07/11/2025
99
ms.custom: template-concept
1010
---
1111

@@ -15,40 +15,42 @@ This article describes common issues with Azure Virtual Network Manager and prov
1515

1616
## Configuration changes aren't applied
1717

18-
These are some common reasons why your configuration changes aren't applied:
18+
The following are some common reasons why your configuration changes aren't applied:
1919

20+
### The configuration isn't deployed
2021

21-
### The configuration isn't applied to the regions where virtual networks are located.
22+
You must deploy the configuration to your desired regions that contain your intended virtual networks after you create or modify the configuration. The configuration is only applied to the virtual networks after the configuration is deployed to the regions of those virtual networks.
2223

23-
You need to check the regions where the virtual networks are located. The configuration is only applied to the regions where the virtual networks are located. If you have a virtual network in a region that isn't included in the configuration, the configuration isn't applied to that virtual network.
24+
To resolve this issue, you need to [deploy the configuration](./concept-deployments.md) after you create or modify the configuration.
2425

25-
To resolve this issue, you need to add the region where the virtual network is located to the configuration.
26+
### Updated configuration changes aren't reflected in my virtual network
2627

27-
### Configuration isn't deployed
28+
Upon modifying your configuration, you must deploy the configuration again in the desired regions for those changes to take effect.
2829

29-
You need to deploy the configuration after the configuration is created or modified. The configuration is only applied to the virtual networks after the configuration is deployed.
30+
### The configuration isn't deployed to the region where the virtual network is located
3031

31-
To resolve this issue, you need to deploy the configuration after the configuration is created or modified.
32+
Verify the region where the virtual network is located is a part of the region set where you deployed your configuration. To take effect, the configuration must be deployed to the region where the virtual network is located. If you have a virtual network in a region that isn't targeted by the configuration's deployment, the configuration isn't applied to that virtual network.
3233

33-
### Configuration changes didn't have enough time to apply
34+
To resolve this issue, you need to [deploy the configuration](./concept-deployments.md) to the region where the virtual network is located.
3435

35-
You need to wait for the configuration changes to apply. The time it takes for the configuration changes to apply after you commit the configuration is around 15-20 minutes. When there's an update to your network group membership, it would take about 10 minutes for the changes to reflect.
36+
### Configuration changes didn't have enough time to apply
3637

37-
### Updated configuration changes aren't reflected in Azure Virtual Network Manager
38+
You need to wait for the configuration changes to finish deploying. Upon deployment, it can take up to 15-20 minutes for configuration changes to apply across the virtual networks in your targeted regions. When there's an update to your network group membership, it can take about 10 minutes for the appropriate configuration changes to reflect.
3839

39-
You need to deploy the new configuration after the configuration is modified.
4040

4141
## Connectivity configuration isn't working as expected
4242

43-
Here are common reasons why your connectivity configuration isn't working as expected:
43+
The following are some common reasons why your connectivity configuration isn't working as expected:
4444

4545
### The virtual network peering creation fails
4646

4747
In a hub-and-spoke topology, if you enable the option to *use the hub as a gateway*, you need to have a gateway in the hub virtual network. Otherwise, the creation of the virtual network peering between the hub and the spoke virtual networks fails.
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 to 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, you need to enable the global mesh option.
52+
53+
In a hub-and-spoke topology, if you want the members of your spoke network group to communicate with each other, you need to enable the direct connectivity option. This option connects the members of a spoke network group among each other without going through the hub virtual network. If your topology contains multiple spoke network groups, it's important to note that this direct connectivity option only enables connectivity *within* each network group, meaning cross-network group communication is *not* established.
5254

5355
## Next steps
5456

0 commit comments

Comments
 (0)