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
Copy file name to clipboardExpand all lines: articles/container-apps/azure-arc-enable-cluster.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -330,15 +330,14 @@ A [Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md) pro
330
330
The following table describes the various `--configuration-settings` parameters when running the command:
331
331
332
332
| Parameter | Description |
333
-
|--- | ---|
333
+
|---|---|
334
334
| `Microsoft.CustomLocation.ServiceAccount` | The service account created for the custom location. It's recommended that it 's set to the value `default`. |
335
335
| `appsNamespace` | The namespace used to create the app definitions and revisions. It **must** match that of the extension release namespace. |
336
336
| `clusterName` | The name of the Container Apps extension Kubernetes environment that will be created against this extension. |
337
337
| `logProcessor.appLogs.destination` | Optional. Destination for application logs. Accepts `log-analytics` or `none`, choosing none disables platform logs. |
338
338
| `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
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. |4
340
-
| `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. |
341
-
| | |
340
+
| `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. |
342
341
343
342
1. Save the `id` property of the Container Apps extension for later.
Copy file name to clipboardExpand all lines: articles/container-apps/azure-arc-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The following table describes the role of each revision created for you:
63
63
|`<extensionName>-k8se-keda-metrics-apiserver`| Keda Metrics Server | 1 | 1 Core | 1000 MB |
64
64
|`<extensionName>-k8se-keda-operator`| Manages component updated and service endpoints for Dapr | 1 | 100 millicpu | 500 MB |
65
65
|`<extensionName>-k8se-local-envoy`| A front-end proxy layer for all data-plane tcp requests. It routes the inbound traffic to the correct apps. | 3 | 1 Core | 1536 MB |
66
-
|`<extensionName>-k8se-log-processor`| Gathers logs from apps and other components and sends them to Log Analytics. | 2 | 200 millicpu | 500 MB ||
66
+
|`<extensionName>-k8se-log-processor`| Gathers logs from apps and other components and sends them to Log Analytics. | 2 | 200 millicpu | 500 MB |
0 commit comments