Skip to content

Commit 392dde0

Browse files
Merge pull request #297839 from craigshoemaker/patch-10
[Container Apps] Update: Networking -> update subnet sizes
2 parents 8b863fd + 2a6234b commit 392dde0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/container-apps/networking.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ Different environment types have different subnet requirements:
145145

146146
| Subnet Size | Available IP Addresses<sup>1</sup> | Max nodes (Dedicated workload profile)<sup>2</sup>| Max replicas (Consumption workload profile)<sup>2</sup> |
147147
|--|--|--|--|
148-
| /23 | 500 | 250 | 2,500 |
149-
| /24 | 244 | 122 | 1,220 |
150-
| /25 | 116 | 58 | 580 |
151-
| /26 | 52 | 26 | 260 |
152-
| /27 | 20 | 10 | 100 |
148+
| /23 | 495 | 247 | 2,470 |
149+
| /24 | 239 | 119 | 1,190 |
150+
| /25 | 111 | 55 | 550 |
151+
| /26 | 47 | 23 | 230 |
152+
| /27 | 15 | 7 | 70 |
153153

154-
<sup>1</sup> The available IP addresses are the size of the subnet minus the 12 IP addresses required for Azure Container Apps infrastructure.
154+
<sup>1</sup> The available IP addresses is the size of the subnet minus the 12 IP addresses required for Azure Container Apps infrastructure and 5 IP addresses reserved by the subnet.
155155
<sup>2</sup> This is accounting for apps in single revision mode.
156156

157157
# [Consumption only environment](#tab/consumption-only-env)

0 commit comments

Comments
 (0)