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.
82
82
83
83
# [Bash](#tab/bash)
84
84
@@ -335,11 +335,11 @@ You must either provide values for all three of these properties, or none of the
335
335
336
336
If you're not going to continue to use this application, you can delete the Azure Container Apps instance and all the associated services by removing the **my-container-apps** resource group. Deleting this resource group will also delete the resource group automatically created by the Container Apps service containing the custom network components.
337
337
338
+
::: zone pivot="azure-cli"
339
+
338
340
>[!CAUTION]
339
341
> The following command deletes the specified resource group and all resources contained within it. If resources outside the scope of this guide exist in the specified resource group, they will also be deleted.
0 commit comments