I am a beginner with azure vnet peering, so please indulge me if this is such an obvious question. I would like to vnet peer one vnet to multiple vnets. All those vnets however uses the same address space. Let me explain more with examples. Let's say vnet_source is the one that will peer with some existing vnets.
vnet_source > 192.168.0.0/16 for example
vnet1> 10.0.0.0/16
vnet2> 10.0.0.0/16
vnet3> 10.0.0.0/16
Would this be possible? For one vnet (vnet_source) to peer with other vnets that are using the same address space, in this case (vnet 1,2, and 3)? and if so is there a routing trick that can identify, that in this case 10.0.1.81 for example ip address belongs to vnet1 and not. Any help would be highly appreciated! Thank you so much.
I am still in the planning phase, so have not tested yet.