Skip to content

Commit 8522d55

Browse files
authored
Added notes and FAQ entry covering
the fact that this extension requires linux nodes
1 parent 9fedb92 commit 8522d55

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: conceptual
8-
ms.date: 07/18/2024
8+
ms.date: 09/23/2024
99
ms.author: cshoe
1010
---
1111

@@ -38,6 +38,7 @@ The following public preview limitations apply to Azure Container Apps on Azure
3838
|---|---|
3939
| Supported Azure regions | East US, West Europe, East Asia |
4040
| Cluster networking requirement | Must support [LoadBalancer](https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer) service type |
41+
| Node OS requirement | **Linux** only. |
4142
| Feature: Managed identities | [Not available](#are-managed-identities-supported) |
4243
| Feature: Pull images from ACR with managed identity | Not available (depends on managed identities) |
4344
| 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:
7778
- [Are there any scaling limits?](#are-there-any-scaling-limits)
7879
- [What logs are collected?](#what-logs-are-collected)
7980
- [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)
8082
- [Can I deploy the Container Apps extension on an Arm64 based cluster?](#can-i-deploy-the-container-apps-extension-on-an-arm64-based-cluster)
8183

8284
### How much does it cost?
@@ -107,6 +109,10 @@ By default, logs from system components are sent to the Azure team. Application
107109

108110
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.
109111

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+
110116
### Can I deploy the Container Apps extension on an Arm64 based cluster?
111117

112118
Arm64 based clusters aren't supported at this time.

0 commit comments

Comments
 (0)