With VNET peering feature, I can peer a ARM VNET with a classic VNET to allow a Cloud Service web/worker role accessing the private IP of VMs hosted in the ARM VNET.
Per the document https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview
One benefit of VNET peering is low-latency and high-bandwidth connection between resources in different VNETS.
I am wondering how VNET peering performance compared with traffic within same VNET? I guess there is difference, but should be no big difference.
I know I can do performance testing to verify, but just want to have a general understanding of the VNET peering performance.