Microsoft Defender for Cloud interactive guide
Connect non-Azure machines
- Regardless of whether you are using
auto provisioningormanualprovisioning, 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
installandconfiguretheagenton each device. This involves individual effort for each installation. - Auto Provisioning: You
setup asystemtoautomatethe deployment and configuration of agents. This can involvescriptingorusing configuration management toolsto 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 servertoAzure Arc, you need to generate aPowerShell script. This script is thenexecutedon theon-premises serverto establish aconnectionwith Azure Arc. - Protecting the On-Premises Server:
- Install Log Analytics Agent: To enable
log analytics and protection, you mustinstall the Log Analytics agenton theon-premises server. You’ll need to configure the agent with theWorkspace ID and Primary Keyfrom your Azure Log Analytics workspace. This setup allows the server to send data back to Azure Arc for monitoring and analytics.
Manual Provisioning: Youmanually executethescriptand 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: Youexecutethescript, but theagentinstallation 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.