You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Network address prefixes requires a CIDR range of `/23`.
24
+
> Network address prefixes requires a CIDR range of `/23` or larger (`/23`, `/22` etc.).
25
25
26
26
7. Select the **Networking** tab to create a VNET.
27
27
8. Select **Yes** next to *Use your own virtual network*.
@@ -78,7 +78,7 @@ $VnetName = 'my-custom-vnet'
78
78
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.
79
79
80
80
> [!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.
0 commit comments