Skip to content

Commit 71f3fe6

Browse files
committed
updated CIDR table
1 parent 885201b commit 71f3fe6

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

infra/modules/network.bicep

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ param tags object = {}
66

77
// Subnet Classless Inter-Doman Routing (CIDR) Sizing Reference Table (Best Practices)
88
// | CIDR | # of Addresses | # of /24s | Notes |
9-
// |-----------|---------------|-----------|---------------------------------------|
9+
// |-----------|---------------|-----------|----------------------------------------|
1010
// | /24 | 256 | 1 | Smallest recommended for Azure subnets |
1111
// | /23 | 512 | 2 | Good for 1-2 workloads per subnet |
1212
// | /22 | 1024 | 4 | Good for 2-4 workloads per subnet |
13-
// | /21 | 2048 | 8 | Good for larger scale, future growth |
13+
// | /21 | 2048 | 8 | |
1414
// | /20 | 4096 | 16 | Used for default VNet in this solution |
15-
// | /19 | 8192 | 32 | |
16-
// | /18 | 16384 | 64 | |
17-
// | /17 | 32768 | 128 | |
18-
// | /16 | 65536 | 256 | |
19-
// | /15 | 131072 | 512 | |
20-
// | /14 | 262144 | 1024 | |
21-
// | /13 | 524288 | 2048 | |
22-
// | /12 | 1048576 | 4096 | |
23-
// | /11 | 2097152 | 8192 | |
24-
// | /10 | 4194304 | 16384 | |
25-
// | /9 | 8388608 | 32768 | |
26-
// | /8 | 16777216 | 65536 | |
15+
// | /19 | 8192 | 32 | |
16+
// | /18 | 16384 | 64 | |
17+
// | /17 | 32768 | 128 | |
18+
// | /16 | 65536 | 256 | |
19+
// | /15 | 131072 | 512 | |
20+
// | /14 | 262144 | 1024 | |
21+
// | /13 | 524288 | 2048 | |
22+
// | /12 | 1048576 | 4096 | |
23+
// | /11 | 2097152 | 8192 | |
24+
// | /10 | 4194304 | 16384 | |
25+
// | /9 | 8388608 | 32768 | |
26+
// | /8 | 16777216 | 65536 | |
2727
//
2828
// Best Practice Notes:
2929
// - Use /24 as the minimum subnet size for Azure (smaller subnets are not supported for most services).

0 commit comments

Comments
 (0)