Skip to content

Commit fa6f77f

Browse files
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into assign-role-blob
2 parents f8ebc00 + f47ae35 commit fa6f77f

25 files changed

+1300
-1274
lines changed

articles/azure-monitor/agents/data-collection-snmp-data.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ms.reviewer: jeffwo
88
---
99

1010
# Collect SNMP trap data with Azure Monitor Agent
11+
12+
> [!CAUTION]
13+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
1114
1215
Simple Network Management Protocol (SNMP) is a widely-deployed management protocol for monitoring and configuring Linux devices and appliances.
1316

articles/azure-monitor/agents/data-collection-syslog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ms.reviewer: glinuxagent
88

99
# Collect Syslog events with Azure Monitor Agent
1010

11+
> [!CAUTION]
12+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
13+
1114
Syslog is an event logging protocol that's common to Linux. You can use the Syslog daemon that's built in to Linux devices and appliances to collect local events of the types you specify. Then you can have it send those events to a Log Analytics workspace. Applications send messages that might be stored on the local machine or delivered to a Syslog collector.
1215

1316
When the Azure Monitor agent for Linux is installed, it configures the local Syslog daemon to forward messages to the agent when Syslog collection is enabled in [data collection rules (DCRs)](../essentials/data-collection-rule-overview.md). Azure Monitor Agent then sends the messages to an Azure Monitor or Log Analytics workspace where a corresponding Syslog record is created in a [Syslog table](/azure/azure-monitor/reference/tables/syslog).

articles/azure-monitor/agents/data-sources-syslog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ms.reviewer: luki
99

1010
# Collect Syslog data sources with the Log Analytics agent
1111

12+
> [!CAUTION]
13+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
14+
1215
Syslog is an event logging protocol that's common to Linux. Applications send messages that might be stored on the local machine or delivered to a Syslog collector. When the Log Analytics agent for Linux is installed, it configures the local Syslog daemon to forward messages to the agent. The agent then sends the messages to Azure Monitor where a corresponding record is created.
1316

1417
[!INCLUDE [Log Analytics agent deprecation](../../../includes/log-analytics-agent-deprecation.md)]

articles/azure-monitor/agents/troubleshooter-ama-linux.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ ms.author: guywild
77
ms.date: 12/14/2023
88
ms.custom: references_regions
99
ms.reviewer: jeffwo
10-
1110
# Customer intent: When AMA is experiencing issues, I want to investigate the issues and determine if I can resolve the issue on my own.
1211
---
1312

1413
# How to use the Linux operating system (OS) Azure Monitor Agent Troubleshooter
14+
15+
> [!CAUTION]
16+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
17+
1518
The Azure Monitor Agent Troubleshooter (AMA) is designed to help identify issues with the agent and perform general health assessments. It can perform various checks to ensure that the agent is properly installed and connected, and can also gather AMA-related logs from the machine being diagnosed.
1619

1720
> [!Note]
@@ -90,7 +93,7 @@ If directory doesn't exist or the installation is failed, follow [Basic troubles
9093
If the directory exists, proceed to [Run the Troubleshooter](#run-the-troubleshooter).
9194

9295
## Run the Troubleshooter
93-
On the machine to be diagnosed, run the Agent Troubleshooter.
96+
On the machine to be diagnosed, run the Agent Troubleshooter.
9497

9598
**Log Mode** enables the collection of logs, which can then be compressed into .tgz format for export or review. **Interactive Mode** allows users to actively engage in troubleshooting scenarios and view the output directly within the shell.
9699

@@ -103,7 +106,7 @@ To start the Agent Troubleshooter in log mode, copy the following command and ru
103106
104107
```Bash
105108
cd /var/lib/waagent/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent-{version}/ama_tst/
106-
sudo sh ama_troubleshooter.sh -L
109+
sudo sh ama_troubleshooter.sh -L
107110
```
108111

109112
Enter a path to output logs to. For instance, you might use **/tmp**.
@@ -121,7 +124,7 @@ To start the Agent Troubleshooter in interactive mode, copy the following comman
121124
122125
```Bash
123126
cd /var/lib/waagent/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent-{version}/ama_tst/
124-
sudo sh ama_troubleshooter.sh -A
127+
sudo sh ama_troubleshooter.sh -A
125128
```
126129

127130
It runs a series of scenarios and displays the results.
@@ -137,7 +140,7 @@ It runs a series of scenarios and displays the results.
137140

138141
### Can I copy the Troubleshooter from a newer agent to an older agent and run it on the older agent to diagnose issues with the older agent?
139142
It isn't possible to use the Troubleshooter to diagnose an older version of the agent by copying it. You must have an up-to-date version of the agent for the Troubleshooter to work properly.
140-
143+
141144
## Next Steps
142145
- [Troubleshooting guidance for the Azure Monitor agent](../agents/azure-monitor-agent-troubleshoot-linux-vm.md) on Linux virtual machines and scale sets
143146
- [Syslog troubleshooting guide for Azure Monitor Agent](../agents/azure-monitor-agent-troubleshoot-linux-vm-rsyslog.md) for Linux

articles/azure-monitor/essentials/collect-custom-metrics-linux-telegraf.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ms.date: 08/01/2023
1111
---
1212
# Collect custom metrics for a Linux VM with the InfluxData Telegraf agent
1313

14+
> [!CAUTION]
15+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
16+
1417
This article explains how to deploy and configure the [InfluxData](https://www.influxdata.com/) Telegraf agent on a Linux virtual machine to send metrics to Azure Monitor.
1518

1619
> [!NOTE]

articles/azure-monitor/vm/vminsights-dependency-agent-maintenance.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ms.date: 09/28/2023
1010

1111
# Dependency Agent
1212

13+
> [!CAUTION]
14+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
15+
1316
The Dependency Agent collects data about processes running on the virtual machine and external process dependencies. Dependency Agent updates include bug fixes or support of new features or functionality. This article describes Dependency Agent requirements and how to upgrade Dependency Agent manually or through automation.
1417

1518
>[!NOTE]

articles/azure-monitor/vm/vminsights-enable-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Output for this command will look similar to the following and specify whether a
7878
When you enable VM Insights for a machine, the following agents are installed. For the network requirements for these agents, see [Network requirements](../agents/log-analytics-agent.md#network-requirements).
7979

8080
> [!IMPORTANT]
81-
> Azure Monitor Agent has several advantages over the legacy Log Analytics agent, which will be deprecated by August 2024. After this date, Microsoft will no longer provide any support for the Log Analytics agent. [Migrate to Azure Monitor agent](../agents/azure-monitor-agent-migration.md) before August 2024 to continue ingesting data.
81+
> Azure Monitor Agent has several advantages over the legacy Log Analytics agent, which will be deprecated by August 2024. After this date, Microsoft will no longer provide any support for the Log Analytics agent. [Migrate to Azure Monitor agent](../agents/azure-monitor-agent-migration.md) before August 2024 to continue ingesting data.
8282
8383

8484
- **[Azure Monitor agent](../agents/azure-monitor-agent-overview.md) or [Log Analytics agent](../agents/log-analytics-agent.md):** Collects data from the virtual machine or Virtual Machine Scale Set and delivers it to the Log Analytics workspace.
@@ -93,7 +93,7 @@ When you enable VM Insights for a machine, the following agents are installed. F
9393
(If using private links on the agent, you must also add the [data collection endpoints](../essentials/data-collection-endpoint-overview.md#components-of-a-data-collection-endpoint))
9494

9595
- The Dependency agent requires a connection from the virtual machine to the address 169.254.169.254. This address identifies the Azure metadata service endpoint. Ensure that firewall settings allow connections to this endpoint.
96-
## Data collection rule
96+
## Data collection rule
9797

9898
When you enable VM Insights on a machine with the Azure Monitor agent, you must specify a [data collection rule (DCR)](../essentials/data-collection-rule-overview.md) to use. The DCR specifies the data to collect and the workspace to use. VM Insights creates a default DCR if one doesn't already exist. For more information on how to create and edit the VM Insights DCR, see [Enable VM Insights for Azure Monitor Agent](vminsights-enable-portal.md#enable-vm-insights-for-azure-monitor-agent).
9999

@@ -108,12 +108,12 @@ The DCR is defined by the options in the following table.
108108
> [!IMPORTANT]
109109
> VM Insights automatically creates a DCR that includes a special data stream required for its operation. Do not modify the VM Insights DCR or create your own DCR to support VM Insights. To collect additional data, such as Windows and Syslog events, create separate DCRs and associate them with your machines.
110110
111-
If you associate a data collection rule with the Map feature enabled to a machine on which Dependency Agent isn't installed, the Map view won't be available. To enable the Map view, set `enableAMA property = true` in the Dependency Agent extension when you install Dependency Agent. We recommend following the procedure described in [Enable VM Insights for Azure Monitor Agent](vminsights-enable-portal.md#enable-vm-insights-for-azure-monitor-agent).
111+
If you associate a data collection rule with the Map feature enabled to a machine on which Dependency Agent isn't installed, the Map view won't be available. To enable the Map view, set `enableAMA property = true` in the Dependency Agent extension when you install Dependency Agent. We recommend following the procedure described in [Enable VM Insights for Azure Monitor Agent](vminsights-enable-portal.md#enable-vm-insights-for-azure-monitor-agent).
112112

113113
## Migrate from Log Analytics agent to Azure Monitor Agent
114114

115115
- You can install both Azure Monitor Agent and Log Analytics agent on the same machine during migration. If a machine has both agents installed, you'll see a warning in the Azure portal that you might be collecting duplicate data.
116-
116+
117117
:::image type="content" source="media/vminsights-enable-portal/both-agents-installed.png" lightbox="media/vminsights-enable-portal/both-agents-installed.png" alt-text="Screenshot that shows both agents installed.":::
118118

119119
> [!WARNING]
@@ -132,7 +132,7 @@ If you associate a data collection rule with the Map feature enabled to a machin
132132
> | summarize max(TimeGenerated) by Computer, Category
133133
> | sort by Computer
134134
> ```
135-
135+
136136
## Diagnostic and usage data
137137
138138
Microsoft automatically collects usage and performance data through your use of Azure Monitor. Microsoft uses this data to improve the quality, security, and integrity of the service.

articles/azure-monitor/vm/vminsights-log-query.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ms.date: 09/28/2023
99

1010
# How to query logs from VM insights
1111

12+
> [!CAUTION]
13+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
14+
1215
VM insights collects performance and connection metrics, computer and process inventory data, and health state information and forwards it to the Log Analytics workspace in Azure Monitor. This data is available for [query](../logs/log-query-overview.md) in Azure Monitor. You can apply this data to scenarios that include migration planning, capacity analysis, discovery, and on-demand performance troubleshooting.
1316

1417
## Map records

articles/azure-monitor/vm/vminsights-performance.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ms.date: 09/28/2023
99

1010
# Chart performance with VM insights
1111

12+
> [!CAUTION]
13+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
14+
1215
VM insights includes a set of performance charts that target several key [performance indicators](vminsights-log-query.md#performance-records) to help you determine how well a virtual machine is performing. The charts show resource utilization over a period of time. You can use them to identify bottlenecks and anomalies. You can also switch to a perspective that lists each machine to view resource utilization based on the metric selected.
1316

1417
VM insights monitors key operating system performance indicators related to processor, memory, network adapter, and disk utilization. Performance complements the health monitoring feature and helps to:

articles/backup/azure-kubernetes-service-cluster-backup-support-matrix.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Kubernetes Service (AKS) backup support matrix
33
description: This article provides a summary of support settings and limitations of Azure Kubernetes Service (AKS) backup.
44
ms.topic: conceptual
5-
ms.date: 12/25/2023
5+
ms.date: 02/16/2024
66
ms.custom:
77
- references_regions
88
- ignite-2023
@@ -78,6 +78,8 @@ You can use [Azure Backup](./backup-overview.md) to help protect Azure Kubernete
7878

7979
- During restore from Vault Tier, the provided staging location shouldn't have a *Read*/*Delete Lock*; otherwise, hydrated resources aren't cleaned after restore.
8080

81+
- Don't install AKS Backup Extension along with Velero or other Velero-based backup services. This could lead to disruption of backup service during any future Velero upgrades driven by you or AKS backup
82+
8183
## Next steps
8284

8385
- [About Azure Kubernetes Service cluster backup](azure-kubernetes-service-cluster-backup-concept.md)

0 commit comments

Comments
 (0)