Skip to content

Commit 0760df0

Browse files
Merge pull request #290425 from craigshoemaker/patch-21
[Container Apps] Update: VNET custom -> fix typos
2 parents 9044026 + e607d68 commit 0760df0

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
@@ -145,7 +145,7 @@ $vnet = New-AzVirtualNetwork @VnetArgs
145145

146146
---
147147

148-
When using the Workload profiles environment, you need update the VNET to delegate the subnet to `Microsoft.App/environments`. This delegation is not applicable to the Consumption-only environment.
148+
When using the Workload profiles environment, update the VNET to delegate the subnet to `Microsoft.App/environments`. This delegation is not applicable to the Consumption-only environment.
149149

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

@@ -244,7 +244,7 @@ The following table describes the parameters used in for `New-AzContainerAppMana
244244
|---|---|
245245
| `EnvName` | Name of the Container Apps environment. |
246246
| `ResourceGroupName` | Name of the resource group. |
247-
| `LogAnalyticConfigurationCustomerId` | The ID of an existing the Log Analytics workspace. |
247+
| `LogAnalyticConfigurationCustomerId` | The ID of an existing Log Analytics workspace. |
248248
| `LogAnalyticConfigurationSharedKey` | The Log Analytics client secret.|
249249
| `Location` | The Azure location where the environment is to deploy. |
250250
| `VnetConfigurationInfrastructureSubnetId` | Resource ID of a subnet for infrastructure components and user application containers. |

0 commit comments

Comments
 (0)