Scope of NSG Rules in multi-region Azure Cloud Project

Rajoli Hari Krishna 781 Reputation points
2025-04-20T01:03:10.1133333+00:00

In our Azure Landing Zone Architecture, the organization has implemented a policy at the management group level that requires subnets to be created with a Network Security Group (NSG) in the subscription.

Referencing my previous question here:

https://learn.microsoft.com/en-us/answers/questions/2259499/confusion-in-the-subnets-creation-with-the-multi-r

We have provisioned Azure Infrastructure in the UK South region, secured within the VNet and NSG rules.

For staff in other countries, we created private endpoints using Subnet 1 in the East US VNet.

This setup results in two NSGs: one in the UK South region and another in the East US region.

As we know, private endpoints require a dedicated subnet (Subnet 1), VNet integration requires a dedicated subnet (Subnet 2), and logic apps require a dedicated outbound subnet (Subnet 3).

For all these subnets, I have defined NSG rules to ensure secure communication and the necessary ports.

Note: All VNets are internally connected using peering.

Question: Since I do not require outbound subnets in the East US VNet, are the NSG rules present in the UK South NSG also unnecessary in the East US NSG?

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,728 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marcin Policht 45,880 Reputation points MVP Moderator
    2025-04-20T01:50:40.72+00:00

    The NSG rules you apply in East US should be tailored to the Private Endpoint in that region. Based on your description, it appears that you only need inbound NSG rules (if any) that allow your East US staff's traffic to reach those private endpoints from wherever they are accessing (e.g., from on-prem or other peered VNets).


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


0 additional answers

Sort by: Most helpful

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.