Skip to content

Commit 4f956ed

Browse files
committed
move notes
1 parent abb9acf commit 4f956ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

23+
> [!NOTE]
24+
> 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 when using the Consumption only Architecture. When using the Workload Profiles Architecture, a `/27` or larger is required. To learn more about subnet sizing, see the [networking architecture overview](./networking.md#subnet).
25+
2326
7. Select the **Networking** tab to create a VNET.
2427
8. Select **Yes** next to *Use your own virtual network*.
2528
9. Next to the *Virtual network* box, select the **Create new** link and enter the following value.
@@ -75,7 +78,7 @@ $VnetName = 'my-custom-vnet'
7578
Now create an instance of the virtual network to associate with the Container Apps environment. The virtual network must have two subnets available for the container app instance.
7679

7780
> [!NOTE]
78-
> 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 when using the Consumption only Architecture. When using the Workload Profiles Architecture, a `/27` or larger is required. To learn more about subnet sizing, see the [networking architecture overview](./networking.md#subnet).
81+
> Network subnet address prefix requires a minimum CIDR range of `/23`for use with Container Apps when using the Consumption only Architecture. When using the Workload Profiles Architecture, a `/27` or larger is required. To learn more about subnet sizing, see the [networking architecture overview](./networking.md#subnet).
7982
8083
# [Bash](#tab/bash)
8184

@@ -118,9 +121,6 @@ $vnet = New-AzVirtualNetwork @VnetArgs
118121

119122
---
120123

121-
> [!NOTE]
122-
> Network subnet address prefix requires a minimum CIDR range of `/23`for use with Container Apps when using the Consumption only Architecture. When using the Workload Profiles Architecture, a `/27` or larger is required. To learn more about subnet sizing, see the [networking architecture overview](./networking.md#subnet).
123-
124124
With the VNET established, you can now query for the infrastructure subnet ID.
125125

126126
# [Bash](#tab/bash)

0 commit comments

Comments
 (0)