Skip to content

Commit e620540

Browse files
authored
Merge pull request #253586 from barclayn/bulk-export-updates
adding an include with a note and surfacing the note in multiple arti…
2 parents d4a9769 + 28a27cb commit e620540

File tree

7 files changed

+42
-0
lines changed

7 files changed

+42
-0
lines changed

articles/active-directory/enterprise-users/groups-bulk-download-members.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ You can bulk download the members of a group in your organization to a comma-sep
2929

3030
![The Download Members command is on the profile page for the group](./media/groups-bulk-download-members/download-panel.png)
3131

32+
[!INCLUDE [Bulk update warning](~/articles/active-directory/includes/bulk-export.md)]
33+
3234
## Check download status
3335

3436
You can see the status of all of your pending bulk requests in the **Bulk operation results** page.

articles/active-directory/enterprise-users/users-bulk-add.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ The rows in a downloaded CSV template are as follows:
7272

7373
If there are errors, you can download and view the results file on the **Bulk operation results** page. The file contains the reason for each error. The file submission must match the provided template and include the exact column names.
7474

75+
[!INCLUDE [Bulk update warning](~/articles/active-directory/includes/bulk-export.md)]
76+
7577
## Check status
7678

7779
You can see the status of all of your pending bulk requests in the **Bulk operation results** page.

articles/active-directory/enterprise-users/users-bulk-delete.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ The rows in a downloaded CSV template are as follows:
5252

5353
If there are errors, you can download and view the results file on the **Bulk operation results** page. The file contains the reason for each error.
5454

55+
[!INCLUDE [Bulk update warning](~/articles/active-directory/includes/bulk-export.md)]
56+
5557
## Check status
5658

5759
You can see the status of all of your pending bulk requests in the **Bulk operation results** page.

articles/active-directory/enterprise-users/users-bulk-download.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ You can see the status of your pending bulk requests in the **Bulk operation res
7676

7777
Each bulk activity to export a list of users can run for up to one hour. This pace enables export and download of a list of up to 500,000 users.
7878

79+
[!INCLUDE [Bulk update warning](~/articles/active-directory/includes/bulk-export.md)]
80+
7981
## Next steps
8082

8183
- [Bulk add users](users-bulk-add.md)

articles/active-directory/enterprise-users/users-bulk-restore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ The rows in a downloaded CSV template are as follows:
6262

6363
If there are errors, you can download and view the results file on the **Bulk operation results** page. The file contains the reason for each error.
6464

65+
[!INCLUDE [Bulk update warning](~/articles/active-directory/includes/bulk-export.md)]
66+
6567
## Check status
6668

6769
You can see the status of all of your pending bulk requests in the **Bulk operation results** page.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: include file
3+
description: include file
4+
author: barclayn
5+
manager: amycolannino
6+
ms.service: active-directory
7+
ms.workload: identity
8+
ms.topic: include
9+
ms.date: 10/03/2023
10+
ms.author: barclayn
11+
ms.custom: include file
12+
---
13+
14+
>[!NOTE]
15+
> When performing bulk operations, such as import or create, you may encounter a problem if the bulk operation does not complete within the hour.
16+
To work around this issue, we recommend splitting the number of records processed per batch. For example, before an export, you could limit the result set by filtering on a group type or user name to reduce the size of the results.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: include file
3+
description: include file
4+
author: barclayn
5+
manager: amycolannino
6+
ms.service: active-directory
7+
ms.workload: identity
8+
ms.topic: include
9+
ms.date: 10/03/2023
10+
ms.author: barclayn
11+
ms.custom: include file
12+
---
13+
14+
>[!Note]
15+
> When performing bulk operations, such as import or create, you may encounter a problem if the bulk operation does not complete within the hour.
16+
To work around this issue, we recommend splitting the number of records processed per batch. For example, before an export, you could limit the result set by filtering on a group type or user name to reduce the size of the results.

0 commit comments

Comments
 (0)