Query Details
union isfuzzy=true SigninLogs, AADNonInteractiveUserSignInLogs, ADFSSignInLogs, AADServicePrincipalSignInLogs, AADManagedIdentitySignInLogs
This query is combining data from multiple log sources related to sign-ins. Specifically, it is merging data from:
The union isfuzzy=true part of the query means that the union operation is being performed in a way that allows for some flexibility in matching the schema of the different tables. This can be useful if the tables have slightly different structures or fields. In simple terms, this query is gathering and combining all sign-in related logs from these different sources into a single dataset for analysis.

Jose Sebastián Canós
Released: March 14, 2025
Tables
Keywords
Operators