Skip to content

Commit 300933c

Browse files
Merge pull request #229169 from craigshoemaker/aca/health-0323
[Container Apps] fix build validation issues
2 parents 3ff6b90 + 68c9fcf commit 300933c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,15 +330,14 @@ A [Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md) pro
330330
The following table describes the various `--configuration-settings` parameters when running the command:
331331
332332
| Parameter | Description |
333-
| - | - |
333+
|---|---|
334334
| `Microsoft.CustomLocation.ServiceAccount` | The service account created for the custom location. It's recommended that it 's set to the value `default`. |
335335
| `appsNamespace` | The namespace used to create the app definitions and revisions. It **must** match that of the extension release namespace. |
336336
| `clusterName` | The name of the Container Apps extension Kubernetes environment that will be created against this extension. |
337337
| `logProcessor.appLogs.destination` | Optional. Destination for application logs. Accepts `log-analytics` or `none`, choosing none disables platform logs. |
338338
| `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. |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-
| | |
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. |
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. |
342341
343342
1. Save the `id` property of the Container Apps extension for later.
344343

articles/container-apps/azure-arc-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Optionally, you can choose to have the extension install [KEDA](https://keda.sh/
5151
The following table describes the role of each revision created for you:
5252

5353
| Pod | Description | Number of Instances | CPU | Memory |
54-
|---|---|---|---|---|
54+
|----|----|----|----|----|
5555
| `<extensionName>-k8se-activator` | Used as part of the scaling pipeline | 2 | 100 millicpu | 500 MB |
5656
| `<extensionName>-k8se-billing` | Billing record generation - Azure Container Apps on Azure Arc enabled Kubernetes is Free of Charge during preview | 3 | 100 millicpu | 100 MB |
5757
| `<extensionName>-k8se-containerapp-controller` | The core operator pod that creates resources on the cluster and maintains the state of components. | 2 | 100 millicpu | 500 MB |
@@ -63,7 +63,7 @@ The following table describes the role of each revision created for you:
6363
| `<extensionName>-k8se-keda-metrics-apiserver` | Keda Metrics Server | 1 | 1 Core | 1000 MB |
6464
| `<extensionName>-k8se-keda-operator` | Manages component updated and service endpoints for Dapr | 1 | 100 millicpu | 500 MB |
6565
| `<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 |
6767
| `<extensionName>-k8se-mdm` | Metrics and Logs Agent | 2 | 500 millicpu | 500 MB |
6868
| dapr-operator | Manages component updates and service endpoints for Dapr | 1 | 100 millicpu | 500 MB |
6969
| dapr-placement-server | Used for Actors only - creates mapping tables that map actor instances to pods | 1 | 100 millicpu | 500 MB |

articles/container-apps/microservices-dapr-azure-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: asw101
66
ms.service: container-apps
77
ms.topic: conceptual
88
ms.date: 06/29/2022
9-
ms.author: keroden
9+
ms.author: cshoe
1010
ms.custom: devx-track-azurecli, ignite-2022
1111
zone_pivot_groups: container-apps
1212
---

0 commit comments

Comments
 (0)