Skip to content

Commit 219c919

Browse files
Merge pull request #221878 from apwestgarth/patch-2
Patch 2
2 parents 60689bb + e195e46 commit 219c919

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/container-apps/azure-arc-enable-cluster.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ A [Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md) pro
270270
# [PowerShell](#tab/azure-powershell)
271271
272272
```azurepowershell
273-
$EXTENSION_NAME="appservice-ext"
273+
$EXTENSION_NAME="appenv-ext"
274274
$NAMESPACE="appplat-ns"
275275
$CONNECTED_ENVIRONMENT_NAME="<connected-environment-name>"
276276
```
@@ -295,6 +295,7 @@ A [Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md) pro
295295
--configuration-settings "Microsoft.CustomLocation.ServiceAccount=default" \
296296
--configuration-settings "appsNamespace=${NAMESPACE}" \
297297
--configuration-settings "CLUSTER_NAME=${CONNECTED_ENVIRONMENT_NAME}" \
298+
--configuration-settings "envoy.annotations.service.beta.kubernetes.io/azure-load-balancer-resource-group=${AKS_CLUSTER_GROUP_NAME}" \
298299
--configuration-settings "logProcessor.appLogs.destination=log-analytics" \
299300
--configuration-protected-settings "logProcessor.appLogs.logAnalyticsConfig.customerId=${LOG_ANALYTICS_WORKSPACE_ID_ENC}" \
300301
--configuration-protected-settings "logProcessor.appLogs.logAnalyticsConfig.sharedKey=${lOG_ANALYTICS_KEY_ENC}"
@@ -316,6 +317,7 @@ A [Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md) pro
316317
--configuration-settings "Microsoft.CustomLocation.ServiceAccount=default" `
317318
--configuration-settings "appsNamespace=${NAMESPACE}" `
318319
--configuration-settings "CLUSTER_NAME=${CONNECTED_ENVIRONMENT_NAME}" `
320+
--configuration-settings "envoy.annotations.service.beta.kubernetes.io/azure-load-balancer-resource-group=${AKS_CLUSTER_GROUP_NAME}" `
319321
--configuration-settings "logProcessor.appLogs.destination=log-analytics" `
320322
--configuration-protected-settings "logProcessor.appLogs.logAnalyticsConfig.customerId=${LOG_ANALYTICS_WORKSPACE_ID_ENC}" `
321323
--configuration-protected-settings "logProcessor.appLogs.logAnalyticsConfig.sharedKey=${lOG_ANALYTICS_KEY_ENC}"
@@ -336,7 +338,8 @@ A [Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md) pro
336338
| `CLUSTER_NAME` | The name of the Container Apps extension Kubernetes environment that will be created against this extension. |
337339
| `logProcessor.appLogs.destination` | Optional. Destination for application logs. Accepts `log-analytics` or `none`, choosing none disables platform logs. |
338340
| `logProcessor.appLogs.logAnalyticsConfig.customerId` | Required only when `logProcessor.appLogs.destination` is set to `log-analytics`. The base64-encoded Log analytics workspace ID. This parameter should be configured as a protected setting. |
339-
| `logProcessor.appLogs.logAnalyticsConfig.sharedKey` | Required only when `logProcessor.appLogs.destination` is set to `log-analytics`. The base64-encoded Log analytics workspace shared key. This parameter should be configured as a protected setting. |
341+
| `logProcessor.appLogs.logAnalyticsConfig.sharedKey` | Required only when `logProcessor.appLogs.destination` is set to `log-analytics`. The base64-encoded Log analytics workspace shared key. This parameter should be configured as a protected setting. |4
342+
| `envoy.annotations.service.beta.kubernetes.io/azure-load-balancer-resource-group` | The name of the resource group in which the Azure Kubernetes Service cluster resides. Valid and required only when the underlying cluster is Azure Kubernetes Service. |
340343
| | |
341344
342345
1. Save the `id` property of the Container Apps extension for later.

0 commit comments

Comments
 (0)