Skip to content

Commit 7bacda5

Browse files
authored
Merge pull request #227657 from johnmarco/jm-add-ama-portal
Add portal experience to AMA install article
2 parents e0ca9b6 + b0aaa01 commit 7bacda5

File tree

2 files changed

+36
-21
lines changed

2 files changed

+36
-21
lines changed

articles/azure-arc/servers/concept-log-analytics-extension-deployment.md

Lines changed: 35 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: Deploy Azure Monitor agent on Arc-enabled servers
33
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
55
ms.topic: conceptual
66
---
77

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
99

1010
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.
1111

1212
The Azure Monitor agent is required if you want to:
1313

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)
1818

1919
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).
2020

@@ -28,15 +28,15 @@ This method supports managing the installation, management, and removal of VM ex
2828

2929
#### Advantages
3030

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
3333

3434
#### Disadvantages
3535

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
4040

4141
### Use Azure Policy
4242

@@ -46,8 +46,8 @@ Azure Policy includes several prebuilt definitions related to Azure Monitor. For
4646

4747
#### Advantages
4848

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
5151

5252
#### Disadvantages
5353

@@ -60,15 +60,30 @@ The process automation operating environment in Azure Automation and its support
6060

6161
#### Advantages
6262

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
6666

6767
#### Disadvantages
6868

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.
76+
77+
#### Advantages
78+
79+
* Point and click directly from Azure portal
80+
* Useful for testing with small set of servers
81+
* Immediate deployment of extension
82+
83+
#### Disadvantages
84+
85+
* Not scalable to many servers
86+
* Limited automation
7287

7388
## Next steps
7489

articles/azure-arc/servers/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
items:
2929
- name: Connected Machine agent overview
3030
href: agent-overview.md
31-
- name: Log Analytics agent deployment options
31+
- name: Deploy Azure Monitor agent
3232
href: concept-log-analytics-extension-deployment.md
3333
- name: Security
3434
items:

0 commit comments

Comments
 (0)