Skip to content

Commit 997b74a

Browse files
authored
Merge pull request #293935 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 77ea303 + e00ecea commit 997b74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/vnet-custom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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`. This delegation is not needed for 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`. Do not delegate the subnet when using the Consumption-only environment.
150150

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

@@ -348,7 +348,7 @@ New-AzPrivateDnsRecordSet @DnsRecordArgs
348348

349349
#### Networking parameters
350350

351-
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.
351+
When using the 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
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.
354354

0 commit comments

Comments
 (0)