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-arc/servers/concept-log-analytics-extension-deployment.md
+35-20Lines changed: 35 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
2
title: Deploy Azure Monitor agent on Arc-enabled servers
3
3
description: This article reviews the different methods to deploy the Azure Monitor agent on Windows and Linux-based machines registered with Azure Arc-enabled servers in your local datacenter or other cloud environment.
4
-
ms.date: 09/14/2022
4
+
ms.date: 02/17/2023
5
5
ms.topic: conceptual
6
6
---
7
7
8
-
# Understand deployment options for the Azure Monitor agent on Azure Arc-enabled servers
8
+
# Deployment options for Azure Monitor agent on Azure Arc-enabled servers
9
9
10
10
Azure Monitor supports multiple methods to install the Azure Monitor agent and connect your machine or server registered with Azure Arc-enabled servers to the service. Azure Arc-enabled servers support the Azure VM extension framework, which provides post-deployment configuration and automation tasks, enabling you to simplify management of your hybrid machines like you can with Azure VMs.
11
11
12
12
The Azure Monitor agent is required if you want to:
13
13
14
-
* Monitor the operating system and any workloads running on the machine or server using [VM insights](../../azure-monitor/vm/vminsights-overview.md).
15
-
* Analyze and alert using [Azure Monitor](../../azure-monitor/overview.md).
16
-
* Perform security monitoring in Azure by using [Microsoft Defender for Cloud](../../defender-for-cloud/defender-for-cloud-introduction.md) or [Microsoft Sentinel](../../sentinel/overview.md).
17
-
* Collect inventory and track changes by using [Azure Automation Change Tracking and Inventory](../../automation/change-tracking/overview.md).
14
+
* Monitor the operating system and any workloads running on the machine or server using [VM insights](../../azure-monitor/vm/vminsights-overview.md)
15
+
* Analyze and alert using [Azure Monitor](../../azure-monitor/overview.md)
16
+
* Perform security monitoring in Azure by using [Microsoft Defender for Cloud](../../defender-for-cloud/defender-for-cloud-introduction.md) or [Microsoft Sentinel](../../sentinel/overview.md)
17
+
* Collect inventory and track changes by using [Azure Automation Change Tracking and Inventory](../../automation/change-tracking/overview.md)
18
18
19
19
This article reviews the deployment methods for the Azure Monitor agent VM extension, across multiple production physical servers or virtual machines in your environment, to help you determine which works best for your organization. If you are interested in the new Azure Monitor agent and want to see a detailed comparison, see [Azure Monitor agents overview](../../azure-monitor/agents/agents-overview.md).
20
20
@@ -28,15 +28,15 @@ This method supports managing the installation, management, and removal of VM ex
28
28
29
29
#### Advantages
30
30
31
-
* Can be useful for testing purposes.
32
-
* Useful if you have a few machines to manage.
31
+
* Can be useful for testing purposes
32
+
* Useful if you have a few machines to manage
33
33
34
34
#### Disadvantages
35
35
36
-
* Limited automation when using an Azure Resource Manager template.
37
-
* Can only focus on a single Arc-enabled server, and not multiple instances.
38
-
* Only supports specifying a single workspace to report to. Requires using PowerShell or the Azure CLI to configure the Log Analytics Windows agent VM extension to report to up to four workspaces.
39
-
* Doesn't support deploying the Dependency agent from the portal. You can only use PowerShell, the Azure CLI, or ARM template.
36
+
* Limited automation when using an Azure Resource Manager template
37
+
* Can only focus on a single Arc-enabled server, and not multiple instances
38
+
* Only supports specifying a single workspace to report to; requires using PowerShell or the Azure CLI to configure the Log Analytics Windows agent VM extension to report to up to four workspaces
39
+
* Doesn't support deploying the Dependency agent from the portal; you can only use PowerShell, the Azure CLI, or ARM template
40
40
41
41
### Use Azure Policy
42
42
@@ -46,8 +46,8 @@ Azure Policy includes several prebuilt definitions related to Azure Monitor. For
46
46
47
47
#### Advantages
48
48
49
-
*If the VM extension is removed, after policy evaluation it reinstalls it.
50
-
* Identifies and installs the VM extension when a new Azure Arc-enabled server is registered with Azure.
49
+
*Reinstalls the VM extension if removed (after policy evaluation)
50
+
* Identifies and installs the VM extension when a new Azure Arc-enabled server is registered with Azure
51
51
52
52
#### Disadvantages
53
53
@@ -60,15 +60,30 @@ The process automation operating environment in Azure Automation and its support
60
60
61
61
#### Advantages
62
62
63
-
* Can use a scripted method to automate its deployment and configuration using scripting languages you're familiar with.
64
-
* Runs on a schedule that you define and control.
65
-
* Authenticate securely to Arc-enabled servers from the Automation account using a managed identity.
63
+
* Can use a scripted method to automate its deployment and configuration using scripting languages you're familiar with
64
+
* Runs on a schedule that you define and control
65
+
* Authenticate securely to Arc-enabled servers from the Automation account using a managed identity
66
66
67
67
#### Disadvantages
68
68
69
-
* Requires an Azure Automation account.
70
-
* Experience authoring and managing runbooks in Azure Automation.
71
-
* Must create a runbook based on PowerShell or Python, depending on the target operating system.
69
+
* Requires an Azure Automation account
70
+
* Experience authoring and managing runbooks in Azure Automation
71
+
* Must create a runbook based on PowerShell or Python, depending on the target operating system
72
+
73
+
### Use Azure portal
74
+
75
+
The Azure Monitor agent VM extension can be installed using the Azure portal. See [Automatic extension upgrade for Azure Arc-enabled servers](manage-automatic-vm-extension-upgrade.md) for more information about installing extensions from the Azure portal.
0 commit comments