Skip to content

Commit 2e25687

Browse files
Merge pull request #232861 from shayoniseth/patch-143
Update azure-monitor-agent-windows-client.md
2 parents 11a7f5e + c33fc73 commit 2e25687

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

articles/azure-monitor/agents/azure-monitor-agent-windows-client.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set up the Azure Monitor agent on Windows client devices
33
description: This article describes the instructions to install the agent on Windows 10, 11 client OS devices, configure data collection, manage and troubleshoot the agent.
44
ms.topic: conceptual
5-
ms.date: 1/9/2023
5+
ms.date: 3/30/2023
66
ms.custom: references_region, devx-track-azurepowershell
77
ms.reviewer: shseth
88
---
@@ -13,6 +13,9 @@ This article provides instructions and guidance for using the client installer f
1313
Using the new client installer described here, you can now collect telemetry data from your Windows client devices in addition to servers and virtual machines.
1414
Both the [extension](./azure-monitor-agent-manage.md#virtual-machine-extension-details) and this installer use Data Collection rules to configure the **same underlying agent**.
1515

16+
> [!NOTE]
17+
> This article provides specific guidance for installing the Azure Monitor agent on Windows client devices, subject to [limitations below](#limitations). For standard installation and management guidance for the agent, refer [the agent extension management guidance here](./azure-monitor-agent-manage.md)
18+
1619
### Comparison with virtual machine extension
1720
Here is a comparison between client installer and VM extension for Azure Monitor agent:
1821

@@ -38,6 +41,11 @@ Here is a comparison between client installer and VM extension for Azure Monitor
3841
| Virtual machines, scale sets | No | [Virtual machine extension](./azure-monitor-agent-manage.md#virtual-machine-extension-details) | Installs the agent using Azure extension framework |
3942
| On-premises servers | No | [Virtual machine extension](./azure-monitor-agent-manage.md#virtual-machine-extension-details) (with Azure Arc agent) | Installs the agent using Azure extension framework, provided for on-premises by installing Arc agent |
4043

44+
## Limitations
45+
1. The Windows client installer supports latest Windows machines only that are **Azure AD joined** or hybrid Azure AD joined. More information under [prerequisites](#prerequisites) below
46+
2. The Data Collection rules need can only target the Azure AD tenant scope, i.e. all DCRs associated to the tenant (via Monitored Object) will apply to all Windows client machines within that tenant with the agent installed using this client installer. **Granular targeting using DCRs is not supported** for Windows client devices yet
47+
3. No support for Windows machines connected via **Azure private links**
48+
4. The agent installed using the Windows client installer is designed mainly for Windows desktops or workstations that are **always connected**. While the agent can be installed via this method on laptops, it is not optimized for battery consumption and network limitations on a laptop.
4149

4250
## Prerequisites
4351
1. The machine must be running Windows client OS version 10 RS4 or higher.
@@ -80,11 +88,11 @@ Here is a comparison between client installer and VM extension for Azure Monitor
8088
6. Proceed to create the monitored object that you'll associate data collection rules to, for the agent to actually start operating.
8189

8290
> [!NOTE]
83-
> The agent installed with the client installer currently doesn't support updating configuration once it is installed. Uninstall and reinstall AMA to update its configuration.
91+
> The agent installed with the client installer currently doesn't support updating local agent settings once it is installed. Uninstall and reinstall AMA to update above settings.
8492
8593

8694
## Create and associate a 'Monitored Object'
87-
You need to create a 'Monitored Object' (MO) that creates a representation for the Azure AD tenant within Azure Resource Manager (ARM). This ARM entity is what Data Collection Rules are then associated with.
95+
You need to create a 'Monitored Object' (MO) that creates a representation for the Azure AD tenant within Azure Resource Manager (ARM). This ARM entity is what Data Collection Rules are then associated with. **This Monitored Object needs to be created only once for any number of machines in a single AAD tenant**.
8896
Currently this association is only **limited** to the Azure AD tenant scope, which means configuration applied to the tenant will be applied to all devices that are part of the tenant and running the agent.
8997
The image below demonstrates how this works:
9098

0 commit comments

Comments
 (0)