AZ-801 · Question #26
You have a Microsoft Sentinel deployment and 100 Azure Arc-enabled on-premises servers. All the Azure Arc-enabled resources are in the same resource group. You need to onboard the servers to…
The correct answer is B. Azure Policy. To onboard multiple Azure Arc-enabled servers to Microsoft Sentinel with minimal administrative effort, Azure Policy should be used. Azure Policy can automatically deploy the Log Analytics agent, which is essential for Sentinel data collection, to all specified Azure…
Question
Options
- AAzure Automation
- BAzure Policy
- CAzure virtual machine extensions
- DMicrosoft Defender for Cloud
How the community answered
(57 responses)- A4% (2)
- B70% (40)
- C18% (10)
- D9% (5)
Why each option
To onboard multiple Azure Arc-enabled servers to Microsoft Sentinel with minimal administrative effort, Azure Policy should be used. Azure Policy can automatically deploy the Log Analytics agent, which is essential for Sentinel data collection, to all specified Azure Arc-enabled machines.
Azure Automation can be used to run scripts, but configuring and managing automation runbooks for onboarding 100 servers would generally involve more administrative effort than a declarative Azure Policy assignment.
Azure Policy allows you to define, assign, and manage policies across your Azure resources, including Azure Arc-enabled servers, to enforce standards and assess compliance. By creating a policy assignment that automatically deploys the Azure Monitor Agent (or Log Analytics agent for older Sentinel workspaces) to all Azure Arc-enabled servers within the specified resource group, you can ensure they are onboarded to Microsoft Sentinel with minimal manual intervention, adhering to the principle of least administrative effort.
Azure virtual machine extensions are used to deploy agents, but applying them individually to 100 servers or managing them without a policy orchestration tool would not minimize administrative effort effectively.
Microsoft Defender for Cloud provides security posture management and threat protection, and while it might leverage the same agents, it does not primarily handle the mass onboarding of Azure Arc servers to Sentinel for data collection in the most administratively efficient way.
Concept tested: Azure Policy for mass agent deployment (Sentinel onboarding)
Source: learn.microsoft.com/azure/azure-monitor/agents/azure-monitor-arc-onboard
Topics
Community Discussion
No community discussion yet for this question.