Skip to content

Commit bf4f6cf

Browse files
authored
Merge pull request #300000 from craigshoemaker/aca/build/arc
[Container Apps] Update: ARC settings
2 parents aa88d9d + 888d565 commit bf4f6cf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: tutorial
9-
ms.date: 05/02/2025
9+
ms.date: 05/19/2025
1010
ms.author: cshoe
1111
---
1212

@@ -23,6 +23,7 @@ This tutorial will show you how to enable Azure Container Apps on your Arc-enabl
2323
> * Create a custom location.
2424
> * Create the Azure Container Apps connected environment.
2525
26+
2627
## Prerequisites
2728

2829
- An Azure account with an active subscription.
@@ -247,7 +248,7 @@ A [Log Analytics workspace](/azure/azure-monitor/logs/quick-create-workspace) pr
247248
## Install the Container Apps extension
248249
249250
> [!IMPORTANT]
250-
> If deploying onto **AKS on Azure Local** ensure that you have [setup HAProxy or a custom load balancer](/azure/aks/hybrid/configure-load-balancer) before attempting to install the extension.
251+
> If deploying onto **AKS on Azure Local** ensure that you have [setup HAProxy or a custom load balancer](/azure/aks/aksarc/configure-load-balancer) before attempting to install the extension. You could also use `az containerapp arc setup-core-dns --distro AksAzureLocal` to set up coredns for local contexts.
251252
252253
1. Set the following environment variables to the desired name of the [Container Apps extension](azure-arc-create-container-app.md), the cluster namespace in which resources should be provisioned, and the name for the Azure Container Apps connected environment. Choose a unique name for `<connected-environment-name>`. The connected environment name will be part of the domain name for app you'll create in the Azure Container Apps connected environment.
253254
@@ -287,7 +288,6 @@ A [Log Analytics workspace](/azure/azure-monitor/logs/quick-create-workspace) pr
287288
--configuration-settings "Microsoft.CustomLocation.ServiceAccount=default" \
288289
--configuration-settings "appsNamespace=${NAMESPACE}" \
289290
--configuration-settings "clusterName=${CONNECTED_ENVIRONMENT_NAME}" \
290-
--configuration-settings "envoy.annotations.service.beta.kubernetes.io/azure-load-balancer-resource-group=${AKS_CLUSTER_GROUP_NAME}" \
291291
--configuration-settings "logProcessor.appLogs.destination=log-analytics" \
292292
--configuration-protected-settings "logProcessor.appLogs.logAnalyticsConfig.customerId=${LOG_ANALYTICS_WORKSPACE_ID_ENC}" \
293293
--configuration-protected-settings "logProcessor.appLogs.logAnalyticsConfig.sharedKey=${LOG_ANALYTICS_KEY_ENC}"
@@ -309,7 +309,6 @@ A [Log Analytics workspace](/azure/azure-monitor/logs/quick-create-workspace) pr
309309
--configuration-settings "Microsoft.CustomLocation.ServiceAccount=default" `
310310
--configuration-settings "appsNamespace=${NAMESPACE}" `
311311
--configuration-settings "clusterName=${CONNECTED_ENVIRONMENT_NAME}" `
312-
--configuration-settings "envoy.annotations.service.beta.kubernetes.io/azure-load-balancer-resource-group=${AKS_CLUSTER_GROUP_NAME}" `
313312
--configuration-settings "logProcessor.appLogs.destination=log-analytics" `
314313
--configuration-protected-settings "logProcessor.appLogs.logAnalyticsConfig.customerId=${LOG_ANALYTICS_WORKSPACE_ID_ENC}" `
315314
--configuration-protected-settings "logProcessor.appLogs.logAnalyticsConfig.sharedKey=${LOG_ANALYTICS_KEY_ENC}"
@@ -331,7 +330,6 @@ A [Log Analytics workspace](/azure/azure-monitor/logs/quick-create-workspace) pr
331330
| `logProcessor.appLogs.destination` | Optional. Destination for application logs. Accepts `log-analytics` or `none`, choosing none disables platform logs. |
332331
| `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. |
333332
| `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. |
334-
| `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. |
335333
336334
1. Save the `id` property of the Container Apps extension for later.
337335

0 commit comments

Comments
 (0)