Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ To fetch Azure app registration details, the [Datadog-Azure integration][1] requ
3. Click **+ Add a permission**.
4. In the panel that opens, select **Microsoft Graph**.
5. On the next page, select **Application permissions**. Then, under _Select permissions_, search for and enable each of the following permissions.
- `AdministrativeUnit.Read.All`
- `Application.Read.All`
- `AuditLog.Read.All`
- `Directory.Read.All`
- `Domain.Read.All`
- `Group.Read.All`
- `Policy.Read.All`
- `PrivilegedAssignmentSchedule.Read.AzureADGroup`
- `PrivilegedEligibilitySchedule.Read.AzureADGroup`
- `RoleManagement.Read.All`
- `User.Read.All`

Click the checkbox on the left, and click the **Add permissions** button at the bottom to add each permission.
Expand Down
Loading