I'm searching for a reliable way to automate software deployments (like SIEM or XDR tools) in Azure. When a developer creates a VM using Terraform, I want it to automatically get flagged as a new device and have the necessary software deployed to it. Initially, I thought about using Intune, but it seems more tailored for client PCs. I'm also considering PowerShell, though I'm hesitant to enable PowerShell remoting. What tools or methods do you all recommend for easily deploying third-party software in Azure?
1 Answer
We typically use Intune for deploying desktop software to our developer VMs in Windows 365. It handles the software installation pretty well!

We do the same with our Azure Virtual Desktops (AVDs) using Intune.