You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/azure-arc-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Running in an Azure Arc-enabled Kubernetes cluster allows:
20
20
21
21
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)
22
22
23
-
As you configure your cluster, you'll carry out these actions:
23
+
As you configure your cluster, you carry out these actions:
24
24
25
25
-**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).
26
26
@@ -101,15 +101,15 @@ Logs for both system components and your applications are written to standard ou
101
101
102
102
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.
103
103
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.
105
105
106
106
### What do I do if I see a provider registration error?
107
107
108
108
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.
109
109
110
110
### Can I deploy the Container Apps extension on an Arm64 based cluster?
111
111
112
-
ARM64 based clusters aren't supported at this time.
112
+
Arm64 based clusters aren't supported at this time.
113
113
114
114
## Extension Release Notes
115
115
@@ -189,7 +189,7 @@ ARM64 based clusters aren't supported at this time.
189
189
- Allow applications to listen on HTTP or HTTPS
190
190
- Add ability to suspend jobs
191
191
- 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
193
193
- Removed heavy logging in Envoy access log server
194
194
- Updated Monitoring Configuration version for Azure Container Apps on Azure Arc enabled Kubernetes
195
195
@@ -202,7 +202,7 @@ ARM64 based clusters aren't supported at this time.
202
202
- Export additional Envoy metrics
203
203
- Truncate Envoy log to first 1,024 characters when log content failed to parse
204
204
- Handle SIGTERM gracefully in local proxy
205
-
- Allow ability to leverage different namespaces with KEDA
205
+
- Allow ability to use different namespaces with KEDA
0 commit comments