A cloud-based identity and access management service for securing user authentication and resource access
Hello Terrance DeJesus,
This does not appear to be a configuration issue. Based on the information you shared, your diagnostic settings and routing are configured correctly.
Although AzureADGraphActivityLogs can be enabled through the API, it may not emit events even when valid Azure AD Graph (graph.windows.net) traffic is generated. Since other categories such as AuditLogs, SignInLogs, MicrosoftGraphActivityLogs, and ProvisioningLogs are successfully flowing to the same destination, the diagnostic pipeline itself appears to be functioning as expected.
Azure AD Graph has been deprecated and replaced by Microsoft Graph. The absence of AzureADGraphActivityLogs from the official “Logs available for streaming from Microsoft Entra ID” documentation suggests that this category is not broadly supported for customer telemetry.
To answer your questions:
- The category does not appear to be generally available for active telemetry collection.
- While it can still be configured through the API, event generation may not occur in all tenants.
As an alternative, you can use Sign-in Logs, Audit Logs, or monitor traffic to graph.windows.net through your network tooling to identify applications still using Azure AD Graph. Migrating those applications to Microsoft Graph is recommended, as Microsoft Graph activity logging is fully supported.
Overall, the behavior you observed appears to be a platform limitation rather than an issue with your tenant configuration.