We have created a resource group using template deployment. Which has two Virtual Machine Scale Sets.Wanted to install antimalware in Virtual Machine scale set.We have tried installing through powershell script as below
Add-AzureRmVmssExtension -VirtualMachineScaleSet $VMscaleset -Publisher "Microsoft.Azure.Security" -Name "antimalwaredragovmss"
-Type "IaaSAntimalware" -TypeHandlerVersion "1.2"
But couldn't install it.
Are there any steps to install antimalware on Virtual Machine Scale set?
<object data-extension-version="0.4.0.129" data-install-updates-user-configuration="true" id="__symantecPKIClientMessenger" style="display:none;"></object><object data-extension-version="0.4.0.129" data-install-updates-user-configuration="true" id="__symantecPKIClientMessenger" style="display:none;"></object>