Skip to content

Commit 3020894

Browse files
authored
Update vnet-custom.md
You can now use a CIDR range of /23 **or larger**. Updating doc to reflect this.
1 parent 5f9d06e commit 3020894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/vnet-custom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following example shows you how to create a Container Apps environment in an
2121
[!INCLUDE [container-apps-create-portal-steps.md](../../includes/container-apps-create-portal-steps.md)]
2222

2323
> [!NOTE]
24-
> Network address prefixes requires a CIDR range of `/23`.
24+
> Network address prefixes requires a CIDR range of `/23` or larger (`/23`, `/22` etc.).
2525
2626
7. Select the **Networking** tab to create a VNET.
2727
8. Select **Yes** next to *Use your own virtual network*.
@@ -78,7 +78,7 @@ $VnetName = 'my-custom-vnet'
7878
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.
7979

8080
> [!NOTE]
81-
> You can use an existing virtual network, but a dedicated subnet with a CDIR range of `/23` is required for use with Container Apps.
81+
> You can use an existing virtual network, but a dedicated subnet with a CIDR range of `/23` or larger is required for use with Container Apps.
8282
8383
# [Bash](#tab/bash)
8484

0 commit comments

Comments
 (0)