Skip to content

Commit c0c20c6

Browse files
Merge pull request #212283 from gabesmsft/patch-10
Update vnet-custom-internal.md
2 parents 69c3be2 + 42836f4 commit c0c20c6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $VnetName = 'my-custom-vnet'
7575
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.
7676

7777
> [!NOTE]
78-
> You can use an existing virtual network, but two empty subnets are required to use with Container Apps.
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.
7979
8080
# [Bash](#tab/bash)
8181

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

341341
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.
342342

343+
::: zone pivot="azure-cli"
344+
343345
>[!CAUTION]
344346
> 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.
345347
346-
::: zone pivot="azure-cli"
347-
348348
# [Bash](#tab/bash)
349349

350350
```azurecli
@@ -363,9 +363,7 @@ Remove-AzResourceGroup -Name $ResourceGroupName -Force
363363

364364
## Additional resources
365365

366-
- For more information about configuring your private endpoints, see [What is Azure Private Endpoint](../private-link/private-endpoint-overview.md).
367-
368-
- To set up DNS name resolution for internal services, you must [set up your own DNS server](../dns/index.yml).
366+
- To use VNET-scope ingress, you must set up [DNS](./networking.md#dns).
369367

370368
## Next steps
371369

0 commit comments

Comments
 (0)