Microsoft Defender for Cloud interactive guide
Connect non-Azure machines
- Regardless of whether you are using
auto provisioning
ormanual
provisioning, the initial installation of the agent on on-premises devices generally requires some form of manual intervention. Here's a brief breakdown: - Manual Provisioning: You manually
install
andconfigure
theagent
on each device. This involves individual effort for each installation. - Auto Provisioning: You
set
up asystem
toautomate
the deployment and configuration of agents. This can involvescripting
orusing configuration management tools
to deploy the agent, but the initial setup of the automation framework might still require some manual steps.
Connecting an on-premises server to Azure Arc and protecting
- Connecting an On-Premises Server to
Azure Arc
: - Generate and Run PowerShell Script: To
onboard an on-premises server
toAzure Arc
, you need to generate aPowerShell script
. This script is thenexecuted
on theon-premises server
to establish aconnection
with Azure Arc. - Protecting the On-Premises Server:
- Install Log Analytics Agent: To enable
log analytics and protection
, you mustinstall the Log Analytics agent
on theon-premises server
. You’ll need to configure the agent with theWorkspace ID and Primary Key
from your Azure Log Analytics workspace. This setup allows the server to send data back to Azure Arc for monitoring and analytics.
Manual Provisioning
: Youmanually execute
thescript
and install theagent yourself
. This means you handle both the execution of the script and the installation of the agent manually, including configuring any necessary parameters.Auto Provisioning
: Youexecute
thescript
, but theagent
installation process isautomated
. The script handles the installation and configuration of the agent, including the automatic setup of the relevantworkspace ID and primary key
, reducing the need for manual intervention in these steps.