platformplatform / PlatformPlatform

Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
https://platformplatform.github.io
MIT License
258 stars 26 forks source link

Allow specifying IP address range for virtual network #573

Closed BlueBasher closed 2 months ago

BlueBasher commented 2 months ago

Summary & Motivation

Enable the specification of IP address ranges within the Bicep module file for a virtual network. This change allows the module to be used multiple times with different IP ranges. Without this enhancement, multiple virtual networks using the same IP range cannot be connected via peering.

Atomic Changes

Checklist