Skip to content

Commit 9fedb92

Browse files
authored
Update overview-arc-integration.md
Added additional notes reiterating that the extension cannot be installed on windows nodes
1 parent 547ce01 commit 9fedb92

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/app-service/overview-arc-integration.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: 'App Service on Azure Arc'
33
description: An introduction to App Service integration with Azure Arc for Azure operators.
44
ms.topic: article
55
ms.custom: devx-track-azurecli
6-
ms.date: 12/05/2023
7-
author: msangapu-msft
6+
ms.date: 09/23/2024
7+
author: anwestg
88
ms.author: msangapu
99
---
1010

@@ -30,6 +30,7 @@ The following public preview limitations apply to App Service Kubernetes environ
3030
|---------------------------------------------------------|---------------------------------------------------------------------------------------|
3131
| Supported Azure regions | East US, West Europe |
3232
| Cluster networking requirement | Must support `LoadBalancer` service type |
33+
| Node OS requirement | **Linux** only. |
3334
| Cluster storage requirement | Must have cluster attached storage class available for use by the extension to support deployment and build of code-based apps where applicable |
3435
| Feature: Networking | [Not available (rely on cluster networking)](#are-all-networking-features-supported) |
3536
| Feature: Managed identities | [Not available](#are-managed-identities-supported) |
@@ -68,6 +69,7 @@ Only one Kubernetes environment resource can be created in a custom location. In
6869

6970
- [How much does it cost?](#how-much-does-it-cost)
7071
- [Are both Windows and Linux apps supported?](#are-both-windows-and-linux-apps-supported)
72+
- [Can the extension be installed on Windows nodes?](#can-the-extension-be-installed-on-windows-nodes)
7173
- [Which built-in application stacks are supported?](#which-built-in-application-stacks-are-supported)
7274
- [Are all app deployment types supported?](#are-all-app-deployment-types-supported)
7375
- [Which App Service features are supported?](#which-app-service-features-are-supported)
@@ -87,6 +89,10 @@ App Service on Azure Arc is free during the public preview.
8789

8890
Only Linux-based apps are supported, both code and custom containers. Windows apps aren't supported.
8991

92+
### Can the extension be installed on Windows nodes?
93+
94+
No, the extension cannot be installed on Windows nodes. The extension supports installation on **Linux** nodes **only**.
95+
9096
### Which built-in application stacks are supported?
9197

9298
All built-in Linux stacks are supported.

0 commit comments

Comments
 (0)