Skip to content

Commit c4c734c

Browse files
authored
Merge pull request #178325 from yutanglin16/patch-14
Call out for AV Logs in preview
2 parents 89a07f1 + 56a0015 commit c4c734c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/app-service/troubleshoot-diagnostic-logs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,14 @@ The following table shows the supported log types and descriptions:
198198
| AppServiceAppLogs | ASP.NET & Tomcat <sup>1</sup> | ASP.NET & Tomcat <sup>1</sup> | Java SE & Tomcat Blessed Images <sup>2</sup> | Java SE & Tomcat Blessed Images <sup>2</sup> | Application logs |
199199
| AppServiceIPSecAuditLogs | Yes | Yes | Yes | Yes | Requests from IP Rules |
200200
| AppServicePlatformLogs | TBA | Yes | Yes | Yes | Container operation logs |
201-
| AppServiceAntivirusScanAuditLogs | Yes | Yes | Yes | Yes | [Anti-virus scan logs](https://azure.github.io/AppService/2020/12/09/AzMon-AppServiceAntivirusScanAuditLogs.html) using Microsoft Defender; **only available for Premium tier** |
201+
| AppServiceAntivirusScanAuditLogs <sup>3</sup> | Yes | Yes | Yes | Yes | [Anti-virus scan logs](https://azure.github.io/AppService/2020/12/09/AzMon-AppServiceAntivirusScanAuditLogs.html) using Microsoft Defender; **only available for Premium tier** |
202202
203203
<sup>1</sup> For Tomcat apps, add `TOMCAT_USE_STARTUP_BAT` to the app settings and set it to `false` or `0`. Need to be on the *latest* Tomcat version and use *java.util.logging*.
204204
205205
<sup>2</sup> For Java SE apps, add `WEBSITE_AZMON_PREVIEW_ENABLED` to the app settings and set it to `true` or to `1`.
206206
207+
<sup>3</sup> AppServiceAntivirusScanAuditLogs log type is still currently in Preview
208+
207209
## <a name="nextsteps"></a> Next steps
208210
* [Query logs with Azure Monitor](../azure-monitor/logs/log-query-overview.md)
209211
* [How to Monitor Azure App Service](web-sites-monitor.md)

0 commit comments

Comments
 (0)