I am getting below error on installing MicroSoft AntiMalware Extension to Azure Virtual Machine.

Error 1:
System.InvalidOperationException: Cannot start service MSMPSvc on computer '.'. ---System.ComponentModel.Win32Exception: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it --- End of inner exception stack trace --- at System.ServiceProcess.ServiceController.Start(String[] args) at Microsoft.Azure.Security.EngineConfiguratorWmi.EnableAntiMalware(String ServiceName) at Microsoft.Azure.Security.CampEngine.Enable(AntimalwareConfig newConfig)
Error 2:
Enable step getting DLLNotFoundException:System.DLLNotFoundException:Unable to load DLL 'MpClient.dll': The Specified module could not be found. (Exception from HRESULT:0x8007007E) at Microsoft.Azure.Security.MpClient.MpManagerOpen (UInt32 dwReserverd, IntPtr&PmPHandle)at Microsoft.Azure.Security.EnginerConfiguratorApi.EnableAntimalware(String Servicename) at Microsoft.Azure.Security.CampEngine.Enable(AntimalwareConfig newConfig)