Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update networking.md #124843

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions articles/container-apps/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -145,13 +145,13 @@ Different environment types have different subnet requirements:

| Subnet Size | Available IP Addresses<sup>1</sup> | Max nodes (Dedicated workload profile)<sup>2</sup>| Max replicas (Consumption workload profile)<sup>2</sup> |
|--|--|--|--|
| /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 |

<sup>1</sup> The available IP addresses is the size of the subnet minus the 12 IP addresses required for Azure Container Apps infrastructure.
<sup>1</sup> 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.
<sup>2</sup> This is accounting for apps in single revision mode.

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