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
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.
@@ -336,7 +338,8 @@ A [Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md) pro
336
338
| `CLUSTER_NAME` | The name of the Container Apps extension Kubernetes environment that will be created against this extension. |
337
339
| `logProcessor.appLogs.destination` | Optional. Destination for application logs. Accepts `log-analytics` or `none`, choosing none disables platform logs. |
338
340
| `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. |
340
343
| | |
341
344
342
345
1. Save the `id` property of the Container Apps extension for later.
0 commit comments