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
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ For more information, see [Set name and type for child resources](/azure/azure-r

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

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.


```json
{
"type": "Microsoft.Compute/virtualMachines/extensions",
Expand Down