Azure Portal에서 이러한 쿼리를 사용하는 방법에 대한 자세한 내용은 Log Analytics 자습서를 참조하세요. REST API는 쿼리를 참조 하세요.
Microsoft Entra 인증 감사 로그
Microsoft Entra 인증 감사 이벤트 로깅
source
| project
TimeGenerated = todatetime(['time']),
Location = ___location,
OperationName = operationName,
CacheName = tostring(properties.tenant),
Message = tostring(properties.auditLog.message),
Authentication = tostring(properties.auditLog.authentication),
Username = tostring(properties.auditLog.username),
IpAddress = tostring(properties.auditLog.ipAddress),
ClientId = tostring(properties.auditLog.clientId),
ClientName = tostring(properties.auditLog.clientName),
Lifetime = tostring(properties.auditLog.lifeTime),
RoleInstance = toint(properties.roleInstance)