An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
It sounds like you're experiencing a one-way connectivity issue with your peered VNETs. You will need to check that both VNETs have peering configured properly with the correct settings:
- Check that Allow virtual network access is enabled on both sides
- In Azure Portal: VM > Networking > Network Interface > Effective Security Rules
- Confirm "Allow forwarded traffic" is enabled if needed
- You can also check the Terraform state or plan outputs for both NSGs to identify any subtle differences
- Check for default deny rules that might be affecting traffic
See: https://learn.microsoft.com/en-us/azure/virtual-network/network-security-group-how-it-works
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola