Skip to content

Commit e195e46

Browse files
authored
Update azure-arc-enable-cluster.md
Added additional parameter details for envoy.annotations.service.beta.kubernetes.io/azure-load-balancer-resource-group which is only needed when deploying on AKS - this parameter is not required on AKS-HCI or other Kubernetes distributions.
1 parent 114f913 commit e195e46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)