forked from Azure/missionlz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated default networking throughout the repo (Azure#916)
* Removed MLZ outputs * Updated default address spaces for MLZ * Updated networking defaults * Fixed missing quotation mark * Fixed function syntax, Converted ints to strings for concats * Added documentation for default networking * Added CIDR notation for networks * Updated default address spaces * Updated default address spaces * Added ESRI Enterprise network * Updated networking scheme * Updated param descriptions and decorators * Fixed networks, validations, & tool tips * Updated description & address prefixes * Fixed networking validation & tool tips * Fixed condition for CIDR * GitHub Action: Build Bicep to JSON --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
Showing
9 changed files
with
129 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Networking | ||
|
||
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 | ||
|
||
| Solution | Network | Address Prefix | | ||
| -------- | ------------------------------------ | -------------- | | ||
| MLZ | Hub | 10.0.128.0/23 | | ||
| MLZ | Identity | 10.0.130.0/24 | | ||
| MLZ | Operations | 10.0.131.0/24 | | ||
| MLZ | Shared Services | 10.0.132.0/24 | | ||
| Add-On | Tier 3 | 10.0.133.0/24 | | ||
| Add-On | Imaging | 10.0.134.0/24 | | ||
| Add-On | ESRI Enterprise | 10.0.135.0/24 | | ||
| Add-On | Azure Virtual Desktop, Stamp Index 0 | 10.0.140.0/23 | | ||
| Add-On | Azure Virtual Desktop, Stamp Index 1 | 10.0.142.0/23 | | ||
| Add-On | Azure Virtual Desktop, Stamp Index 2 | 10.0.144.0/23 | | ||
| Add-On | Azure Virtual Desktop, Stamp Index 3 | 10.0.146.0/23 | | ||
| Add-On | Azure Virtual Desktop, Stamp Index 4 | 10.0.148.0/23 | | ||
| Add-On | Azure Virtual Desktop, Stamp Index 5 | 10.0.150.0/23 | | ||
| Add-On | Azure Virtual Desktop, Stamp Index 6 | 10.0.152.0/23 | | ||
| Add-On | Azure Virtual Desktop, Stamp Index 7 | 10.0.154.0/23 | | ||
| Add-On | Azure Virtual Desktop, Stamp Index 8 | 10.0.156.0/23 | | ||
| Add-On | Azure Virtual Desktop, Stamp Index 9 | 10.0.158.0/23 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.