Skip to content

Commit 99ab715

Browse files
committed
Edits4
1 parent 31d5021 commit 99ab715

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

articles/container-apps/vnet-custom.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurepowershell, devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 02/03/2025
9+
ms.date: 04/02/2026
1010
ms.author: cshoe
1111
zone_pivot_groups: azure-cli-or-portal
1212
---
@@ -20,16 +20,16 @@ The following example shows you how to create a Container Apps environment in an
2020
<!-- Create -->
2121
[!INCLUDE [container-apps-create-portal-steps.md](../../includes/container-apps-create-portal-steps.md)]
2222

23-
You also have the option of deploying a private DNS for your Container Apps environment. For more information see [Create and configure an Azure Private DNS zone](waf-app-gateway.md#create-and-configure-an-azure-private-dns-zone).
23+
You also have the option of deploying a private DNS for your Container Apps environment. For more information, see [Create and configure an Azure Private DNS zone](waf-app-gateway.md#create-and-configure-an-azure-private-dns-zone).
2424

25-
#### Create a virtual network
25+
## Create a virtual network
2626

2727
> [!NOTE]
2828
> To use a VNet with Container Apps, the VNet must have a dedicated subnet with a CIDR range of `/27` or larger when using the default workload profiles environment, or a CIDR range of `/23` or larger when using the legacy Consumption only environment. To learn more about subnet sizing, see the [networking architecture overview](./custom-virtual-networks.md#subnet).
2929
3030
1. Select the **Networking** tab.
3131
1. Select **Yes** next to *Use your own virtual network*.
32-
1. Next to the *Virtual network* box, select the **Create new** link and enter the following value.
32+
1. Next to the *Virtual network* box, select the **Create new** link and enter the following value:
3333

3434
| Setting | Value |
3535
|--|--|
@@ -146,7 +146,7 @@ $vnet = New-AzVirtualNetwork @VnetArgs
146146

147147
---
148148

149-
When using the Workload profiles environment, you need to update the VNet to delegate the subnet to `Microsoft.App/environments`. Do not delegate the subnet when using the Consumption-only environment.
149+
When using the Workload profiles environment, you need to update the VNet to delegate the subnet to `Microsoft.App/environments`. Don't delegate the subnet when using the Consumption-only environment.
150150

151151
# [Bash](#tab/bash)
152152

@@ -204,7 +204,7 @@ The following table describes the parameters used with `containerapp env create`
204204
|---|---|
205205
| `name` | Name of the Container Apps environment. |
206206
| `resource-group` | Name of the resource group. |
207-
| `logs-workspace-id` | (Optional) The ID of an existing Log Analytics workspace. If omitted, a workspace is created for you. |
207+
| `logs-workspace-id` | (Optional) The ID of an existing Log Analytics workspace. If omitted, a workspace is created for you. |
208208
| `logs-workspace-key` | The Log Analytics client secret. Required if using an existing workspace. |
209209
| `location` | The Azure location where the environment is to deploy. |
210210
| `infrastructure-subnet-resource-id` | Resource ID of a subnet for infrastructure components and user application containers. |
@@ -351,9 +351,9 @@ New-AzPrivateDnsRecordSet @DnsRecordArgs
351351
When using the legacy Consumption-only environment, there are three optional networking parameters you can choose to define when calling `containerapp env create`. Use these options when you have a peered VNet with separate address ranges. Explicitly configuring these ranges ensures the addresses used by the Container Apps environment don't conflict with other ranges in the network infrastructure.
352352

353353
> [!NOTE]
354-
> These parameters are only applicable to the legacy Consumption-only environment type. The default workload profiles environment type does not require these parameters.
354+
> These parameters are only applicable to the legacy Consumption-only environment type. The default workload profiles environment type doesn't require these parameters.
355355
356-
You must either provide values for all three of these properties, or none of them. If they aren’t provided, the values are generated for you.
356+
You must either provide values for all three of these properties or none of them. If they aren’t provided, the values are generated for you.
357357

358358
# [Bash](#tab/bash)
359359

@@ -363,7 +363,7 @@ You must either provide values for all three of these properties, or none of the
363363
| `platform-reserved-dns-ip` | An IP address from the `platform-reserved-cidr` range that is used for the internal DNS server. The address can't be the first address in the range, or the network address. For example, if `platform-reserved-cidr` is set to `10.2.0.0/16`, then `platform-reserved-dns-ip` can't be `10.2.0.0` (the network address), or `10.2.0.1` (infrastructure reserves use of this IP). In this case, the first usable IP for the DNS would be `10.2.0.2`. |
364364
| `docker-bridge-cidr` | The address range assigned to the Docker bridge network. This range must have a size between `/28` and `/12`. |
365365

366-
- The `platform-reserved-cidr` and `docker-bridge-cidr` address ranges can't conflict with each other, or with the ranges of either provided subnet. Further, make sure these ranges don't conflict with any other address range in the VNet.
366+
- The `platform-reserved-cidr` and `docker-bridge-cidr` address ranges can't conflict with each other or with the ranges of either provided subnet. Further, make sure these ranges don't conflict with any other address range in the VNet.
367367

368368
- If these properties aren’t provided, the CLI autogenerates the range values based on the address range of the VNet to avoid range conflicts.
369369

@@ -390,7 +390,7 @@ If you're not going to continue to use this application, you can delete the **my
390390
::: zone pivot="azure-cli"
391391

392392
>[!CAUTION]
393-
> 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.
393+
> 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'll also be deleted.
394394
395395
# [Bash](#tab/bash)
396396

0 commit comments

Comments
 (0)