Skip to content

Commit 265a7e5

Browse files
authored
Merge pull request #79034 from MicrosoftDocs/master
Merge master to live 7:16 AM (replaces 3 AM publish)
2 parents 45e4466 + 52e40e7 commit 265a7e5

File tree

68 files changed

+1226
-354
lines changed

Some content is hidden

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

68 files changed

+1226
-354
lines changed

articles/active-directory-b2c/social-transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This article provides examples for using the social account claims transformatio
3434

3535
## CreateAlternativeSecurityId
3636

37-
Creates a JSON representation of the user’s alternativeSecurityId property that can be used in the calls to Azure Active Directory. For more information, see [AlternativeSecurityId's schema](/previous-versions/azure/ad/graph/api/entity-and-complex-type-reference#AlternativeSecurityIdType).
37+
Creates a JSON representation of the user’s alternativeSecurityId property that can be used in the calls to Azure Active Directory. For more information, see [AlternativeSecurityId's schema](/previous-versions/azure/ad/graph/api/entity-and-complex-type-reference#alternativesecurityid-type).
3838

3939
| Item | TransformationClaimType | Data Type | Notes |
4040
| ---- | ----------------------- | --------- | ----- |

articles/active-directory-b2c/tutorial-add-identity-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To enable sign-in for users from Azure AD, you need to register an application w
4242

4343
1. Sign in to the [Azure portal](https://portal.azure.com).
4444
2. Make sure you're using the directory that contains your Azure AD tenant by clicking the **Directory and subscription filter** in the top menu and choosing the directory that contains your Azure AD tenant.
45-
3. Choose **All services** in the top-left corner of the Azure portal, and then search for and select **App registrations**.
45+
3. Choose **All services** in the top-left corner of the Azure portal, and then search for and select **App registrations (Legacy)**.
4646
4. Select **New application registration**.
4747
5. Enter a name for your application. For example, `Azure AD B2C App`.
4848
6. For the **Application type**, select `Web app / API`.
@@ -147,4 +147,4 @@ In this article, you learned how to:
147147
> * Add the identity providers to your user flow
148148
149149
> [!div class="nextstepaction"]
150-
> [Customize the user interface of your applications in Azure Active Directory B2C](tutorial-customize-ui.md)
150+
> [Customize the user interface of your applications in Azure Active Directory B2C](tutorial-customize-ui.md)

articles/active-directory/b2b/o365-external-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ OneDrive/SharePoint Online has a separate invitation manager. Support for extern
3030

3131
- Azure AD B2B collaboration invited users can be picked from OneDrive/SharePoint Online sharing dialog boxes. OneDrive/SharePoint Online invited users also show up in Azure AD after they redeem their invitations.
3232

33-
- The licensing requirements differ. For each paid Azure AD license, you can let up to 5 guest users access your paid Azure AD features. To learn more about licensing, see [Azure AD B2B licensing](https://docs.microsoft.com/azure/active-directory/b2b/licensing-guidance) and ["What is an external user?" in the SharePoint Online external sharing overview](https://docs.microsoft.com/sharepoint/external-sharing-overview#what-is-an-external-user).
33+
- The licensing requirements differ. For each paid Azure AD license, you can let up to 5 guest users access your paid Azure AD features. To learn more about licensing, see [Azure AD B2B licensing](https://docs.microsoft.com/azure/active-directory/b2b/licensing-guidance) and ["What is an external user?" in the SharePoint Online external sharing overview](https://docs.microsoft.com/sharepoint/external-sharing-overview#what-happens-when-users-share).
3434

3535
To manage external sharing in OneDrive/SharePoint Online with Azure AD B2B collaboration, set the OneDrive/SharePoint Online external sharing setting to **Allow sharing only with the external users that already exist in your organization's directory**. Users can go to externally shared sites and pick from external collaborators that the admin has added. The admin can add the external collaborators through the B2B collaboration invitation APIs.
3636

articles/active-directory/conditional-access/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ For every sign-in, Azure Active Directory evaluates all policies and ensures tha
105105

106106
### Does conditional access work with Exchange ActiveSync?
107107

108-
Yes, you can use Exchange ActiveSync in a conditional access policy with some [limitations](https://docs.microsoft.com/azure/active-directory/conditional-access/conditional-access-for-exo-and-spo#exchange-activesync).
108+
Yes, you can use Exchange ActiveSync in a conditional access policy with some [limitations](https://docs.microsoft.com/azure/active-directory/conditional-access/conditional-access-for-exo-and-spo).
109109

110110
### How should you configure conditional access with Office 365 apps?
111111

articles/active-directory/reports-monitoring/troubleshoot-content-pack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: article
1515
ms.tgt_pltfrm: na
1616
ms.workload: identity
1717
ms.subservice: report-monitor
18-
ms.date: 11/13/2018
18+
ms.date: 06/07/2019
1919
ms.author: markvi
2020
ms.reviewer: dhanyahk
2121

@@ -45,7 +45,7 @@ This article provides you with information about the possible causes and how to
4545
| Cause | How to fix |
4646
| --- | --- |
4747
| Refresh failure errors can be caused when the credentials of the users connecting to the content pack have been reset but not updated in the connection settings of the content pack. | In Power BI, locate the dataset corresponding to the Azure AD activity logs dashboard (**Azure Active Directory Activity logs**), choose schedule refresh, and then enter your Azure AD credentials. |
48-
| A refresh can fail due to data issues in the underlying content pack. | [File a support ticket](../fundamentals/active-directory-troubleshooting-support-howto.md).|
48+
| A refresh can fail due to large datasets. | Currently, the Azure AD Content pack with Power BI can support only small data sets (less than 500,00 rows) because of some limitations around timeouts in the Power BI Service. If you encounter throttling errors or if the refresh fails due to timeout issues, this might because you are trying to fetch a large dataset. Reduce the time period in the query and try again.|
4949

5050

5151
## Failed to update data source credentials

0 commit comments

Comments
 (0)