Skip to content

Commit 02ee724

Browse files
authored
Merge pull request #203258 from guywi-ms/patch-17
Update data-collection-rule-azure-monitor-agent.md
2 parents c705f87 + 7649c2e commit 02ee724

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

articles/azure-monitor/agents/data-collection-rule-azure-monitor-agent.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,11 @@ To collect data from virtual machines using the Azure Monitor agent, you'll:
1818
1. Create [data collection rules (DCR)](../essentials/data-collection-rule-overview.md) that define which data Azure Monitor agent sends to which destinations.
1919
1. Associate the data collection rule to specific virtual machines.
2020

21-
## How data collection rule associations work
22-
23-
You can associate virtual machines to multiple data collection rules. This allows you to define each data collection rule to address a particular requirement, and associate the data collection rules to virtual machines based on the specific data you want to collect from each machine.
24-
25-
For example, consider an environment with a set of virtual machines running a line of business application and other virtual machines running SQL Server. You might have:
26-
27-
- One default data collection rule that applies to all virtual machines.
28-
- Separate data collection rules that collect data specifically for the line of business application and for SQL Server.
29-
30-
The following diagram illustrates the associations for the virtual machines to the data collection rules.
31-
32-
![A diagram showing one virtual machine hosting a line of business application and one virtual machine hosting SQL Server. Both virtual machine are associated with data collection rule named central-i t-default. The virtual machine hosting the line of business application is also associated with a data collection rule called lob-app. The virtual machine hosting SQL Server is associated with a data collection rule called s q l.](media/data-collection-rule-azure-monitor-agent/associations.png)
33-
21+
You can associate virtual machines to multiple data collection rules. This allows you to define each data collection rule to address a particular requirement, and associate the data collection rules to virtual machines based on the specific data you want to collect from each machine.
3422

3523
## Create data collection rule and association
3624

37-
To send data to Log Analytics, create the data collection rule in the **same region** where your Log Analytics workspace resides. You can still associate the rule to machines in other supported regions.
25+
To send data to Log Analytics, create the data collection rule in the **same region** as your Log Analytics workspace. You can still associate the rule to machines in other supported regions.
3826

3927
### [Portal](#tab/portal)
4028

@@ -84,7 +72,7 @@ To send data to Log Analytics, create the data collection rule in the **same reg
8472
8573
### [API](#tab/api)
8674

87-
1. Manually create the DCR file using the JSON format shown in [Sample DCR](data-collection-rule-sample-agent.md).
75+
1. Create a DCR file using the JSON format shown in [Sample DCR](data-collection-rule-sample-agent.md).
8876

8977
2. Create the rule using the [REST API](/rest/api/monitor/datacollectionrules/create#examples).
9078

0 commit comments

Comments
 (0)