Skip to content

Commit 9fd7a21

Browse files
committed
fixes
1 parent 13293c4 commit 9fd7a21

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6630,7 +6630,7 @@
66306630
"redirect_document_id": false
66316631
},
66326632
{
6633-
"source_path_from_root": "/articles/azure-monitor/agents/resource-manager-agent.md",
6633+
"source_path_from_root": "/articles/azure-monitor/agents/resource-manager-data-collection-rules.md",
66346634
"redirect_url": "/azure/azure-monitor/essentials/data-collection-rule-create-edit?tabs=arm#manually-create-a-dcr",
66356635
"redirect_document_id": false
66366636
}

articles/azure-monitor/agents/azure-monitor-agent-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ You can use Resource Manager templates to install Azure Monitor Agent on Azure v
191191
Get sample templates for installing the agent and creating the association from the following resources:
192192

193193
- [Template to install Azure Monitor agent (Azure and Azure Arc)](../agents/resource-manager-agent.md#azure-monitor-agent)
194-
- [Template to create association with data collection rule](./resource-manager-data-collection-rules.md)
194+
- [Template to create association with data collection rule](../essentials/data-collection-rule-create-edit.md?tabs=arm#manually-create-a-dcr)
195195

196196
Install the templates by using [any deployment method for Resource Manager templates](../../azure-resource-manager/templates/deploy-powershell.md), such as the following commands.
197197

articles/azure-monitor/includes/waf-vm-operation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: bwren
33
ms.author: bwren
44
ms.service: azure-monitor
55
ms.topic: include
6-
ms.date: 03/30/2023
6+
ms.date: 03/23/2024
77
---
88

99
### Design checklist
@@ -22,7 +22,7 @@ ms.date: 03/30/2023
2222
|:---|:---|
2323
| Migrate from legacy agents to Azure Monitor agent. | The Azure Monitor agent is simpler to manage than the legacy Log Analytics agent and allows more flexibility in your [Log Analytics workspace design](). Both the Windows and Linux agents allow multihoming, which means they can connect to multiple workspaces. Data collection rules allow you to manage your data collection settings at scale and define unique, scoped configurations for subsets of machines. See [Migrate to Azure Monitor Agent from Log Analytics agent](../agents/azure-monitor-agent-migration.md) for considerations and migration methods. |
2424
| Use Azure Arc to monitor your VMs outside of Azure. | [Azure Arc for servers](../../azure-arc/servers/overview.md) allows you to manage physical servers and virtual machines hosted outside of Azure, on your corporate network, or other cloud provider. With the [Azure Connected machine agent](../../azure-arc/servers/agent-overview.md) in place, you can deploy the Azure Monitor agent to these VMs using the same method that you do for your Azure VMs and then monitor your entire collection of VMs using the same Azure Monitor tools. |
25-
| Use Azure Policy to deploy agents and assign data collection rules. | [Azure Policy](../../governance/policy/overview.md) allows you to have agents automatically deployed to sets of existing VMs and any new VMs that are created. This ensures that all VMs are monitored with minimal intervention by administrators. If you use VM insights, see [Enable VM insights by using Azure Policy](../vm/vminsights-enable-policy.md). If you want to manage Azure Monitor agent without VM insights, see [Enable Azure Monitor Agent by using Azure Policy](../agents/azure-monitor-agent-manage.md#use-azure-policy). See [Resource Manager template samples for data collection rules in Azure Monitor](../agents/resource-manager-data-collection-rules.md) for a template to create a data collection rule association. |
25+
| Use Azure Policy to deploy agents and assign data collection rules. | [Azure Policy](../../governance/policy/overview.md) allows you to have agents automatically deployed to sets of existing VMs and any new VMs that are created. This ensures that all VMs are monitored with minimal intervention by administrators. If you use VM insights, see [Enable VM insights by using Azure Policy](../vm/vminsights-enable-policy.md). If you want to manage Azure Monitor agent without VM insights, see [Enable Azure Monitor Agent by using Azure Policy](../agents/azure-monitor-agent-manage.md#use-azure-policy). See [Manually create a DCR](../essentials/data-collection-rule-create-edit.md?tabs=arm#manually-create-a-dcr) for a template to create a data collection rule association. |
2626
| Establish a strategy for structure of data collection rules. | Data collection rules define data to collect from virtual machines with the Azure Monitor agent and where to send that data. Each DCR can include multiple collection scenarios and be associated with any number of VMs. [Establish a strategy for configuring DCRs](../essentials/data-collection-rule-best-practices.md) to collect only required data for different groups of VMs while minimizing the number of DCRs that you need to manage. |
2727
| Consider migrating SCOM client management packs to Azure Monitor. | If you have an existing SCOM environment for monitoring client workloads, you may be able to migrate enough of the management pack logic to Azure Monitor to allow you to retire your SCOM environment, or at least to retire certain management packs. See [Migrate from System Center Operations Manager (SCOM) to Azure Monitor](../vm/monitor-virtual-machine-management-packs.md#migrate-management-pack-logic-for-vm-workloads). |
2828

articles/azure-monitor/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,8 +1451,6 @@ items:
14511451
items:
14521452
- name: Create a resource
14531453
href: app/resource-manager-app-resource.md
1454-
- name: Data collection rules
1455-
href: agents/resource-manager-data-collection-rules.md
14561454
- name: Diagnostic settings
14571455
href: essentials/resource-manager-diagnostic-settings.md
14581456
- name: Log Analytics workspaces

articles/azure-monitor/whats-new.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ Azure Monitor Workbooks documentation previously resided on an external GitHub r
792792
| [Collect text and IIS logs with Azure Monitor Agent (preview)](agents/data-collection-text-log.md) | Corrected error in data collection rule. |
793793
| [Overview of the Azure monitoring agents](agents/agents-overview.md) | Added new OS supported for agent. |
794794
| [Resource Manager template samples for agents](agents/resource-manager-agent.md) | Added Bicep examples. |
795-
| [Resource Manager template samples for data collection rules](agents/resource-manager-data-collection-rules.md) | Fixed bug in sample parameter file. |
796795
| [Rsyslog data not uploaded due to Full Disk space issue on Azure Monitor Agent Linux Agent](agents/azure-monitor-agent-troubleshoot-linux-vm-rsyslog.md) | New article. |
797796
| [Troubleshoot the Azure Monitor Agent on Linux virtual machines and scale sets](agents/azure-monitor-agent-troubleshoot-linux-vm.md) | New article. |
798797
| [Troubleshoot the Azure Monitor Agent on Windows Arc-enabled server](agents/azure-monitor-agent-troubleshoot-windows-arc.md) | New article. |

0 commit comments

Comments
 (0)