Azure/azure-orbital-integration

TCP to BLOB: Reduce IP ranges to to allow for VNet peering.

Opened this issue · 0 comments

VNet peering requires participating VNets to have non-overlapping address spaces. The current default address space (10.0.0.0/8) does not allow this.

  • Use /16 range for default vnet.
  • Use /24 ranges for default subnets.
  • Default LB_IP should match corresponding subnet range.
  • Ensure IP ranges and LB_IP are all parameterized to enable user to override as needed.

See: