You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/Deployment_Plan.md
+22-31Lines changed: 22 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Deployment Plan
1
+
# Deployment Plan
2
2
3
3
The deployment code will be in the **infra** folder. The **modules** subfolder contains reusable, parameterized modules.
4
4
@@ -9,11 +9,9 @@ Creates a Virtual Network with subnets, private endpoints for all solution resou
9
9
10
10
If you are new to AVM BICEP implementation, refer to [AVM Bicep Quickstart Guide](https://azure.github.io/Azure-Verified-Modules/usage/quickstart/bicep/).
11
11
12
+
## Network & Subnets for Components
12
13
13
-
14
-
Below is an example deployment design. The Group (module) Name column shows how to group code in BICEP modules.
15
-
16
-
**Solution Components and placements the Vnet/Subnets**
14
+
**Solution Components and placements in the Vnet/Subnets**
@@ -56,36 +54,32 @@ Below is an example deployment design. The Group (module) Name column shows how
56
54
57
55
#### Network Design
58
56
59
-
addressPrefixes = [
60
-
61
-
'10.0.0.0/21' // /21: **2048 addresses, good for up to 8-16 subnets**. Other options: /23:512, /22:1024, /21:2048, /20:4096, /16: 65,536 (max for a VNet)
57
+
**addressPrefixes** = ['10.0.0.0/20' ] // 4096 addresses (enough for 8 /23 subnets or 16 /24)
62
58
63
-
]
59
+
512 x 7 = 3584 allocated
64
60
65
-
256 x 7 = 1792 allocated
66
-
67
-
| Subnet | Address Prefix | IP Range | Total IPs | Usable IPs*|
0 commit comments