Skip to content

Commit 8d26568

Browse files
authored
Update vnet-custom.md
- Removing the Additional Resources section. Private endpoints are not supported, In contrast with internal Environments, setting up DNS for external Environments is not required, and having this bullet point might cause confusion. - Moved the caution about the clean-up command to the azure-cli zone because it is only applicable to the commands in the azure-cli zone.
1 parent 3020894 commit 8d26568

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

articles/container-apps/vnet-custom.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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)