Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion articles/security/fundamentals/antimalware-code-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ You can use these samples to deploy and configure the Microsoft Antimalware exte
## Deploy Microsoft Antimalware on Azure Resource Manager VMs

> [!NOTE]
> Before executing this code sample, you must uncomment the variables and provide appropriate values.
> Before executing this code sample, you must uncomment the variables and provide appropriate values.<br>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> Before executing this code sample, you must uncomment the variables and provide appropriate values.<br>
> Before executing this code sample, you must uncomment the variables and provide appropriate values.

Copy link

Copilot AI Oct 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The <br> HTML tag is used inconsistently with the Markdown format. Consider using a blank line with > to create a line break within the NOTE block, which is more idiomatic for Markdown blockquotes.

Suggested change
> Before executing this code sample, you must uncomment the variables and provide appropriate values.<br>
> Before executing this code sample, you must uncomment the variables and provide appropriate values.
>

Copilot uses AI. Check for mistakes.
> WARNING: Deploying or updating this extension will replace existing Defender AV settings, including exclusions.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> WARNING: Deploying or updating this extension will replace existing Defender AV settings, including exclusions.
> [!WARNING]
> Deploying or updating this extension will replace existing Defender AV settings, including exclusions.


```powershell
# Script to add Microsoft Antimalware extension to Azure Resource Manager VMs
Expand Down