Skip to content

Commit 693bfa8

Browse files
Merge pull request #230881 from apwestgarth/addressing-76039
Added note regarding which distributions the extension has been validated on
2 parents 27e83e8 + b7f954f commit 693bfa8

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

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

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'App Service on Azure Arc'
33
description: An introduction to App Service integration with Azure Arc for Azure operators.
44
ms.topic: article
5-
ms.date: 05/03/2022
5+
ms.date: 03/15/2023
66
---
77

88
# App Service, Functions, and Logic Apps on Azure Arc (Preview)
@@ -33,7 +33,7 @@ The following public preview limitations apply to App Service Kubernetes environ
3333
| Feature: Key vault references | Not available (depends on managed identities) |
3434
| Feature: Pull images from ACR with managed identity | Not available (depends on managed identities) |
3535
| Feature: In-portal editing for Functions and Logic Apps | Not available |
36-
| Feature: Portal listing of Functions or keys | Not available if cluster is not publicly reachable |
36+
| Feature: Portal listing of Functions or keys | Not available if cluster isn't publicly reachable |
3737
| Feature: FTP publishing | Not available |
3838
| Logs | Log Analytics must be configured with cluster extension; not per-site |
3939

@@ -74,30 +74,31 @@ Only one Kubernetes environment resource can be created in a custom location. In
7474
- [What logs are collected?](#what-logs-are-collected)
7575
- [What do I do if I see a provider registration error?](#what-do-i-do-if-i-see-a-provider-registration-error)
7676
- [Can I deploy the Application services extension on an ARM64 based cluster?](#can-i-deploy-the-application-services-extension-on-an-arm64-based-cluster)
77+
- [Which Kubernetes distributions can I deploy the extension on?](#which-kubernetes-distributions-can-i-deploy-the-extension-on)
7778

7879
### How much does it cost?
7980

8081
App Service on Azure Arc is free during the public preview.
8182

8283
### Are both Windows and Linux apps supported?
8384

84-
Only Linux-based apps are supported, both code and custom containers. Windows apps are not supported.
85+
Only Linux-based apps are supported, both code and custom containers. Windows apps aren't supported.
8586

8687
### Which built-in application stacks are supported?
8788

8889
All built-in Linux stacks are supported.
8990

9091
### Are all app deployment types supported?
9192

92-
FTP deployment is not supported. Currently `az webapp up` is also not supported. Other deployment methods are supported, including Git, ZIP, CI/CD, Visual Studio, and Visual Studio Code.
93+
FTP deployment isn't supported. Currently `az webapp up` is also not supported. Other deployment methods are supported, including Git, ZIP, CI/CD, Visual Studio, and Visual Studio Code.
9394

9495
### Which App Service features are supported?
9596

96-
During the preview period, certain App Service features are being validated. When they're supported, their left navigation options in the Azure portal will be activated. Features that are not yet supported remain grayed out.
97+
During the preview period, certain App Service features are being validated. When they're supported, their left navigation options in the Azure portal will be activated. Features that aren't yet supported remain grayed out.
9798

9899
### Are all networking features supported?
99100

100-
No. Networking features such as hybrid connections or Virtual Network integration, are not supported. [Access restriction](app-service-ip-restrictions.md) support was added in April 2022. Networking should be handled directly in the networking rules in the Kubernetes cluster itself.
101+
No. Networking features such as hybrid connections or Virtual Network integration, aren't supported. [Access restriction](app-service-ip-restrictions.md) support was added in April 2022. Networking should be handled directly in the networking rules in the Kubernetes cluster itself.
101102

102103
### Are managed identities supported?
103104

@@ -111,15 +112,19 @@ All applications deployed with Azure App Service on Kubernetes with Azure Arc ar
111112

112113
Logs for both system components and your applications are written to standard output. Both log types can be collected for analysis using standard Kubernetes tools. You can also configure the App Service cluster extension with a [Log Analytics workspace](../azure-monitor/logs/log-analytics-overview.md), and it sends all logs to that workspace.
113114

114-
By default, logs from system components are sent to the Azure team. Application logs are not sent. You can prevent these logs from being transferred by setting `logProcessor.enabled=false` as an extension configuration setting. This configuration setting will also disable forwarding of application to your Log Analytics workspace. Disabling the log processor might impact time needed for any support cases, and you will be asked to collect logs from standard output through some other means.
115+
By default, logs from system components are sent to the Azure team. Application logs aren't sent. You can prevent these logs from being transferred by setting `logProcessor.enabled=false` as an extension configuration setting. This configuration setting will also disable forwarding of application to your Log Analytics workspace. Disabling the log processor might impact time needed for any support cases, and you will be asked to collect logs from standard output through some other means.
115116

116117
### What do I do if I see a provider registration error?
117118

118119
When creating a Kubernetes environment resource, some subscriptions might see a "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.Web provider, an operation that has no impact on existing applications or APIs. To re-register, use the Azure CLI to run `az provider register --namespace Microsoft.Web --wait`. Then reattempt the Kubernetes environment command.
119120

120121
### Can I deploy the Application services extension on an ARM64 based cluster?
121122

122-
ARM64 based clusters are not supported at this time.
123+
ARM64 based clusters aren't supported at this time.
124+
125+
### Which Kubernetes distributions can I deploy the extension on?
126+
127+
The extension has been validated on AKS, AKS on Azure Stack HCI, Google Kubernetes Engine, Amazon Elastic Kubernetes Service and Kubernetes Cluster API.
123128

124129
## Extension Release Notes
125130

0 commit comments

Comments
 (0)