Skip to content

Commit b6a724d

Browse files
authored
Further improvements to quality
1 parent e7306db commit b6a724d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Running in an Azure Arc-enabled Kubernetes cluster allows:
2020

2121
Learn to set up your Kubernetes cluster for Container Apps, via [Set up an Azure Arc-enabled Kubernetes cluster to run Azure Container Apps](azure-arc-enable-cluster.md)
2222

23-
As you configure your cluster, you'll carry out these actions:
23+
As you configure your cluster, you carry out these actions:
2424

2525
- **The connected cluster**, which is an Azure projection of your Kubernetes infrastructure. For more information, see [What is Azure Arc-enabled Kubernetes?](../azure-arc/kubernetes/overview.md).
2626

@@ -101,15 +101,15 @@ Logs for both system components and your applications are written to standard ou
101101

102102
Both log types can be collected for analysis using standard Kubernetes tools. You can also configure the application environment cluster extension with a [Log Analytics workspace](../azure-monitor/logs/log-analytics-overview.md), and it sends all logs to that workspace.
103103

104-
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 disable forwarding of application to your Log Analytics workspace. Disabling the log processor might affect the time needed for any support cases, and you will be asked to collect logs from standard output through some other means.
104+
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 disables forwarding of application to your Log Analytics workspace. Disabling the log processor might affect the time needed for any support cases, and you'll be asked to collect logs from standard output through some other means.
105105

106106
### What do I do if I see a provider registration error?
107107

108108
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.
109109

110110
### Can I deploy the Container Apps extension on an Arm64 based cluster?
111111

112-
ARM64 based clusters aren't supported at this time.
112+
Arm64 based clusters aren't supported at this time.
113113

114114
## Extension Release Notes
115115

@@ -189,7 +189,7 @@ ARM64 based clusters aren't supported at this time.
189189
- Allow applications to listen on HTTP or HTTPS
190190
- Add ability to suspend jobs
191191
- Fixed issue where KEDA scaler was failing to create job after stopped job execution
192-
- Add startingDeadlineSeconds to Container App Job if there is a cluster reboot
192+
- Add startingDeadlineSeconds to Container App Job if there's a cluster reboot
193193
- Removed heavy logging in Envoy access log server
194194
- Updated Monitoring Configuration version for Azure Container Apps on Azure Arc enabled Kubernetes
195195

@@ -202,7 +202,7 @@ ARM64 based clusters aren't supported at this time.
202202
- Export additional Envoy metrics
203203
- Truncate Envoy log to first 1,024 characters when log content failed to parse
204204
- Handle SIGTERM gracefully in local proxy
205-
- Allow ability to leverage different namespaces with KEDA
205+
- Allow ability to use different namespaces with KEDA
206206
- Validation added for scale rule name
207207
- Enabled revision GC by default
208208
- Enabled emission of metrics for sidecars

0 commit comments

Comments
 (0)