diff --git a/articles/container-apps/networking.md b/articles/container-apps/networking.md
index 19f5799da009d..08f80db3280cb 100644
--- a/articles/container-apps/networking.md
+++ b/articles/container-apps/networking.md
@@ -2,7 +2,7 @@
title: Networking in Azure Container Apps environment
description: Learn how to configure virtual networks in Azure Container Apps.
services: container-apps
-author: cachai
+author: cachai2
ms.service: azure-container-apps
ms.topic: conceptual
ms.date: 08/29/2023
@@ -145,13 +145,13 @@ Different environment types have different subnet requirements:
| Subnet Size | Available IP Addresses1 | Max nodes (Dedicated workload profile)2| Max replicas (Consumption workload profile)2 |
|--|--|--|--|
- | /23 | 500 | 250 | 2,500 |
- | /24 | 244 | 122 | 1,220 |
- | /25 | 116 | 58 | 580 |
- | /26 | 52 | 26 | 260 |
- | /27 | 20 | 10 | 100 |
+ | /23 | 495 | 247 | 2,470 |
+ | /24 | 239 | 119 | 1,190 |
+ | /25 | 111 | 55 | 550 |
+ | /26 | 47 | 23 | 230 |
+ | /27 | 15 | 7 | 70 |
- 1 The available IP addresses is the size of the subnet minus the 12 IP addresses required for Azure Container Apps infrastructure.
+ 1 The available IP addresses is the size of the subnet minus the 12 IP addresses required for Azure Container Apps infrastructure minux the 5 IP addresses required per subnets.
2 This is accounting for apps in single revision mode.
# [Consumption only environment](#tab/consumption-only-env)