Azure vnet peering: property "remoteAddressSpace" unclear

Viewed 21

When you create a peering between two vnets, you can specify a property called "remoteAddressSpace" in bicep or arm, but not via the portal. This property holds an array of network prefixes. I assume these prefixes to be address spaces of the remote vnet and that by specifying one in your peering limits the peer to exactly this address space and that VMs located in other address spaces of the same vnet cannot be reached via this peer. Is this correct? I wasn't able to find anything regarding this in the documentation. br volker

0 Answers
Related