Azure 3-Tier Architecture routing

Prashant Mishra 21 Reputation points
2022-12-15T13:36:01.023+00:00

Hi Team,

I have setup 3-Tier Architecture but unable to setup routing between web to application and application to database tier. I have setup internal load balancer between Tier-1 (Web) & Tier-2 (App) & Tier-3 (BD). all tiers are different subnet.

please suggest how to setup communication between Tier-1 (Web) & Tier-2 (App) & Tier-3 (BD)

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,180 questions
Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
159 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
405 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. msrini-MSFT 9,261 Reputation points Microsoft Employee
    2022-12-15T16:28:56.797+00:00

    Hi,

    When you have VMs deployed in a vnet, by default you will have ip connectivity.

    Can you make sure that all the 3 tiers are part of same vnet ?

    Also, I am assuming that all the 3 tiers are Virtual Machines.

    Regards,
    Karthik Srinivas