if someone can give me a industry example on why do we need multiple Virtual Networks and Subnets?
Asked
Active
Viewed 483 times
1
-
Please provide enough code so others can better understand or reproduce the problem. – Community Jul 07 '22 at 09:12
1 Answers
0
One vnet cannot span subscriptions or regions. So everytime you need services deployed in to vnets in different subscriptions or in different regions you would need multiple vnets. Multiple subnets are often used to separate workloads for security reasons. Making sure services on different subnets cannot communicate with eachother or only communicate over controlled ports.

Peter L - MSFT
- 167
- 4