Skip to content

Commit 98f3aa9

Browse files
authored
improvements to tone as advised by Acrolinx
1 parent a53ee59 commit 98f3aa9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -82,23 +82,23 @@ App Service on Azure Arc is free during the public preview.
8282

8383
### Are both Windows and Linux apps supported?
8484

85-
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.
8686

8787
### Which built-in application stacks are supported?
8888

8989
All built-in Linux stacks are supported.
9090

9191
### Are all app deployment types supported?
9292

93-
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.
9494

9595
### Which App Service features are supported?
9696

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 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.
9898

9999
### Are all networking features supported?
100100

101-
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.
102102

103103
### Are managed identities supported?
104104

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

113113
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.
114114

115-
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.
116116

117117
### What do I do if I see a provider registration error?
118118

119119
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.
120120

121121
### Can I deploy the Application services extension on an ARM64 based cluster?
122122

123-
ARM64 based clusters are not supported at this time.
123+
ARM64 based clusters aren't supported at this time.
124124

125125
### Which Kubernetes distributions can I deploy the extension on?
126126

0 commit comments

Comments
 (0)