Skip to content

Commit 9e32f58

Browse files
Merge pull request #221567 from besiler/patch-2
Note to clarify how to do large download
2 parents f226d20 + 521fd8f commit 9e32f58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/active-directory/reports-monitoring/howto-download-logs.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ Azure AD stores activity logs for a specific period. For more information, see [
4747
- Timestamps in the downloaded files are based on UTC.
4848
- For large data sets (> 250,000 records), you should use the [reporting API](/graph/api/resources/azure-ad-auditlog-overview?view=graph-rest-1.0) to download the data.
4949

50+
> [!NOTE]
51+
> **Issues downloading large data sets**
52+
> The Azure Portal downloader will time out if you attempt to download large data sets. Generally, data sets smaller than 250,000 records work well with the browser download feature. If you face issues completing large downloads in the browser, you should use the [reporting API](/graph/api/resources/azure-ad-auditlog-overview?view=graph-rest-1.0) to download the data.
53+
5054
## How to download activity logs
5155

5256
You can access the activity logs from the **Monitoring** section of Azure AD or from the **Users** page of Azure AD. If you view the audit logs from the **Users** page, the filter category will be set to **UserManagement**. Similarly, if you view the audit logs from the **Groups** page, the filter category will be set to **GroupManagement**. Regardless of how you access the activity logs, your download is based on the filter you've set.
@@ -72,4 +76,4 @@ If your tenant has enabled the [sign-in logs preview](concept-all-sign-ins.md),
7276
## Next steps
7377

7478
- [Integrate Azure AD logs with Azure Monitor](howto-integrate-activity-logs-with-log-analytics.md)
75-
- [Access Azure AD logs using the Graph API](quickstart-access-log-with-graph-api.md)
79+
- [Access Azure AD logs using the Graph API](quickstart-access-log-with-graph-api.md)

0 commit comments

Comments
 (0)