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
>Managed identity authentication is not supported for Arc k8s connected clusters with **ARO**.
125
+
>Managed identity authentication is not supported for Arc-enabled Kubernetes clusters with **ARO**.
127
126
>
128
127
129
-
To use legacy/non-managed identity authentication to create extension instance on **Arc K8S connected clusters with ARO**, you can use the commands below that does not use managed identity. Non-cli onboarding is not supported for Arc K8s connected clusters with **ARO**. Currently, only k8s-extension version 1.3.7 or below is supported.
128
+
To use legacy/non-managed identity authentication to create an extension instance on **Arc K8S connected clusters with ARO**, use the commands below that don't use managed identity. Non-cli onboarding is not supported for Arc-enabled Kubernetes clusters with **ARO**. Currently, only k8s-extension version 1.3.7 or below is supported.
130
129
131
130
If you are using k8s-extension version above 1.3.7, downgrade the version.
132
131
@@ -141,7 +140,6 @@ Install the extension with **amalogs.useAADAuth=false**.
### Option 2 - With existing Azure Log Analytics workspace
146
144
147
145
You can use an existing Azure Log Analytics workspace in any subscription on which you have *Contributor* or a more permissive role assignment.
@@ -252,8 +250,7 @@ az k8s-extension show --name azuremonitor-containers --cluster-name <cluster-nam
252
250
Use the flowing guidance to migrate an existing extension instance to managed identity authentication.
253
251
254
252
>[!NOTE]
255
-
>Managed identity authentication is not supported for Arc k8s connected clusters with **ARO**.
256
-
>
253
+
> Managed identity authentication is not supported for Arc-enabled Kubernetes clusters with **ARO**.
257
254
258
255
## [CLI](#tab/migrate-cli)
259
256
First retrieve the Log Analytics workspace configured for Container insights extension.
@@ -310,4 +307,4 @@ For issues with enabling monitoring, we have provided a [troubleshooting script]
310
307
311
308
- By default, the containerized agent collects the stdout/ stderr container logs of all the containers running in all the namespaces except kube-system. To configure container log collection specific to particular namespace or namespaces, review [Container Insights agent configuration](container-insights-agent-config.md) to configure desired data collection settings to your ConfigMap configurations file.
312
309
313
-
- To scrape and analyze Prometheus metrics from your cluster, review [Configure Prometheus metrics scraping](container-insights-prometheus-integration.md)
310
+
- To scrape and analyze Prometheus metrics from your cluster, review [Configure Prometheus metrics scraping](container-insights-prometheus-integration.md)
| Custom filters | WHERE Clause | If the processing implemented by the custom filter cannot be achieved by the WHERE clause in Azure Cosmos DB, use UDF in combination. See [UDF examples](query/udfs.md#examples) for an example of using UDF to further filter the results of the WHERE clause. |
805
+
| Custom filters | WHERE Clause | If the processing implemented by the custom filter cannot be achieved by the WHERE clause in Azure Cosmos DB, use UDF in combination. |
806
806
| Coprocessor (Observer) | Trigger | Observer is a trigger that executes before and after a particular event. Just as Observer supports pre- and post-calls, Azure Cosmos DB's Trigger also supports pre- and post-triggers. |
807
807
| Coprocessor (Endpoint) | Stored Procedure | Endpoint is a server-side data processing mechanism that is executed for each region. This is similar to an RDBMS stored procedure. Azure Cosmos DB stored procedures are written using JavaScript. It provides access to all the operations you can perform on Azure Cosmos DB through stored procedures. |
0 commit comments