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
+7-1Lines changed: 7 additions & 1 deletion
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: azure-container-apps
7
7
ms.topic: conceptual
8
-
ms.date: 07/18/2024
8
+
ms.date: 09/23/2024
9
9
ms.author: cshoe
10
10
---
11
11
@@ -38,6 +38,7 @@ The following public preview limitations apply to Azure Container Apps on Azure
38
38
|---|---|
39
39
| Supported Azure regions | East US, West Europe, East Asia |
40
40
| Cluster networking requirement | Must support [LoadBalancer](https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer) service type |
| Feature: Pull images from ACR with managed identity | Not available (depends on managed identities) |
43
44
| Logs | Log Analytics must be configured with cluster extension; not per-application |
@@ -77,6 +78,7 @@ The following table describes the role of each revision created for you:
77
78
-[Are there any scaling limits?](#are-there-any-scaling-limits)
78
79
-[What logs are collected?](#what-logs-are-collected)
79
80
-[What do I do if I see a provider registration error?](#what-do-i-do-if-i-see-a-provider-registration-error)
81
+
-[Can the extension be installed on Windows nodes?](#can-the-extension-be-installed-on-windows-nodes)
80
82
-[Can I deploy the Container Apps extension on an Arm64 based cluster?](#can-i-deploy-the-container-apps-extension-on-an-arm64-based-cluster)
81
83
82
84
### How much does it cost?
@@ -107,6 +109,10 @@ By default, logs from system components are sent to the Azure team. Application
107
109
108
110
As you create an Azure Container Apps connected environment resource, some subscriptions might see the "No registered resource provider found" error. The error details might include a set of locations and API versions that are considered valid. If this error message is returned, the subscription must be re-registered with the `Microsoft.App` provider. Re-registering the provider has no effect on existing applications or APIs. To re-register, use the Azure CLI to run `az provider register --namespace Microsoft.App --wait`. Then reattempt the connected environment command.
109
111
112
+
## Can the extension be installed on Windows nodes?
113
+
114
+
No, the extension cannot be installed on Windows nodes. The extension supports installation on **Linux** nodes **only**.
115
+
110
116
### Can I deploy the Container Apps extension on an Arm64 based cluster?
111
117
112
118
Arm64 based clusters aren't supported at this time.
0 commit comments