Mission Landing Zone - Networking Defaults

March 20, 2026 ยท View on GitHub

Home | Design | Add-Ons | Resources | Costs

This repository has carefully planned default address prefixes configured throughout the virtual networks in Mission Landing Zone and the add-ons to prevent deployment conflicts. We exepect most customers to define custom address prefixes. However, if you deploy everything "as-is", there are no overlapping address spaces and the networks will deploy without an error. Here are the default address prefixes:

Super Network

10.0.128.0/18

Virtual Networks

SolutionNetworkAddress Prefix
MLZHub10.0.128.0/23
MLZIdentity10.0.130.0/24
MLZOperations10.0.131.0/24
MLZShared Services10.0.132.0/24
Add-OnTier 310.0.133.0/24
Add-OnImaging10.0.134.0/24
Add-OnESRI Enterprise10.0.136.0/23
Add-OnAzure Virtual Desktop, Stamp Index 010.0.140.0/23
Add-OnAzure Virtual Desktop, Stamp Index 110.0.142.0/23
Add-OnAzure Virtual Desktop, Stamp Index 210.0.144.0/23
Add-OnAzure Virtual Desktop, Stamp Index 310.0.146.0/23
Add-OnAzure Virtual Desktop, Stamp Index 410.0.148.0/23
Add-OnAzure Virtual Desktop, Stamp Index 510.0.150.0/23
Add-OnAzure Virtual Desktop, Stamp Index 610.0.152.0/23
Add-OnAzure Virtual Desktop, Stamp Index 710.0.154.0/23
Add-OnAzure Virtual Desktop, Stamp Index 810.0.156.0/23
Add-OnAzure Virtual Desktop, Stamp Index 910.0.158.0/23
Add-OnAzure NetApp Files10.0.160.0/23

Azure Firewall Public IP Addresses

The MLZ deployment supports multiple static public IP addresses (PIPs) for Azure Firewall. Use the additionalFwPipCount parameter to specify the number of additional static PIPs to create for NAT rules. All PIPs are static and follow the same naming and diagnostic logging conventions.

Parameter Reference

  • additionalFwPipCount (int, default: 0): Number of additional static public IP addresses to create for the Azure Firewall. Set to 0 for default behavior (single PIP), or increase as needed for your NAT scenarios.

Example Usage

param additionalFwPipCount int = 2

This will provision two additional static PIPs for the Azure Firewall, in addition to the default one.

Notes

  • Deleting and recreating a static PIP will not retain the same IP address (Azure behavior).
  • All custom and original firewall PIPs are static, use the same naming logic, and receive identical diagnostic logging.