Skip to content

Commit c2f074d

Browse files
authored
Merge pull request #113162 from rmca14/8-3c2
Resolve merge conflicts in AM live publish sync PR
2 parents 3acd35a + 6e847f7 commit c2f074d

File tree

8 files changed

+162
-301
lines changed

8 files changed

+162
-301
lines changed

articles/azure-monitor/containers/container-insights-enable-arc-enabled-clusters.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Monitor Azure Arc-enabled Kubernetes clusters
3-
ms.date: 05/24/2022
3+
ms.date: 08/02/2023
44
ms.topic: article
55
description: Collect metrics and logs of Azure Arc-enabled Kubernetes clusters using Azure Monitor.
66
ms.reviewer: aul
@@ -72,7 +72,7 @@ ms.reviewer: aul
7272

7373
### Identify workspace resource ID
7474

75-
Run the following commands to locate the full Azure Resource Manager identifier of the Log Analytics workspace.
75+
Run the following commands to locate the full Azure Resource Manager identifier of the Log Analytics workspace.
7676

7777
1. List all the subscriptions that you have access to using the following command:
7878

@@ -109,8 +109,7 @@ This option uses the following defaults:
109109
- Auto-upgrade is enabled for the Azure Monitor cluster extension
110110
111111
>[!NOTE]
112-
>Managed identity authentication will be default in k8s-extension version 1.43.0 or higher.
113-
>
112+
> Managed identity authentication is the default in k8s-extension version 1.43.0 or higher.
114113
115114
```azurecli
116115
az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers
@@ -123,10 +122,10 @@ az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-n
123122
```
124123

125124
>[!NOTE]
126-
>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**.
127126
>
128127
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.
130129

131130
If you are using k8s-extension version above 1.3.7, downgrade the version.
132131

@@ -141,7 +140,6 @@ Install the extension with **amalogs.useAADAuth=false**.
141140
az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogs.useAADAuth=false
142141
```
143142

144-
145143
### Option 2 - With existing Azure Log Analytics workspace
146144

147145
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
252250
Use the flowing guidance to migrate an existing extension instance to managed identity authentication.
253251

254252
>[!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**.
257254
258255
## [CLI](#tab/migrate-cli)
259256
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]
310307

311308
- 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.
312309

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)

articles/cosmos-db/nosql/migrate-hbase-to-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ Server-side programming mappings
802802

803803
| HBase | Azure Cosmos DB | Description |
804804
| ----------------------- | ---------------- | ----------- |
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. 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. |
806806
| 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. |
807807
| 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. |
808808

articles/cosmos-db/nosql/query/TOC.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
- name: Bitwise operators
6060
displayName: bitwise, binary, operators
6161
href: bitwise-operators.md
62-
- name: Functions
63-
items:
64-
- name: User-defined functions
65-
displayName: functions, udf
66-
href: udfs.md
6762
- name: Aggregate functions
6863
items:
6964
- name: AVG

0 commit comments

Comments
 (0)