Configure VNet Peering

Hi Friends,

In this section, we will see how to configure peering between virtual networks.

  • Right now, we have two virtual network that are setup to talk to each other over peering relationship.
  • But, in previous example, we have actually setup global peering itself means virtual network setup in one region is talking to another region.
  • Same peering relationship can be setup for the same region itself. Currently, we have three virtual networks as shown below.

Continue reading “Configure VNet Peering” »

Connecting between virtual networks in azure

Hi Friends,

In this section, we are going to discuss how to connect between virtual networks.

  • Its important to understand that how Azure implements security across virtual networks. By default, a machine which is one virtual network cannot communicate with a machine or any other resource on the other virtual network.
  • Any storage resource can be communicated via public end points and associated keys. But, if you have associated your storage account to a private end point, on a virtual network, then you will find that virtual machine on another network cannot communicate with it.
  • But, that doesn’t stop networking. We can actually setup peering relationship between the two networks.

Continue reading “Connecting between virtual networks in azure” »