Skip to content

Commit a400cf2

Browse files
committed
Merge branch 'master' of https://github.com/Microsoft/azure-docs-pr into oct0819
2 parents 4d9a7df + dd6bf26 commit a400cf2

File tree

16 files changed

+144
-45
lines changed

16 files changed

+144
-45
lines changed
54.2 KB
Loading
74 KB
Loading
-20.9 KB
Loading
37.2 KB
Loading
60.6 KB
Loading
-78.4 KB
Loading

articles/active-directory/users-groups-roles/users-bulk-add.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@ ms.collection: M365-identity-device-management
1919

2020
Azure Active Directory (Azure AD) supports bulk user create and delete operations, bulk invite for guests, and supports downloading lists of users, groups, and group members.
2121

22-
## Bulk import service limits
23-
24-
Each bulk activity to create users can run for up to one hour. This enables bulk creation of at least 50,000 users.
25-
2622
## Required permissions
2723

2824
In order to bulk create users in the administration portal, you must be signed in as a Global administrator or User administrator.
2925

30-
## To bulk import users
26+
## To create users in bulk
3127

3228
1. [Sign in to your Azure AD organization](https://aad.portal.azure.com) with an account that is a User administrator in the organization.
3329
1. In Azure AD, select **Users** > **Bulk create**.
34-
1. On the **Bulk create user** page, select **Download** to receive a valid comma-separated values (CSV) file of user properties, and then add your new users.
30+
1. On the **Bulk create user** page, select **Download** to receive a valid comma-separated values (CSV) file of user properties, and then add add users you want to create.
3531

36-
![The CSV file contains names and IDs of the users to create](./media/users-bulk-add/add-csv-file.png)
32+
![Select a local CSV file in which you list the users you want to add](./media/users-bulk-add/upload-button.png)
3733

38-
1. When you finish editing the CSV file or if you have one of your own ready to upload, select the file under **Upload your CSV file** to be validated.
34+
1. Open the CSV file and add a line for each user you want to create. The only required values are **Name**, **User principal name**, **Initial password** and **Block sign in (Yes/No)**. Then save the file.
3935

40-
![Select a local CSV file in which you list the users you want to add](./media/users-bulk-add/upload-button.png)
36+
![The CSV file contains names and IDs of the users to create](./media/users-bulk-add/add-csv-file.png)
37+
38+
1. On the **Bulk create user (Preview)** page, under Upload your CSV file, browse to the file. When you select the file and click **Submit**, validation of the CSV file starts.
39+
1. After the file contents are validated, you’ll see **File uploaded successfully**. If there are errors, you must fix them before you can submit the job.
40+
1. When your file passes validation, select **Submit** to start the Azure bulk operation that imports the new users.
41+
1. When the import operation completes, you'll see a notification of the bulk operation job status.
4142

42-
1. When the file contents are validated, you must fix any errors before you can start the upload job.
43-
1. When your file passes validation, select **Submit** to start the Azure batch job that adds the new user information. 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.
43+
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.
4444

4545
## Check status
4646

@@ -67,6 +67,10 @@ Get-AzureADUser -Filter "UserType eq 'Member'"
6767

6868
You should see that the users that you created are listed.
6969

70+
## Bulk import service limits
71+
72+
Each bulk activity to create users can run for up to one hour. This enables bulk creation of at least 50,000 users.
73+
7074
## Next steps
7175

7276
- [Bulk delete users](users-bulk-delete.md)

articles/active-directory/users-groups-roles/users-bulk-delete.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
title: Bulk delete users (preview) in the Azure Active Directory portal | Microsoft Docs
43
description: Delete users in bulk in the Azure admin center in Azure Active Directory
54
services: active-directory
@@ -22,18 +21,22 @@ Using Azure Active Directory (Azure AD) portal, you can remove a large number of
2221

2322
## To bulk delete users
2423

25-
1. Sign in to your Azure AD organization with an account that is a User administrator in the organization.
24+
1. [Sign in to your Azure AD organization](https://aad.portal.azure.com) with an account that is a User administrator in the organization.
2625
1. In Azure AD, select **Users** > **Bulk delete**.
27-
1. On the **Bulk delete user** page, select **Download** to receive a valid CSV file of user properties, and then add the users you want to delete.
26+
1. On the **Bulk delete user** page, select **Download** to receive a valid CSV file of user properties.
2827

29-
![The CSV file contains names and IDs of the users to delete](./media/users-bulk-delete/delete-csv-file.png)
28+
![Select a local CSV file in which you list the users you want to delete](./media/users-bulk-delete/bulk-delete.png)
3029

31-
1. When you finish editing the CSV file, select the file under **Upload your CSV file** to be validated.
30+
1. Open the CSV file and add a line for each user you want to delete. The only required value is **User principal name**. Then save the file.
3231

33-
![Select a local CSV file in which you list the users you want to delete](./media/users-bulk-delete/bulk-delete.png)
32+
![The CSV file contains names and IDs of the users to delete](./media/users-bulk-delete/delete-csv-file.png)
33+
34+
1. On the **Bulk delete user (Preview)** page, under **Upload your csv file**, browse to the file. When you select the file and click submit, validation of the CSV file starts.
35+
1. When the file contents are validated, you’ll see **File uploaded successfully**. If there are errors, you must fix them before you can submit the job.
36+
1. When your file passes validation, select **Submit** to start the Azure bulk operation that deletes the users.
37+
1. When the deletion operation completes, you'll see a notification that the bulk operation succeeded.
3438

35-
1. When the file contents are validated, you must fix any errors before the job is submitted.
36-
1. When your file passes validation, select **Submit** to start the Azure batch job that deletes the users. 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.
39+
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.
3740

3841
## Check status
3942

articles/active-directory/users-groups-roles/users-bulk-restore.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,22 @@ Azure Active Directory (Azure AD) supports bulk user create and delete operation
2121

2222
## To bulk restore users
2323

24-
1. [Sign in to your Azure AD organization](https://aad.portal.azure.com) with an account that is a User administrator in the organization.
24+
1. [Sign in to your Azure AD organization](https://aad.portal.azure.com) with an account that is a User administrator in the Azure AD organization.
2525
1. In Azure AD, select **Users** > **Deleted**.
2626
1. On the **Deleted users** page, select **Bulk restore** to upload a valid CSV file of properties of the users to restore.
2727

2828
![Select the bulk restore command on the Deleted users page](./media/users-bulk-restore/bulk-restore.png)
2929

30-
1. When you finish editing the CSV file or if you have one of your own ready to upload, select the file under **Upload your CSV file** to be validated.
30+
1. Open the CSV file and add a line for each user you want to restore. The only required value is **ObjectID**. Then save the file.
3131

3232
![Select a local CSV file in which you list the users you want to add](./media/users-bulk-restore/upload-button.png)
3333

34-
1. When the file contents are validated, fix the file info and re-submit the file if there are errors. Submitting a valid file starts the data upload job automatically.
35-
1. After the CSV file passes validation, select **Submit** to start the Azure batch job that restores the users. 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.
34+
1. On the **Bulk restore (Preview)** page, under **Upload your csv file**, browse to the file. When you select the file and click **Submit**, validation of the CSV file starts.
35+
1. When the file contents are validated, you’ll see **File uploaded successfully**. If there are errors, you must fix them before you can submit the job.
36+
1. When your file passes validation, select **Submit** to start the Azure bulk operation that restores the users.
37+
1. When the restore operation completes, you'll see a notification that the bulk operation succeeded.
38+
39+
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.
3640

3741
## Check status
3842

articles/ansible/index.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ landingContent:
2121
links:
2222
- text: About Ansible on Azure
2323
url: ansible-overview.md
24-
- linkListType: architecture
24+
- linkListType: reference
2525
links:
26-
- text: Ansible module and version matrix
27-
url: ansible-matrix.md
26+
- text: Releases and features
27+
url: ./ansible-matrix.md
28+
- text: All modules for Azure
29+
url: https://docs.ansible.com/ansible/latest/modules/list_of_cloud_modules#azure
2830

2931
# Card
3032
- title: Install and Configure Ansible

0 commit comments

Comments
 (0)