Skip to content

Commit 90b753a

Browse files
(Azure CXP) Technical Doc Update
Added the following at line 37 . 2. [License Requirements](#license-requirements) and the following at line 47 ## License Requirements In order to access the sign-in reports for a tenant, an Azure AD tenant must have associated Azure AD Premium license. Azure AD Premium P1 (or above) license is required to access sign-in reports for any Azure AD tenant. Alternatively if the directory type is Azure AD B2C , the sign-in reports are accessible through the API without any additional license requirement. As per MicrosoftDocs/azure-docs#51693 ------- cc: @MARKUSVI
1 parent 51f670e commit 90b753a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ The reporting API uses [OAuth](https://docs.microsoft.com/azure/api-management/a
2929
To prepare your access to the reporting API, you need to:
3030

3131
1. [Assign roles](#assign-roles)
32-
2. [Register an application](#register-an-application)
33-
3. [Grant permissions](#grant-permissions)
34-
4. [Gather configuration settings](#gather-configuration-settings)
32+
2. [License Requirements](#license-requirements)
33+
3. [Register an application](#register-an-application)
34+
4. [Grant permissions](#grant-permissions)
35+
5. [Gather configuration settings](#gather-configuration-settings)
3536

3637
## Assign roles
3738

@@ -43,6 +44,10 @@ To get access to the reporting data through the API, you need to have one of the
4344

4445
- Global Administrator
4546

47+
## License Requirements
48+
49+
In order to access the sign-in reports for a tenant, an Azure AD tenant must have associated Azure AD Premium license. Azure AD Premium P1 (or above) license is required to access sign-in reports for any Azure AD tenant. Alternatively if the directory type is Azure AD B2C , the sign-in reports are accessible through the API without any additional license requirement.
50+
4651

4752
## Register an application
4853

0 commit comments

Comments
 (0)