Skip to content

Commit 0ad9a98

Browse files
Merge pull request #210554 from cebundy/subnet-cidr-note
[Container Apps]: Add note regarding subnet CIDR for Container Apps environment
2 parents 36cc4ad + d4e3542 commit 0ad9a98

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

articles/container-apps/networking.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ The second URL grants access to the log streaming service and the console. If ne
149149

150150
## Ports and IP addresses
151151

152-
The subnet associated with a Container App Environment must have a CIDR prefix of /23.
152+
>[!NOTE]
153+
> The subnet associated with a Container App Environment requires a CIDR prefix of /23.
153154
154155
The following ports are exposed for inbound connections.
155156

articles/container-apps/vnet-custom-internal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ $vnet = New-AzVirtualNetwork @VnetArgs
118118

119119
---
120120

121+
> [!NOTE]
122+
> Network subnet address prefix requires a CIDR range of `/23`.
123+
121124
With the VNET established, you can now query for the infrastructure subnet ID.
122125

123126
# [Bash](#tab/bash)

0 commit comments

Comments
 (0)