Skip to content

Commit 7726c0c

Browse files
committed
fix
1 parent 621c686 commit 7726c0c

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

articles/security/fundamentals/antimalware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When using Azure App Service on Windows, the underlying service that hosts the w
4747

4848
> [!NOTE]
4949
> Microsoft Defender Antivirus is the built-in Antimalware enabled in Windows Server 2016 and above.
50-
> The Azure VM Antimalware extension can still be added to a Windows Server 2016 and above Azure VM with Microsoft Defender Antivirus. In this scenario, the extension applies any optional [configuration policies](antimalware.md#default-and-custom-antimalware-configuration) to be used by Microsoft Defender Antivirus The extension does not deploy any additional antimalware services.
50+
> The Azure VM Antimalware extension can still be added to a Windows Server 2016 and above Azure VM with Microsoft Defender Antivirus. In this scenario, the extension applies any optional [configuration policies](antimalware.md#default-and-custom-antimalware-configuration) to be used by Microsoft Defender Antivirus The extension does not deploy any other antimalware services.
5151
> See the [Samples](antimalware.md#samples) section of this article for more details.
5252
5353
### Microsoft antimalware workflow

articles/virtual-machines/extensions/iaas-antimalware-windows.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,28 @@ ms.author: terrylan
2121

2222
## Overview
2323

24-
The modern threat landscape for cloud environments is extremely dynamic, increasing the pressure on business IT cloud subscribers to maintain effective protection in order to meet compliance and security requirements. Microsoft Antimalware for Azure is free real-time protection capability that helps identify and remove viruses, spyware, and other malicious software, with configurable alerts when known malicious or unwanted software attempts to install itself or run on your Azure systems. The solution is built on the same antimalware platform as Microsoft Security Essentials (MSE), Microsoft Forefront Endpoint Protection, Microsoft System Center Endpoint Protection, Windows Intune, and Windows Defender for Windows 8.0 and higher.
24+
The modern threat landscape for cloud environments is dynamic, increasing the pressure on business IT cloud subscribers to maintain effective protection in order to meet compliance and security requirements. Microsoft Antimalware for Azure is free, real-time protection capability. Microsoft Antimalware helps identify and remove viruses, spyware, and other malicious software, with configurable alerts when known malicious or unwanted software attempts to install itself or run on your Azure systems. The solution is built on the same antimalware platform as Microsoft Security Essentials (MSE), Microsoft Forefront Endpoint Protection, Microsoft System Center Endpoint Protection, Windows Intune, and Windows Defender for Windows 8.0 and higher.
2525
Microsoft Antimalware for Azure is a single-agent solution for applications and tenant environments, designed to run in the background without human intervention. You can deploy protection based on the needs of your application workloads, with either basic secure-by-default or advanced custom configuration, including antimalware monitoring.
2626

2727
## Prerequisites
2828

2929
### Operating system
3030

31-
The Microsoft Antimalware for Azure solution includes the Microsoft Antimalware Client, and Service, Antimalware classic deployment model, Antimalware PowerShell cmdlets, and Azure Diagnostics Extension. The Microsoft Antimalware solution is supported on Windows Server 2008 R2, Windows Server 2012, and Windows Server 2012 R2 operating system families.
32-
It is not supported on the Windows Server 2008 operating system, and also is not supported in Linux.
31+
The Microsoft Antimalware for Azure solution includes the Microsoft Antimalware Client, and Service, Antimalware classic deployment model, Antimalware PowerShell cmdlets, and Azure Diagnostics Extension. The Microsoft Antimalware solution is supported on Windows Server 2008 R2, Windows Server 2012, and Windows Server 2012 R2 operating system families.
32+
It isn't supported on the Windows Server 2008 operating system, and also isn't supported in Linux.
3333

34-
Windows Defender is the built-in Antimalware enabled in Windows Server 2016. The Windows Defender Interface is also enabled by default on some Windows Server 2016 SKU's.
35-
The Azure VM Antimalware extension can still be added to a Windows Server 2016 Azure VM with Windows Defender, but in this scenario the extension will apply any optional configuration policies to be used by Windows Defender, the extension will not deploy any additional antimalware service.
36-
For more information, see [Update to Azure Antimalware Extension for Cloud Services](/archive/blogs/azuresecurity/update-to-azure-antimalware-extension-for-cloud-services).
34+
Windows Defender is the built-in Antimalware enabled in Windows Server 2016. The Windows Defender Interface is also enabled by default on some Windows Server 2016 SKUs. The Azure VM Antimalware extension can still be added to a Windows Server 2016 and above Azure VM with Windows Defender. In this scenario the extension applies any optional [configuration policies](../../security/fundamentals/antimalware.md#default-and-custom-antimalware-configuration) to be used by Windows Defender. The extension does not deploy any other antimalware service. See the [Samples](../../security/fundamentals/antimalware.md#samples) section of the Microsoft Antimalware article for more details.
3735

3836
### Internet connectivity
3937

40-
The Microsoft Antimalware for Windows requires that the target virtual machine is connected to the internet to receive regular engine and signature updates.
38+
The Microsoft Antimalware for Windows requires that the target virtual machine is connected to the internet to receive regular engine and signature updates.
4139

4240
## Template deployment
4341
Azure VM extensions can be deployed with Azure Resource Manager templates. Templates are ideal when deploying one or more virtual machines that require post deployment configuration such as onboarding to Azure Antimalware.
4442

45-
The JSON configuration for a virtual machine extension can be nested inside the virtual machine resource, or placed at the root or top level of a Resource Manager JSON template.
43+
The JSON configuration for a virtual machine extension can be nested inside the virtual machine resource, or placed at the root or top level of a Resource Manager JSON template.
4644
The placement of the JSON configuration affects the value of the resource name and type.
47-
For more information, see [Set name and type for child resources](../../azure-resource-manager/templates/child-resource-name-type.md).
45+
For more information, see [Set name and type for child resources](../../azure-resource-manager/templates/child-resource-name-type.md).
4846

4947
The following example assumes the VM extension is nested inside the virtual machine resource. When nesting the extension resource, the JSON is placed in the `"resources": []` object of the virtual machine.
5048

@@ -103,7 +101,7 @@ AntimalwareEnabled
103101
- Values: true/false
104102

105103
- true = Enable
106-
- false = Error out, as false is not a supported value
104+
- false = Error out, as false isn't a supported value
107105

108106
RealtimeProtectionEnabled
109107

@@ -151,13 +149,13 @@ Microsoft Antimalware extension logs are available at - %Systemdrive%\WindowsAzu
151149
| -2147156121 | Setup tried to remove competitor product. But competitor product uninstall failed | Try to remove the competitor product manually, reboot, and retry installation |
152150
| -2147156116 | Policy file validation failed | Make sure you pass a valid policy XML file to setup |
153151
| -2147156095 | Setup couldn't start the Antimalware service | Verify all binaries are correctly signed, and right licensing file is installed |
154-
| -2147023293 | A fatal error occurred during installation. In most cases, it will. Epp.msi, cant register\start\stop AM service or mini filter driver | MSI logs from EPP.msi are required here for future investigation |
155-
| -2147023277 | Installation package could not be opened | Verify that the package exists, and is accessible, or contact the application vendor to verify that this is a valid Windows Installer package |
152+
| -2147023293 | A fatal error occurred during installation. In most cases, it will. Epp.msi, can't register\start\stop AM service or mini filter driver | MSI logs from EPP.msi are required here for future investigation |
153+
| -2147023277 | Installation package couldn't be opened | Verify that the package exists, and is accessible, or contact the application vendor to verify that this is a valid Windows Installer package |
156154
| -2147156109 | Windows Defender is required as a prerequisite | |
157-
| -2147205073 | The websso issuer is not supported | |
158-
| -2147024893 | The system cannot find the path specified | |
159-
| -2146885619 | Not a cryptographic message or the cryptographic message is not formatted correctly | |
160-
| -1073741819 | The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s | |
155+
| -2147205073 | The websso issuer isn't supported | |
156+
| -2147024893 | The system can't find the path specified | |
157+
| -2146885619 | Not a cryptographic message or the cryptographic message isn't formatted correctly | |
158+
| -1073741819 | The instruction at 0x%p referenced memory at 0x%p. The memory couldn't be %s | |
161159
| 1 | Incorrect Function | |
162160

163161
### Support

0 commit comments

Comments
 (0)