Skip to content

Commit 6234043

Browse files
committed
SME edits.
1 parent 13b43d5 commit 6234043

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

articles/azure-arc/servers/deploy-ama-policy.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: How to deploy Azure Monitor Agent using Azure Policy
3-
description: Learn how to deploy Azure Monitor Agent using Azure Policy.
2+
title: How to deploy and configure Azure Monitor Agent using Azure Policy
3+
description: Learn how to deploy and configure Azure Monitor Agent using Azure Policy.
44
ms.date: 05/17/2023
55
ms.topic: conceptual
66
---
77

8-
# Deploy Azure Monitor Agent using Azure Policy
8+
# Deploy and configure Azure Monitor Agent using Azure Policy
99

10-
This article covers how to deploy the Azure Monitor Agent (AMA) to Arc-enabled servers through Azure Policy using a custom Policy definition. Using Azure Policy ensures that Azure Monitor is running on your selected Arc-enabled servers, and automatically install the Azure Monitor Agent on newly added Arc resources.
10+
This article covers how to deploy and configure the Azure Monitor Agent (AMA) to Arc-enabled servers through Azure Policy using a custom Policy definition. Using Azure Policy ensures that Azure Monitor is running on your selected Arc-enabled servers, and automatically install the Azure Monitor Agent on newly added Arc resources.
1111

1212
Deploying the Azure Monitor Agent through a custom Policy definition involves two main steps:
1313

@@ -19,7 +19,6 @@ In this scenario, the Policy definition is used to verify that the AMA is instal
1919

2020
In order for Azure Monitor to work on a machine, it needs to be associated with a Data Collection Rule. Therefore, you'll need to include the resource ID of the DCR when you create your Policy definition.
2121

22-
2322
## Select a Data Collection Rule
2423

2524
Data Collection Rules (DCRs) define specify what data should be collected, how to transform that data, and where to send that data. You need to select (or create) a DCR and specify it within the ARM template used for deploying AMA.

articles/azure-arc/servers/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
href: scenario-onboard-azure-sentinel.md
112112
- name: Migrate to Azure Monitor Agent using Ansible
113113
href: migrate-azure-monitor-agent-ansible.md
114-
- name: Deploy Azure Monitor Agent using Azure Policy
114+
- name: Deploy and configure Azure Monitor Agent using Azure Policy
115115
href: deploy-ama-policy.md
116116
- name: Organize and inventory servers
117117
href: organize-inventory-servers.md

0 commit comments

Comments
 (0)