Why and When to use VNet Peering vs VPN Gateway
Virtual Network is basic network service in Azure. Every virtual machine you create in azure is seats in one virtual network. In ASM old fashion it was possible to deploy virtual machine without virtual network but in latest ARM model you first need to create virtual network. Virtual Network is basic fundamental block of azure network. You can create multiple subnets in one virtual network to divide virtual network. By default two Virtual Machine can communicate internally in VNet using private IP. But when we talk about communication between 2 Virtual Network it always goes with different options. Today In this blog I will explain some basics of different options to connect 2 or more virtual networks.
Continue reading