Skip to content

Commit d08a2de

Browse files
Merge pull request #211063 from gabesmsft/patch-4
Update vnet-custom.md
2 parents c0c20c6 + 8d26568 commit d08a2de

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

articles/container-apps/vnet-custom.md

Lines changed: 4 additions & 9 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

@@ -335,11 +335,11 @@ You must either provide values for all three of these properties, or none of the
335335

336336
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.
337337

338+
::: zone pivot="azure-cli"
339+
338340
>[!CAUTION]
339341
> 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.
340342
341-
::: zone pivot="azure-cli"
342-
343343
# [Bash](#tab/bash)
344344

345345
```azurecli
@@ -356,11 +356,6 @@ Remove-AzResourceGroup -Name $ResourceGroupName -Force
356356

357357
::: zone-end
358358

359-
## Additional resources
360-
361-
- For more information about configuring your private endpoints, see [What is Azure Private Endpoint](../private-link/private-endpoint-overview.md).
362-
- To set up DNS name resolution for internal services, you must [set up your own DNS server](../dns/index.yml).
363-
364359
## Next steps
365360

366361
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)