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.
- I need to create a network with several subnets
- Some subnets will contain customer VMs. These subnets should not see each other.
- Customers 1,2 and 3
- Each customer subnet must connect to each customer’s network via site-to-site VPN.
- There will be a ‘management’ subnet. This subnet needs to see all the other subnets
- 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.
You must log in or register to comment.