Hi,
I've been away from Azure for a few months (which in Azure land is equal to 10 years). Last time I used the new resource manager portal there didn't seem to be a way of building a underlying VNET that supported multiple VMs. It was a case of one vnet per resource group, which was a bit of a pain if I wanted to create a S2S VPN.
In the classic days you'd build a VNet with subnets and then plug cloud services into it. So it was like a cloud version of a proper on-premise network topology. It appears that ARM now supports this, I've just created a VNET on it's own and then pointed VMs to use it as their network. So I just wanted a sanity check really, am I right in thinking I can have a single VNet that'll host multiple VMs in different resource groups?
Cheers