Hi Morsi,
Azure Monitor Agent is not automatically installed with Data Collection Rules (DCRs). While DCRs configure data collection rules, the agent installation is a separate step. Some considerations here:
- Data Collection Rules (DCRs): DCRs configure data collection but do not install the Azure Monitor Agent on VMs. To monitor VMs, you need to install the agent separately. Consider using the VM extension or client installer for agent installation.
- Verification: Run
Get-AzMonitorAgentStatus
in PowerShell to check agent status on VMs.
https://learn.microsoft.com/EN-us/azure/azure-monitor/agents/azure-monitor-agent-windows-client
Let me know if you have any additional doubt.
Luis