vNET Peering

 

VNet Peering

  • Scenario



  • VNet peering enable us to connect seamlesly Azure Virtual Networks as long as ip address ranges don’t collide
  • Lets Create a Network A
    • address range: 10.10.0.0/16
    • subnets:
      • web: 10.10.0.0/24
      • app: 10.10.1.0/24
      • db: 10.10.2.0/24
    • location: EastUS
  • Lets Create a Network B
    • address range: 10.100.0.0/16
    • subnets
      • notification: 10.100.0.0/16
    • location: WestUS

Now lets create two vms one in web subnet of network A and notification subnet of network B


Vnet peering enables private connectivity. i.e. machine in network A can reach machine in network B using private ip
Navigate to vnet => network A and in settings blade select peering














VNET Peering can be done b/w
  • two vnets from same subscription in same region 
  • two vnets from same subscription in different regions 
  • two vnets from different subscription in same/
  • different region 
 
 

Comments

Popular posts from this blog

Azure Storage Accounts

Azure Site Recovery

Application Gateway