Skip to content

Commit b03516d

Browse files
authored
Merge pull request #89177 from MicrosoftDocs/master
9/19 PM Publish
2 parents 2ed6e73 + 8058404 commit b03516d

File tree

103 files changed

+1738
-566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+1738
-566
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/php-download-sdk.md",
5+
"redirect_url": "https://github.com/Azure/azure-sdk-for-php",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "articles/azure-government/documentation-government-get-started-connect-with-vs.md",
510
"redirect_url": "/azure/azure-government/documentation-government-welcome",

articles/active-directory/authentication/howto-registration-mfa-sspr-combined.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before enabling the new experience, review the article [Combined security inform
2727
| |
2828

2929
> [!NOTE]
30-
> Organizations who enabled the previous preview for registering and managing security info should complete the steps below to enable the enhanced preview experience. For organizations who do not make the switch, on September 25, 2019, Microsoft will switch users of the previous preview for registering and managing security info to the enhanced experience.
30+
> Organizations who enabled the previous preview for registering and managing security info should complete the steps below to enable the enhanced preview experience. For organizations who do not make the switch, on October 8, 2019, Microsoft will switch users of the previous preview for registering and managing security info to the enhanced experience.
3131
>
3232
> If you have not enabled any version of the preview your organization will not be impacted.
3333

articles/active-directory/develop/identity-platform-integration-checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Use the following checklist to ensure that your application is effectively integ
7575
| ![checkbox](./media/active-directory-integration-checklist/checkbox-two.svg) | For mobile apps, configure each platform using the application registration experience. In order for your application to take advantage of the Microsoft Authenticator or Microsoft Company Portal for single sign-in, your app needs a “broker redirect URI” configured. This allows Microsoft to return control to your application after authentication. When configuring each platform, the app registration experience will guide you through the process. Use the quickstart to download a working example. On iOS, use brokers and system webview whenever possible.|
7676
| ![checkbox](./media/active-directory-integration-checklist/checkbox-two.svg) | In web apps or web APIs, keep one token cache per account. For web apps, the token cache should be keyed by the account ID. For web APIs, the account should be keyed by the hash of the token used to call the API. MSAL.NET provides custom token cache serialization in the .NET Framework and .NET Core subplatforms. For security and performance reasons, our recommendation is to serialize one cache per user. For more information, read about [token cache serialization](msal-net-token-cache-serialization.md#token-cache-for-a-web-app-confidential-client-application).|
7777
| ![checkbox](./media/active-directory-integration-checklist/checkbox-two.svg) | If the data your app requires is available through [Microsoft Graph](https://developer.microsoft.com/graph), request permissions for this data using the Microsoft Graph endpoint rather than the individual API. |
78+
| ![checkbox](./media/active-directory-integration-checklist/checkbox-two.svg) |Don't look at the access token value, or attempt to parse it as a client. They can change values, formats, or even become encrypted without warning - always use the id_token if your client needs to learn something about the user, or call Microsoft Graph. Only web APIs should parse access tokens (since they are the ones defining the format and setting the encryption keys). |
7879

7980
## End-user experience
8081

articles/active-directory/users-groups-roles/TOC.yml

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,25 @@
3636
items:
3737
- name: Manage users
3838
items:
39-
- name: Add new users to Azure AD
39+
- name: Create users
4040
href: /azure/active-directory/fundamentals/add-users-azure-active-directory?context=azure/active-directory/users-groups-roles/context/ugr-context
41-
- name: Manage user profiles
41+
- name: Bulk create users (preview)
42+
href: users-bulk-add.md
43+
- name: Manage user profiles
4244
href: /azure/active-directory/fundamentals/active-directory-users-profile-azure-portal?context=azure/active-directory/users-groups-roles/context/ugr-context
43-
- name: Bulk operations (preview)
44-
items:
45-
- name: Download users (preview)
46-
href: users-bulk-download.md
47-
- name: Bulk import users (preview)
48-
href: users-bulk-add.md
49-
- name: Bulk delete users (preview)
50-
href: users-bulk-delete.md
51-
- name: Bulk restore users (preview)
52-
href: users-bulk-restore.md
45+
- name: Download user info (preview)
46+
href: users-bulk-download.md
5347
- name: Share user accounts
5448
href: users-sharing-accounts.md
5549
- name: Assign users to admin roles
5650
href: /azure/active-directory/fundamentals/active-directory-users-assign-role-azure-portal?context=azure/active-directory/users-groups-roles/context/ugr-context
51+
- name: Bulk delete users (preview)
52+
href: users-bulk-delete.md
5753
- name: Restore a deleted user
5854
href: /azure/active-directory/fundamentals/active-directory-users-restore?context=azure/active-directory/users-groups-roles/context/ugr-context
59-
- name: Close your account in an unmanaged directory
55+
- name: Bulk restore users (preview)
56+
href: users-bulk-restore.md
57+
- name: Close an account in an unmanaged directory
6058
href: users-close-account.md
6159
- name: Add B2B users
6260
href: /azure/active-directory/b2b/what-is-b2b?context=azure/active-directory/users-groups-roles/context/ugr-context
@@ -86,28 +84,26 @@
8684
href: /azure/active-directory/fundamentals/active-directory-manage-groups?context=azure/active-directory/users-groups-roles/context/ugr-context
8785
- name: Search group and member lists (preview)
8886
href: groups-members-owners-search.md
87+
- name: Create a group (Azure portal)
88+
href: /azure/active-directory/fundamentals/active-directory-groups-create-azure-portal?context=azure/active-directory/users-groups-roles/context/ugr-context
8989
- name: Manage groups PowerShell for Graph (v2)
9090
href: groups-settings-v2-cmdlets.md
9191
- name: Manage groups PowerShell MSOnline
9292
href: groups-settings-cmdlets.md
93-
- name: Manage group members
93+
- name: Add or remove group members
9494
href: /azure/active-directory/fundamentals/active-directory-groups-members-azure-portal?context=azure/active-directory/users-groups-roles/context/ugr-context
95+
- name: Bulk add members (preview)
96+
href: groups-bulk-import-members.md
97+
- name: Bulk remove members (preview)
98+
href: groups-bulk-remove-members.md
99+
- name: Bulk download member list (preview)
100+
href: groups-bulk-download-members.md
95101
- name: Manage group owners
96102
href: /azure/active-directory/fundamentals/active-directory-accessmanagement-managing-group-owners?context=azure/active-directory/users-groups-roles/context/ugr-context
97-
- name: Bulk operations (preview)
98-
items:
99-
- name: Bulk import members (preview)
100-
href: groups-bulk-import-members.md
101-
- name: Bulk download members (preview)
102-
href: groups-bulk-download-members.md
103-
- name: Bulk remove members (preview)
104-
href: groups-bulk-remove-members.md
105-
- name: Bulk download a groups list (preview)
106-
href: groups-bulk-download.md
103+
- name: Bulk download groups list (preview)
104+
href: groups-bulk-download.md
107105
- name: Manage groups in groups
108106
href: /azure/active-directory/fundamentals/active-directory-groups-membership-azure-portal?context=azure/active-directory/users-groups-roles/context/ugr-context
109-
- name: Create a group (Azure portal)
110-
href: /azure/active-directory/fundamentals/active-directory-groups-create-azure-portal?context=azure/active-directory/users-groups-roles/context/ugr-context
111107
- name: Add group access to SaaS apps
112108
href: groups-saasapps.md
113109
- name: Groups naming reference

articles/active-directory/users-groups-roles/domains-admin-takeover.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,11 @@ When you verify ownership of the domain name, Azure AD removes the domain name f
8484
### Support for external admin takeover
8585
External admin takeover is supported by the following online services:
8686

87-
- Power BI
8887
- Azure Rights Management
8988
- Exchange Online
9089

9190
The supported service plans include:
9291

93-
- Power BI Free
94-
- Power BI Pro
9592
- PowerApps Free
9693
- PowerFlow Free
9794
- RMS for individuals
@@ -110,10 +107,6 @@ The key and templates are not moved over when the unmanaged tenant is in a diffe
110107

111108
Although RMS for individuals is designed to support Azure AD authentication to open protected content, it doesn't prevent users from also protecting content. If users did protect content with the RMS for individuals subscription, and the key and templates were not moved over, that content is not accessible after the domain takeover.
112109

113-
#### More information about Power BI
114-
115-
When you perform an external takeover, Power BI content that was created before the takeover is placed in a [Power BI Archived Workspace](/power-bi/service-admin-power-bi-archived-workspace). You must manually migrate any content that you want to use in the new tenant.
116-
117110
### Azure AD PowerShell cmdlets for the ForceTakeover option
118111
You can see these cmdlets used in [PowerShell example](#powershell-example).
119112

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ Using Azure Active Directory (Azure AD) portal, you can bulk download the member
2222
> [!NOTE]
2323
> Azure AD bulk operations are a public preview feature of Azure AD and are available with any paid Azure AD license plan. For more information about preview use terms, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2424
25-
## Bulk download service limits
26-
27-
Each bulk activity to download a list of group members can run for up to one hour. This enables you to download of a list of at least 500,000 members.
28-
2925
## To bulk download group membership
3026

3127
1. Sign in to [the Azure portal](https://portal.azure.com) with a User administrator account in the organization. Group owners can also bulk download members of groups they own.
@@ -41,6 +37,10 @@ You can see the status of all of your pending bulk requests in the **Bulk operat
4137

4238
![The Bulk operations results page shows you bulk request status](./media/groups-bulk-download-members/bulk-center.png)
4339

40+
## Bulk download service limits
41+
42+
Each bulk activity to download a list of group members can run for up to one hour. This enables you to download a list of at least 500,000 members.
43+
4444
## Next steps
4545

4646
- [Bulk import group members](groups-bulk-import-members.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ Using Azure Active Directory (Azure AD) portal, you can bulk download the list o
2323
> [!NOTE]
2424
> Azure AD bulk operations are a public preview feature of Azure AD and are available with any paid Azure AD license plan. For more information about preview use terms, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2525
26-
## Bulk download service limits
27-
28-
Each bulk activity to download a group list can run for up to one hour. This enables you to download a list of at least 300,000 groups.
29-
3026
## To download a list of groups
3127

3228
1. Sign in to [the Azure portal](https://portal.azure.com) with an administrator account in the organization.
@@ -41,6 +37,10 @@ You can see the status of all of your pending bulk requests in the **Bulk operat
4137

4238
![The Bulk operations results page shows you bulk request status](./media/groups-bulk-download/bulk-center.png)
4339

40+
## Bulk download service limits
41+
42+
Each bulk activity to download a group list can run for up to one hour. This enables you to download a list of at least 300,000 groups.
43+
4444
## Next steps
4545

4646
- [Bulk remove group members](groups-bulk-remove-members.md)

articles/active-directory/users-groups-roles/groups-bulk-import-members.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,39 @@ Using Azure Active Directory (Azure AD) portal, you can add a large number of me
2222
> [!NOTE]
2323
> Azure AD bulk operations are a public preview feature of Azure AD and are available with any paid Azure AD license plan. For more information about preview use terms, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2424
25-
## Bulk import service limits
26-
27-
Each bulk activity to import a list of group members can run for up to one hour. This enables importation of a list of at least 40,000 members.
28-
2925
## To bulk import group members
3026

3127
1. Sign in to [the Azure portal](https://portal.azure.com) with a User administrator account in the organization. Group owners can also bulk import members of groups they own.
3228
1. In Azure AD, select **Groups** > **All groups**.
3329
1. Open the group to which you're adding members and then select **Members**.
34-
1. On the **Members** page, select **Import members** to download, update, and upload a CSV file listing the members that you want to import into the group.
30+
1. On the **Members** page, select **Import members**.
31+
1. On the **Bulk import group members (Preview)** page, select **Download** to get the CSV file template with required group member properties.
32+
33+
![The Import Members command is on the profile page for the group](./media/groups-bulk-import-members/import-panel.png)
34+
35+
1. Open the CSV file and add a line for each group member you want to import into the group (required values are either **Member object ID** or **User principal name**). Then save the file.
3536

36-
![The Import Members command is on the profile page for the group](./media/groups-bulk-import-members/import-panel.png)
37+
![The CSV file contains names and IDs for the members to import](./media/groups-bulk-import-members/csv-file.png)
38+
39+
1. On the **Bulk import group members (Preview)** page, under **Upload your csv file**, browse to the file. When you select the file, validation of the CSV file starts.
40+
1. When the file contents are validated, the bulk import page displays **File uploaded successfully**. If there are errors, you must fix them before you can submit the job.
41+
1. When your file passes validation, select **Submit** to start the Azure bulk operation that imports the group members to the group.
42+
1. When the import operation completes, you'll see a notification that the bulk operation succeeded.
3743

3844
## Check import status
3945

4046
You can see the status of all of your pending bulk requests in the **Bulk operation results (preview)** page.
4147

4248
![The Bulk operations results page shows you bulk request status](./media/groups-bulk-import-members/bulk-center.png)
4349

50+
For details about each line item within the bulk operation, select the values under the **# Success**, **# Failure**, or **Total Requests** columns. If failures occurred, the reasons for failure will be listed.
51+
52+
## Bulk import service limits
53+
54+
Each bulk activity to import a list of group members can run for up to one hour. This enables importation of a list of at least 40,000 members.
55+
4456
## Next steps
4557

4658
- [Bulk remove group members](groups-bulk-remove-members.md)
4759
- [Download members of a group](groups-bulk-download-members.md)
60+
- [Download a list of all groups](groups-bulk-download.md)

articles/active-directory/users-groups-roles/groups-bulk-remove-members.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,39 @@ Using Azure Active Directory (Azure AD) portal, you can remove a large number of
2222
> [!NOTE]
2323
> Azure AD bulk operations are a public preview feature of Azure AD and are available with any paid Azure AD license plan. For more information about preview use terms, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2424
25-
## Bulk removal service limits
26-
27-
Each bulk activity to remove a list of group members from can run for up to one hour. This enables removal of a list of at least 40,000 members.
28-
2925
## To bulk remove group members
3026

3127
1. Sign in to [the Azure portal](https://portal.azure.com) with a User administrator account in the organization. Group owners can also bulk remove members of groups they own.
3228
1. In Azure AD, select **Groups** > **All groups**.
3329
1. Open the group from which you're removing members and then select **Members**.
34-
1. On the **Members** page, select **Remove members** to download, update, and upload a CSV file listing the members that you want to remove from the group.
30+
1. On the **Members** page, select **Remove members**.
31+
1. On the **Bulk remove group members (Preview)** page, select **Download** to get the CSV file template with required group member properties.
3532

3633
![The Remove Members command is on the profile page for the group](./media/groups-bulk-remove-members/remove-panel.png)
3734

35+
1. Open the CSV file and add a line for each group member you want to remove from the group (required values are Member object ID or User principal name). Then save the file.
36+
37+
![The CSV file contains names and IDs for the members to remove](./media/groups-bulk-remove-members/csv-file.png)
38+
39+
1. On the **Bulk remove group members (Preview)** page, under **Upload your csv file**, browse to the file. When you select the file, validation of the .csv file starts.
40+
1. When the file contents are validated, the bulk import page displays **File uploaded successfully**. If there are errors, you must fix them before you can submit the job.
41+
1. When your file passes validation, select **Submit** to start the Azure bulk operation that removes the group members from the group.
42+
1. When the removal operation completes, you'll see a notification that the bulk operation succeeded.
43+
3844
## Check removal status
3945

4046
You can see the status of all of your pending bulk requests in the **Bulk operation results (preview)** page.
4147

4248
![The Bulk operations results page shows you bulk request status](./media/groups-bulk-remove-members/bulk-center.png)
4349

50+
For details about each line item within the bulk operation, select the values under the **# Success**, **# Failure**, or **Total Requests** columns. If failures occurred, the reasons for failure will be listed.
51+
52+
## Bulk removal service limits
53+
54+
Each bulk activity to remove a list of group members from can run for up to one hour. This enables removal of a list of at least 40,000 members.
55+
4456
## Next steps
4557

4658
- [Bulk import group members](groups-bulk-import-members.md)
4759
- [Download members of a group](groups-bulk-download-members.md)
60+
- [Download a list of all groups](groups-bulk-download.md)
7.34 KB
Loading

0 commit comments

Comments
 (0)