Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can address space of VNET in different region overlap?

I just created a new VNET with address space 10.0.0.0/16 on West US, but got an warning on Azure portal says, The address space '10.0.0.0/16' overlaps with '10.0.0.0/16' in virtual network xxx. The VNET xxx was created before on another region.

Is it really an issue?

like image 766
Youxu Avatar asked Jan 24 '17 10:01

Youxu


People also ask

Can VNet span across regions?

Yes. You can peer VNets across subscriptions and across regions.

Can I create a peering connection to a VNet in a different region?

You can connect virtual networks to each other with virtual network peering. These virtual networks can be in the same region or different regions (also known as global virtual network peering).

Can you change VNet address space?

You can update (add or remove) address space on a virtual network that is peered with another virtual network in the same region or across regions.

Can Azure subnet span regions?

Azure VNet is the networking layer of Azure VMs. A VNet spans all the Availability Zones in the region. After creating a VNet, you can add one or more subnets in each Availability Zone.


1 Answers

It is only an issue if you connect the two VNETs together. That's why it's only a warning.

If you don't set up a VNET-to-VNET connection between the two, it is not a problem.

like image 163
juunas Avatar answered Oct 12 '22 23:10

juunas