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
Copy file name to clipboardExpand all lines: articles/azure-monitor/agents/azure-monitor-agent-windows-client.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Set up the Azure Monitor agent on Windows client devices
3
3
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.
@@ -13,6 +13,9 @@ This article provides instructions and guidance for using the client installer f
13
13
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.
14
14
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**.
15
15
16
+
> [!NOTE]
17
+
> This article provides specific guidance for installing the Azure Monitor agent AMA 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
+
16
19
### Comparison with virtual machine extension
17
20
Here is a comparison between client installer and VM extension for Azure Monitor agent:
18
21
@@ -38,6 +41,11 @@ Here is a comparison between client installer and VM extension for Azure Monitor
38
41
| Virtual machines, scale sets | No |[Virtual machine extension](./azure-monitor-agent-manage.md#virtual-machine-extension-details)| Installs the agent using Azure extension framework |
39
42
| 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 |
40
43
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.
41
49
42
50
## Prerequisites
43
51
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
80
88
6. Proceed to create the monitored object that you'll associate data collection rules to, for the agent to actually start operating.
81
89
82
90
> [!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.
84
92
85
93
86
94
## 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**.
88
96
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.
0 commit comments