How to verify communication matrix established between 2 resource groups?

Joshi, Nagaratna Shrikant 0 Reputation points
2024-10-14T10:20:16.8+00:00

I have the resource group names and subnet IP range. I would like to verify if the communication is happening successfully between the 2 RGs. I dont have any other details like port etc.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,576 questions
Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
177 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KapilAnanth-MSFT 48,081 Reputation points Microsoft Employee
    2024-10-14T11:55:35.49+00:00

    @Joshi, Nagaratna Shrikant ,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    I am afraid you have to provide more details than that.

    Please note that a "Resource Group" is a logical grouping of resources.

    • See What is a resource group
    • It does not denote an actual resource in Azure and just a grouping of meta data.
    • So, your question of "Communication between 2 resource groups" is not the technically correct and is not a valid question.

    If you had two virtual Networks in the two Resource Groups,

    • You can check if they have communication between each other by checking if they have a Virtual network peering between them
    • If they do, this indicates the two VNETs can talk to each other and all resources across the VNETs can talk to each other

    If you had two VMs in the two Resource Groups and confirmed they are in VNETs that are peered,

    or

    Kindly let us know if this helps or you need further assistance on this issue.

    Thanks,

    Kapil


    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.