Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/integration/categories/iam/entra_id_graph_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ type: intake
5. Total logs/day: 250,000 – 1,500,000

If your environment exceeds these numbers, we strongly recommend to use the Microsoft Entra ID / Azure AD integration (see [Microsoft Entra ID](entra_id.md))


!!! warning
This integration will **only** collect `Interactive user sign-in events`, `Federated sign-in events`, `Provisioning events` and `Audit logs`.
If you need to collect more event types, please use the [Microsoft Entra ID (Azure AD)](entra_id.md).

Comment on lines +35 to 39
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new !!! warning admonition body is indented with tabs and has trailing whitespace. In this file other admonitions use 4-space indentation, and tabs/trailing spaces can lead to inconsistent Markdown rendering; please switch the body indentation to 4 spaces and trim trailing spaces (you can also collapse the extra blank line before the admonition).

Suggested change
!!! warning
This integration will **only** collect `Interactive user sign-in events`, `Federated sign-in events`, `Provisioning events` and `Audit logs`.
If you need to collect more event types, please use the [Microsoft Entra ID (Azure AD)](entra_id.md).
!!! warning
This integration will **only** collect `Interactive user sign-in events`, `Federated sign-in events`, `Provisioning events` and `Audit logs`.
If you need to collect more event types, please use the [Microsoft Entra ID (Azure AD)](entra_id.md).

Copilot uses AI. Check for mistakes.

## Configure
Expand Down