This is an automated archive made by the Lemmit Bot.

The original was posted on /r/azure by /u/damianvandoom on 2023-09-22 21:27:46.


In all my time in Azure I’ve not had to create any complex networking solutions.

I now need to create something like the below.

  1. I need to create a network with several subnets
  2. Some subnets will contain customer VMs. These subnets should not see each other.
    1. Customers 1,2 and 3
    2. Each customer subnet must connect to each customer’s network via site-to-site VPN.
  3. There will be a ‘management’ subnet. This subnet needs to see all the other subnets
  4. Our company network needs to connect to see all subnets

I’ve started playing around with how this might work. A route table seems like half the answer, but I’m missing something.

Am I approaching this correctly, or should I be thinking along different lines… separate networks instead of subnets, for example… and use peering where appropriate?

I’d appreciate some pointers.