I am the BizSpark admin for my company and would like the 5 virtual networks for each of my users to be able to communicate with each other.
I've seen various posts on how to create a VPN between the virtual networks (example), however having a VPN on each account costs money and eats into our monthly credits.
I've been reading about the new VNet Peering feature on Azure but have been unable to get it to work successfully. In the documentation it has the following requirement for VNet Peering to work:
Peering can be established between virtual networks in two different subscriptions as long a privileged user of both subscriptions authorizes the peering and the subscriptions are associated to the same Active Directory tenant.
In PowerShell i can see that the Tenant Ids for each Azure account are different, does this mean than VNet Peering won't work?
If so, is there any other way (other than creating a VPN) to do this?
Thanks