Skip to content

Commit b67e1f3

Browse files
committed
Removed log analytics agent references
1 parent 242c58a commit b67e1f3

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

articles/azure-arc/servers/learn/quick-enable-hybrid-vm.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,5 @@ After you install the agent and configure it to connect to Azure Arc-enabled ser
9696

9797
Now that you've enabled your Linux or Windows hybrid machine and successfully connected to the service, you are ready to enable Azure Policy to understand compliance in Azure.
9898
99-
To learn how to identify Azure Arc-enabled servers enabled machine that doesn't have the Log Analytics agent installed, continue to the tutorial:
100-
10199
> [!div class="nextstepaction"]
102100
> [Create a policy assignment to identify non-compliant resources](tutorial-assign-policy-portal.md)

articles/azure-arc/servers/manage-automatic-vm-extension-upgrade.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Automatic extension upgrade for Azure Arc-enabled servers
33
description: Learn how to enable automatic extension upgrades for your Azure Arc-enabled servers.
44
ms.topic: conceptual
5-
ms.date: 11/03/2023
5+
ms.date: 09/03/2024
66
---
77

88
# Automatic extension upgrade for Azure Arc-enabled servers
@@ -55,7 +55,6 @@ Extension versions fixing critical security vulnerabilities are rolled out much
5555
Automatic extension upgrade supports the following extensions:
5656

5757
- Azure Monitor agent - Linux and Windows
58-
- Log Analytics agent (OMS agent) - Linux only
5958
- Dependency agent – Linux and Windows
6059
- Azure Security agent - Linux and Windows
6160
- Key Vault Extension - Linux only

articles/azure-arc/servers/manage-vm-extensions-ansible.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Enable VM extension using Red Hat Ansible
33
description: This article describes how to deploy virtual machine extensions to Azure Arc-enabled servers running in hybrid cloud environments using Red Hat Ansible Automation.
4-
ms.date: 05/15/2023
4+
ms.date: 09/03/2024
55
ms.topic: how-to
66
ms.custom: devx-track-ansible
77
---
@@ -67,7 +67,6 @@ The project you created from the Azure Infrastructure Configuration Demo collect
6767
|---------|---------|
6868
|Microsoft Defender for Cloud integrated vulnerability scanner |microsoft_defender |
6969
|Custom Script extension |custom_script |
70-
|Log Analytics Agent |log_analytics_agent |
7170
|Azure Monitor for VMs (insights) |azure_monitor_for-vms |
7271
|Azure Key Vault Certificate Sync |azure_key_vault |
7372
|Azure Monitor Agent |azure_monitor_agent |

articles/azure-arc/servers/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Azure Arc-enabled servers lets you manage Windows and Linux physical servers and
1111

1212
When a hybrid machine is connected to Azure, it becomes a connected machine and is treated as a resource in Azure. Each connected machine has a Resource ID enabling the machine to be included in a resource group.
1313

14-
To connect hybrid machines to Azure, you install the [Azure Connected Machine agent](agent-overview.md) on each machine. This agent doesn't replace the Azure [Log Analytics agent](../../azure-monitor/agents/log-analytics-agent.md) / [Azure Monitor Agent](../../azure-monitor/agents/azure-monitor-agent-overview.md). The Log Analytics agent or Azure Monitor Agent for Windows and Linux is required in order to:
14+
To connect hybrid machines to Azure, you install the [Azure Connected Machine agent](agent-overview.md) on each machine. This agent doesn't replace the Azure [Azure Monitor Agent](../../azure-monitor/agents/azure-monitor-agent-overview.md). The Azure Monitor Agent for Windows and Linux is required in order to:
1515

1616
* Proactively monitor the OS and workloads running on the machine
1717
* Manage it using Automation runbooks or solutions like Update Management
@@ -40,7 +40,7 @@ When you connect your machine to Azure Arc-enabled servers, you can perform many
4040
* Perform post-deployment configuration and automation tasks using supported [Arc-enabled servers VM extensions](manage-vm-extensions.md) for your non-Azure Windows or Linux machine.
4141
* **Monitor**:
4242
* Monitor operating system performance and discover application components to monitor processes and dependencies with other resources using [VM insights](../../azure-monitor/vm/vminsights-overview.md).
43-
* Collect other log data, such as performance data and events, from the operating system or workloads running on the machine with the [Log Analytics agent](../../azure-monitor/agents/log-analytics-agent.md). This data is stored in a [Log Analytics workspace](../../azure-monitor/logs/log-analytics-workspace-overview.md).
43+
* Collect other log data, such as performance data and events, from the operating system or workloads running on the machine with the [Azure Monitor Agent](../../azure-monitor/agents/azure-monitor-agent-overview.md). This data is stored in a [Log Analytics workspace](../../azure-monitor/logs/log-analytics-workspace-overview.md).
4444

4545
> [!NOTE]
4646
> At this time, enabling Azure Automation Update Management directly from an Azure Arc-enabled server is not supported. See [Enable Update Management from your Automation account](../../automation/update-management/enable-from-automation-account.md) to understand requirements and [how to enable Update Management for non-Azure VMs](../../automation/update-management/enable-from-automation-account.md#enable-non-azure-vms).

articles/azure-arc/servers/plan-evaluate-on-azure-virtual-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ While you cannot install Azure Arc-enabled servers on an Azure VM for production
2929

3030
To start managing your Azure VM as an Azure Arc-enabled server, you need to make the following changes to the Azure VM before you can install and configure Azure Arc-enabled servers.
3131

32-
1. Remove any VM extensions deployed to the Azure VM, such as the Log Analytics agent. While Azure Arc-enabled servers support many of the same extensions as Azure VMs, the Azure Connected Machine agent can't manage VM extensions already deployed to the VM.
32+
1. Remove any VM extensions deployed to the Azure VM, such as the Azure Monitor agent. While Azure Arc-enabled servers support many of the same extensions as Azure VMs, the Azure Connected Machine agent can't manage VM extensions already deployed to the VM.
3333

3434
2. Disable the Azure Windows or Linux Guest Agent. The Azure VM guest agent serves a similar purpose to the Azure Connected Machine agent. To avoid conflicts between the two, the Azure VM Agent needs to be disabled. Once it is disabled, you cannot use VM extensions or some Azure services.
3535

articles/azure-arc/servers/private-link-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For more information, see [Key Benefits of Private Link](../../private-link/pri
3030

3131
Azure Arc Private Link Scope connects private endpoints (and the virtual networks they're contained in) to an Azure resource, in this case Azure Arc-enabled servers. When you enable any one of the Azure Arc-enabled servers supported VM extensions, such as Azure Monitor, those resources connect other Azure resources. Such as:
3232

33-
- Log Analytics workspace, required for Azure Automation Change Tracking and Inventory, Azure Monitor VM insights, and Azure Monitor log collection with Log Analytics agent.
33+
- Log Analytics workspace, required for Azure Automation Change Tracking and Inventory, Azure Monitor VM insights, and Azure Monitor log collection with Azure Monitor agent.
3434
- Azure Automation account, required for Update Management and Change Tracking and Inventory.
3535
- Azure Key Vault
3636
- Azure Blob storage, required for Custom Script Extension.

0 commit comments

Comments
 (0)