AppServiceAuditLogs 테이블에 대한 쿼리
Azure Portal에서 이러한 쿼리를 사용하는 방법에 대한 자세한 내용은 Log Analytics 자습서를 참조하세요. REST API는 쿼리를 참조 하세요.
예기치 않은 사용자와 관련된 감사 로그
나열된 사용자가 아닌 로그인한 사용자의 감사 로그를 나열합니다.
// To create an alert for this query, click '+ New alert rule'
AppServiceAuditLogs
| where UserDisplayName != "user@company.com"