A cloud-based identity and access management service for securing user authentication and resource access
Use Microsoft Entra audit logs and, if configured, exported logs to determine whether any access reviews are missing or deleted.
- In the Microsoft Entra admin center, go to Audit logs.
- Filter on:
- Category: Policy (or equivalent category used for access reviews)
- Activity type: at least Create access review, Update access review, Access review ended, Delete access review, Apply decision
- Date range: cover the full period in question (for example, November–January).
- Review the results:
- If there are Create access review events for Q4 but no corresponding entries in the access reviews blade, those reviews may have been deleted; look for Delete access review events to confirm.
- If there are no audit events at all for that period, then no access reviews were created in the tenant during those dates.
- If audit logs are being exported to Azure Monitor Log Analytics or Azure Event Hubs, query those workspaces for the same activity types and date range to see historical events beyond the retention period of the Entra audit logs and to track completion over time.
This approach shows definitively whether reviews were created, updated, ended, or deleted, and whether any expected Q4 reviews are missing from the current access review list.
References: