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-overview.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: container-apps
7
7
ms.topic: conceptual
8
-
ms.date: 03/20/2023
8
+
ms.date: 04/27/2023
9
9
ms.author: cshoe
10
10
---
11
11
@@ -94,7 +94,7 @@ No. Apps can't be assigned managed identities when running in Azure Arc. If your
94
94
95
95
### Are there any scaling limits?
96
96
97
-
All applications deployed with Azure Container Apps on Azure Arc-enabled Kubernetes are able to scale within the limits of the underlying Kubernetes cluster. If the cluster runs out of available compute resources (CPU and memory primarily), then applications will scale to the number of instances of the application that Kubernetes can schedule with available resource.
97
+
All applications deployed with Azure Container Apps on Azure Arc-enabled Kubernetes are able to scale within the limits of the underlying Kubernetes cluster. If the cluster runs out of available compute resources (CPU and memory primarily), then applications scale to the number of instances of the application that Kubernetes can schedule with available resource.
98
98
99
99
### What logs are collected?
100
100
@@ -133,13 +133,23 @@ ARM64 based clusters aren't supported at this time.
133
133
- Upgrade of KEDA to 2.9.1
134
134
- Upgrade of Dapr to 1.9.5
135
135
- Increase Envoy Controller resource limits to 200 m CPU
136
-
- Increase Container App Controller resource limits to 1GB memory
136
+
- Increase Container App Controller resource limits to 1-GB memory
137
137
- Reduce EasyAuth sidecar resource limits to 50 m CPU
138
138
- Resolve KEDA error logging for missing metric values
139
139
140
140
### Container Apps extension v1.0.50 (March 2023)
141
+
141
142
- Updated logging images in sync with Public Cloud
142
143
144
+
### Container Apps extension v1.5.1 (April 2023)
145
+
146
+
- New versioning number format
147
+
- Upgrade of Dapr to 1.10.4
148
+
- Maintain scale of Envoy after deployments of new revisions
149
+
- Change to when default startup probes are added to a container, if developer doesn't define both startup and readiness probes, then default startup probes are added
150
+
- Adds CONTAINER_APP_REPLICA_NAME environment variable to custom containers
151
+
- Improvement in performance when multiple revisions are stopped
152
+
143
153
## Next steps
144
154
145
155
[Create a Container Apps connected environment (Preview)](azure-arc-enable-cluster.md)
0 commit comments