Skip to content

Commit 07db70c

Browse files
committed
link-fixing-2
1 parent e744275 commit 07db70c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/reports-monitoring/howto-configure-prerequisites-for-reporting-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.collection: M365-identity-device-management
1616
---
1717
# Prerequisites to access the Azure Active Directory reporting API
1818

19-
The Azure Active Directory (Azure AD) [reporting APIs](/graph/api/resources/azure-ad-auditlog-overview?view=graph-rest-1.0) provide you with programmatic access to the data through a set of REST APIs. You can call these APIs from many programming languages and tools. The reporting API uses [OAuth](../../api-management/api-management-howto-protect-backend-with-aad.md) to authorize access to the web APIs.
19+
The Azure Active Directory (Azure AD) [reporting APIs](/graph/api/resources/azure-ad-auditlog-overview) provide you with programmatic access to the data through a set of REST APIs. You can call these APIs from many programming languages and tools. The reporting API uses [OAuth](../../api-management/api-management-howto-protect-backend-with-aad.md) to authorize access to the web APIs.
2020

2121
This article describes how to enable Microsoft Graph to access the Azure AD reporting APIs in the Azure portal and through PowerShell
2222

@@ -116,7 +116,7 @@ Microsoft Graph PowerShell cmdlets:
116116
- **Audit logs:** `Get-MgAuditLogDirectoryAudit`
117117
- **Sign-in logs:** `Get-MgAuditLogSignIn`
118118
- **Provisioning logs:** `Get-MgAuditLogProvisioning`
119-
- Explore the full list of [reporting related Microsoft Graph PowerShell cmdlets](powershell/module/microsoft.graph.reports).
119+
- Explore the full list of [reporting-related Microsoft Graph PowerShell cmdlets](/powershell/module/microsoft.graph.reports).
120120

121121
Microsoft Graph API endpoints:
122122
- **Audit logs:** `https://graph.microsoft.com/v1.0/auditLogs/directoryAudits`

0 commit comments

Comments
 (0)