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.