You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
149
149
150
150
# [Bash](#tab/bash)
151
151
@@ -244,7 +244,7 @@ The following table describes the parameters used in for `New-AzContainerAppMana
244
244
|---|---|
245
245
|`EnvName`| Name of the Container Apps environment. |
246
246
|`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. |
248
248
|`LogAnalyticConfigurationSharedKey`| The Log Analytics client secret.|
249
249
|`Location`| The Azure location where the environment is to deploy. |
250
250
|`VnetConfigurationInfrastructureSubnetId`| Resource ID of a subnet for infrastructure components and user application containers. |
0 commit comments