Skip to content

Commit 0eaee61

Browse files
authored
Merge pull request #201627 from craigshoemaker/patch-5
[Container Apps] Add CDIR range
2 parents 31a7767 + 3d5728a commit 0eaee61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/container-apps/vnet-custom.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ The following example shows you how to create a Container Apps environment in an
2323
<!-- Create -->
2424
[!INCLUDE [container-apps-create-portal-steps.md](../../includes/container-apps-create-portal-steps.md)]
2525

26+
> [!NOTE]
27+
> Network address prefixes requires a CDIR range of `/23`.
28+
2629
7. Select the **Networking** tab to create a VNET.
2730
8. Select **Yes** next to *Use your own virtual network*.
2831
9. Next to the *Virtual network* box, select the **Create new** link and enter the following value.
@@ -78,7 +81,7 @@ $VNET_NAME="my-custom-vnet"
7881
Now create an Azure virtual network to associate with the Container Apps environment. The virtual network must have a subnet available for the environment deployment.
7982

8083
> [!NOTE]
81-
> You can use an existing virtual network, but a dedicated subnet is required for use with Container Apps.
84+
> You can use an existing virtual network, but a dedicated subnet with a CDIR range of `/23` is required for use with Container Apps.
8285
8386
# [Bash](#tab/bash)
8487

0 commit comments

Comments
 (0)