Skip to content

Commit 2a199ea

Browse files
Merge pull request #283168 from yoavfr/docs-editor/advanced-configurations-for-ma-1722513880
Update advanced-configurations-for-malware-scanning.md
2 parents b70b418 + 6c6de55 commit 2a199ea

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/defender-for-cloud/advanced-configurations-for-malware-scanning.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Learn more on how to [set up response for malware scanning](defender-for-storage
2323

2424
For each storage account enabled with malware scanning, you can define a Log Analytics workspace destination to store every scan result in a centralized log repository that is easy to query.
2525

26-
:::image type="content" source="media/azure-defender-storage-configure/log-analytics-settings.png" alt-text="Screenshot showing where to configure a Log Analytics destination for scan log." lightbox="media/azure-defender-storage-configure/log-analytics-settings.png":::
27-
2826
Before sending scan results to Log Analytics, [create a Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md) or use an existing one.
2927

3028
To configure the Log Analytics destination, navigate to the relevant storage account, open the **Microsoft Defender for Cloud** tab, and select the settings to configure.
3129

30+
:::image type="content" source="media/azure-defender-storage-configure/log-analytics-settings.png" alt-text="Screenshot showing where to configure a Log Analytics destination for scan log." lightbox="media/azure-defender-storage-configure/log-analytics-settings.png":::
31+
3232
This configuration can be performed using REST API as well:
3333

3434
Request URL:
@@ -57,7 +57,9 @@ Request Body:
5757
}
5858
}
5959
```
60-
60+
> [!NOTE]
61+
> The Azure portal lists Log Analytics workspaces from the same subscription as the storage account. The REST API can be used to configure a Log Analytics workspace from a different subscription of the same tenant, as described above.
62+
> Scan results will be recorded in a table named `StorageMalwareScanningResults`. This table is created when the first scan result is recorded.
6163
## Setting up Event Grid for malware scanning
6264

6365
For each storage account enabled with malware scanning, you can configure to send every scan result using an Event Grid event for automation purposes.

0 commit comments

Comments
 (0)