Skip to content

Commit 0f628c8

Browse files
authored
Merge pull request #88284 from iainfoulds/azureadds-freshness091219
[AzureADDS] Freshness updates and edits
2 parents aa70f54 + 42c268f commit 0f628c8

File tree

7 files changed

+92
-77
lines changed

7 files changed

+92
-77
lines changed

articles/active-directory-domain-services/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
items:
9090
- name: Deploy Azure AD Application Proxy
9191
href: deploy-azure-app-proxy.md
92-
- name: Configure support for profile synchronization for SharePoint Server
92+
- name: Enable profile synchronization for SharePoint Server
9393
href: deploy-sp-profile-sync.md
9494
- name: Troubleshoot
9595
items:
Lines changed: 53 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,79 @@
11
---
2-
title: 'Azure Active Directory Domain Services: Enable SharePoint User Profile service | Microsoft Docs'
3-
description: Configure Azure Active Directory Domain Services managed domains to support profile synchronization for SharePoint Server
2+
title: Enable SharePoint User Profile service with Azure AD DS | Microsoft Docs
3+
description: Learn how to configure an Azure Active Directory Domain Services managed domain to support profile synchronization for SharePoint Server
44
services: active-directory-ds
5-
documentationcenter: ''
65
author: iainfoulds
76
manager: daveba
8-
editor: curtand
97

108
ms.assetid: 938a5fbc-2dd1-4759-bcce-628a6e19ab9d
119
ms.service: active-directory
1210
ms.subservice: domain-services
1311
ms.workload: identity
14-
ms.tgt_pltfrm: na
15-
ms.devlang: na
1612
ms.topic: conceptual
17-
ms.date: 06/22/2018
13+
ms.date: 09/12/2019
1814
ms.author: iainfou
1915

2016
---
17+
# Configure Azure Active Directory Domain Services to support user profile synchronization for SharePoint Server
2118

22-
# Configure a managed domain to support profile synchronization for SharePoint Server
23-
SharePoint Server includes a User Profile Service that is used for user profile synchronization. To set up the User Profile Service, appropriate permissions need to be granted on an Active Directory domain. For more information, see [grant Active Directory Domain Services permissions for profile synchronization in SharePoint Server 2013](https://technet.microsoft.com/library/hh296982.aspx).
19+
SharePoint Server includes a service to synchronize user profiles. This feature lets user profiles be stored in a central location and accessible across multiple SharePoint sites and farms. To configure the SharePoint Server user profile service, the appropriate permissions must be granted in an Azure Active Directory Domain Services (Azure AD DS) managed domain. For more information, see [user profile synchronization in SharePoint Server](https://technet.microsoft.com/library/hh296982.aspx).
2420

25-
This article explains how you can configure Azure AD Domain Services managed domains to deploy the SharePoint Server User Profile Sync service.
21+
This article shows you how to configure Azure AD DS to allow the SharePoint Server user profile sync service.
2622

27-
[!INCLUDE [active-directory-ds-prerequisites.md](../../includes/active-directory-ds-prerequisites.md)]
23+
## Before you begin
2824

29-
## The 'AAD DC Service Accounts' group
30-
A security group called '**AAD DC Service Accounts**' is available within the 'Users' organizational unit on your managed domain. You can see this group in the **Active Directory Users and Computers** MMC snap-in on your managed domain.
25+
To complete this article, you need the following resources and privileges:
3126

32-
![AAD DC Service Accounts security group](./media/active-directory-domain-services-admin-guide/aad-dc-service-accounts.png)
27+
* An active Azure subscription.
28+
* If you don’t have an Azure subscription, [create an account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
29+
* An Azure Active Directory tenant associated with your subscription, either synchronized with an on-premises directory or a cloud-only directory.
30+
* If needed, [create an Azure Active Directory tenant][create-azure-ad-tenant] or [associate an Azure subscription with your account][associate-azure-ad-tenant].
31+
* An Azure Active Directory Domain Services managed domain enabled and configured in your Azure AD tenant.
32+
* If needed, complete the tutorial to [create and configure an Azure Active Directory Domain Services instance][create-azure-ad-ds-instance].
33+
* A Windows Server management VM that is joined to the Azure AD DS managed domain.
34+
* If needed, complete the tutorial to [create a management VM][tutorial-create-management-vm].
35+
* A user account that's a member of the *Azure AD DC administrators* group in your Azure AD tenant.
36+
* A SharePoint service account for the user profile synchronization service.
37+
* If needed, see [Plan for administrative and service accounts in SharePoint Server][sharepoint-service-account].
3338

34-
Members of this security group are delegated the following privileges:
35-
- The 'Replicate Directory Changes' privilege on the root DSE of the managed domain.
36-
- The 'Replicate Directory Changes' privilege on the Configuration naming context (cn=configuration container) of the managed domain.
39+
## Service accounts overview
3740

38-
This security group is also a member of the built-in group **Pre-Windows 2000 Compatible Access**.
41+
In an Azure AD DS managed domain, a security group named **AAD DC Service Accounts** exists as part of the *Users* organizational unit (OU). Members of this security group are delegated the following privileges:
3942

40-
![AAD DC Service Accounts security group](./media/active-directory-domain-services-admin-guide/aad-dc-service-accounts-properties.png)
43+
- **Replicate Directory Changes** privilege on the root DSE.
44+
- **Replicate Directory Changes** privilege on the *Configuration* naming context (`cn=configuration` container).
4145

46+
The **AAD DC Service Accounts** security group is also a member of the built-in group **Pre-Windows 2000 Compatible Access**.
4247

43-
## Enable your managed domain to support SharePoint Server user profile sync
44-
You can add the service account used for SharePoint user profile synchronization to the **AAD DC Service Accounts** group. As a result, the synchronization account gets adequate privileges to replicate changes to the directory. This configuration step enables SharePoint Server user profile sync to work correctly.
48+
When added to this security group, the service account for SharePoint Server user profile synchronization service is granted the required privileges to work correctly.
4549

46-
![AAD DC Service Accounts - add members](./media/active-directory-domain-services-admin-guide/aad-dc-service-accounts-add-member.png)
50+
## Enable support for SharePoint Server user profile sync
4751

48-
![AAD DC Service Accounts - add members](./media/active-directory-domain-services-admin-guide/aad-dc-service-accounts-add-member2.png)
52+
The service account for SharePoint Server needs adequate privileges to replicate changes to the directory and let SharePoint Server user profile sync work correctly. To provide these privileges, add the service account used for SharePoint user profile synchronization to the **AAD DC Service Accounts** group.
4953

50-
## Related Content
51-
* [Technical Reference - Grant Active Directory Domain Services permissions for profile synchronization in SharePoint Server 2013](https://technet.microsoft.com/library/hh296982.aspx)
54+
From your Azure AD DS management VM, complete the following steps:
55+
56+
> [!NOTE]
57+
> To edit group membership in an Azure AD DS managed domain, you must be signed in to a user account that's a member of the *AAD DC Administrators* group.
58+
59+
1. From the Start screen, select **Administrative Tools**. A list of available management tools is shown that were installed in the tutorial to [create a management VM][tutorial-create-management-vm].
60+
1. To manage group membership, select **Active Directory Administrative Center** from the list of administrative tools.
61+
1. In the left pane, choose your Azure AD DS managed domain, such as *contoso.com*. A list of existing OUs and resources is shown.
62+
1. Select the **Users** OU, then choose the *AAD DC Service Accounts* security group.
63+
1. Select **Members**, then choose **Add...**.
64+
1. Enter the name of the SharePoint service account, then select **OK**. In the following example, the SharePoint service account is named *spadmin*:
65+
66+
![Add the SharePoint service account to the AAD DC Service Accounts security group](./media/deploy-sp-profile-sync/add-member-to-aad-dc-service-accounts-group.png)
67+
68+
## Next steps
69+
70+
For more information, see [Grant Active Directory Domain Services permissions for profile synchronization in SharePoint Server](https://technet.microsoft.com/library/hh296982.aspx)
71+
72+
<!-- INTERNAL LINKS -->
73+
[create-azure-ad-tenant]: ../active-directory/fundamentals/sign-up-organization.md
74+
[associate-azure-ad-tenant]: ../active-directory/fundamentals/active-directory-how-subscriptions-associated-directory.md
75+
[create-azure-ad-ds-instance]: tutorial-create-instance.md
76+
[tutorial-create-management-vm]: tutorial-create-management-vm.md
77+
78+
<!-- EXTERNAL LINKS -->
79+
[sharepoint-service-account]: /sharepoint/security-for-sharepoint-server/plan-for-administrative-and-service-accounts
Loading
Lines changed: 38 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,85 @@
11
---
2-
title: 'Azure Active Directory Domain Services: Notification settings | Microsoft Docs'
3-
description: Notification settings for Azure AD Domain Services
2+
title: Email notifications for Azure AD Domain Services | Microsoft Docs'
3+
description: Learn how to configure email notifications to alert you about issues in an Azure Active Directory Domain Services managed domain
44
services: active-directory-ds
5-
documentationcenter: ''
65
author: iainfoulds
76
manager: daveba
8-
editor: curtand
97

108
ms.assetid: b9af1792-0b7f-4f3e-827a-9426cdb33ba6
119
ms.service: active-directory
1210
ms.subservice: domain-services
1311
ms.workload: identity
14-
ms.tgt_pltfrm: na
15-
ms.devlang: na
1612
ms.topic: article
17-
ms.date: 05/20/2019
13+
ms.date: 09/12/2019
1814
ms.author: iainfou
1915

2016
---
21-
# Notification settings in Azure AD Domain Services
17+
# Configure email notifications for issues in Azure Active Directory Domain Services
2218

23-
Notifications for Azure AD Domain Services allows you to be updated as soon as a health alert is detected on your managed domain.
19+
The health of an Azure Active Directory Domain Services (Azure AD DS) managed domain is monitored by the Azure platform. The health status page in the Azure portal shows any alerts for the managed domain. To make sure issues are responded to in a timely manner, email notifications can be configured to report on health alerts as soon as they're detected in the Azure AD DS managed domain.
2420

25-
This feature is only available for managed domains that are not on classic virtual networks.
21+
This article shows you how to configure email notification recipients for an Azure AD DS managed domain.
2622

23+
## Email notification overview
2724

28-
## How to check your Azure AD Domain Services email notification settings
25+
To alert you of issues with an Azure AD DS managed domain, you can configure email notifications. These email notifications specify the Azure AD DS managed domain that the alert is present on, as well as giving the time of detection and a link to the health page in the Azure portal. You can then follow the provided troubleshooting advice to resolve the issues.
2926

30-
1. Navigate to the [Azure AD Domain Services page](https://portal.azure.com/#blade/HubsExtension/Resources/resourceType/Microsoft.AAD%2FdomainServices) on the Azure portal
31-
2. Choose your managed domain from the table
32-
3. In the left-hand navigation, choose **Notification settings**
33-
34-
On the page it lists out all of the email recipients for email notifications for Azure AD Domain Services.
35-
36-
## What does an email notification look like?
37-
38-
The following picture is an example of an email notification:
27+
The following example email notification indicates a critical warning or alert was generated on the Azure AD DS managed domain:
3928

4029
![Example email notification](./media/active-directory-domain-services-alerts/email-alert.png)
4130

42-
The email specifies the managed domain that the alert is present on, as well as giving the time of detection and a link to the Azure AD Domain Services health page in the Azure portal.
43-
4431
> [!WARNING]
45-
> Always make sure that the email is coming from a verified Microsoft sender before clicking links in your emails. The emails always come from the email [email protected]
32+
> Always make sure that the email comes from a verified Microsoft sender before you click the links in the message. The email notifications always come from the `[email protected]` address.
4633
34+
### Why would I receive email notifications?
4735

48-
## Why would I receive email notifications?
36+
Azure AD DS sends email notifications for important updates about the managed domain. These notifications are only for urgent issues that impact the service and should be addressed immediately. Each email notification is triggered by an alert on the Azure AD DS managed domain. The alerts also appear in the Azure portal and can be viewed on the [Azure AD DS health page][check-health].
4937

50-
Azure AD Domain Services sends email notifications for important updates about your domain. These notifications are only for urgent matters that will impact your service and should be addressed immediately. Each email notification is triggered by an alert on your managed domain. These alerts will also appear on the Azure portal and can be viewed on the [Azure AD Domain Services health page](check-health.md).
38+
Azure AD DS doesn't send emails for advertisement, updates, or sales purposes.
5139

52-
Azure AD Domain Services does not send emails to this list for advertisement, updates, or sales purposes.
40+
### When will I receive email notifications?
5341

54-
## When will I receive email notifications?
42+
A notification is sent immediately when a [new alert][troubleshoot-alerts] is found on an Azure AD DS managed domain. If the alert isn't resolved, additional email notifications are sent as a reminder every four days.
5543

56-
A notification will be sent immediately when a [new alert](troubleshoot-alerts.md) is found on your managed domain. If the alert is not resolved, an email notification will be sent as a reminder every four days.
44+
### Who should receive the email notifications?
5745

58-
## Who should receive the email notifications?
46+
The list of email recipients for Azure AD DS should be composed of people who are able to administer and make changes to the managed domain. This email list should be thought of as your "first responders" to any alerts and issues.
5947

48+
You can add up to five additional emails recipients for email notifications. If you want more than five recipients for email notifications, create a distribution list and add that to the notification list instead.
6049

61-
We recommended the list of email recipients for Azure AD Domain Services to be composed of people who are able to administer and make changes to the managed domain. This email list should be thought of as your "first responders" to any problem found. If you have more than five additional emails you would like to add, we recommend creating a distribution list to add to the notification list instead.
50+
You can also choose to have all *Global Administrators* of the Azure AD directory and every member of the *AAD DC Administrators* group receive email notifications. Azure AD DS only sends notification to up to 100 email addresses, including the list of global administrators and AAD DC administrators.
6251

63-
You are able to add up to five additional emails for notifications regarding Azure AD Domain Services. In addition, you can also choose to have all Global Administrators of your directory and every member of the group 'AAD DC Administrators' receive Azure AD Domain Services email notifications. Azure AD Domain Services will only send notifications to up to 100 email addresses, including the list of global administrators and AAD DC Administrators.
52+
## Configure email notifications
6453

54+
To review the existing email notification recipients or add additional recipients, complete the following steps:
6555

66-
## How to add an additional email recipient
56+
1. In the Azure portal, search for and select **Azure AD Domain Services**.
57+
1. Select your Azure AD DS managed domain, such as *contoso.com*.
58+
1. On the left-hand side of the Azure AD DS resource window, select **Notification settings**. The existing recipients for email notifications are shown.
59+
1. To add an email recipient, enter the email address in the additional recipients table.
60+
1. When done, select **Save** on the top-hand navigation.
6761

6862
> [!WARNING]
69-
> When changing the notification settings, you are changing the notification settings for the entire managed domain, not just yourself.
70-
71-
1. Navigate to the [Azure AD Domain Services page](https://portal.azure.com/#blade/HubsExtension/Resources/resourceType/Microsoft.AAD%2FdomainServices) on the Azure portal.
72-
2. Click on your managed domain.
73-
3. On the left-hand navigation, click **Notification settings**.
74-
4. To add an email, type in the email address in the additional recipients table.
75-
5. Click "Save" on the top-hand navigation.
63+
> When you change the notification settings, the notification settings for the entire Azure AD DS managed domain are updated, not just yourself.
7664
7765
## Frequently asked questions
7866

79-
#### I received an email notification for an alert but when I logged on to the Azure portal there was no alert. What happened?
80-
81-
If an alert is resolved, the alert will disappear from the Azure portal. The most likely reason is that someone else who receives email notifications resolved the alert on your managed domain, or it was auto-resolved by Azure AD Domain Services.
67+
### I received an email notification for an alert but when I logged on to the Azure portal there was no alert. What happened?
8268

69+
If an alert is resolved, the alert is cleared from the Azure portal. The most likely reason is that someone else who receives email notifications resolved the alert on the Azure AD DS managed domain, or it was autoresolved by Azure platform.
8370

84-
#### Why can I not edit the notification settings?
71+
### Why can I not edit the notification settings?
8572

86-
If you are unable to access the notification settings page in the Azure portal, you do not have the permissions to edit Azure AD Domain Services. You must contact your global administrator to either get permissions to edit Azure AD Domain Services resources or be removed from the recipient list.
73+
If you're unable to access the notification settings page in the Azure portal, you don't have the permissions to edit the Azure AD DS managed domain. You must contact a global administrator to either get permissions to edit Azure AD DS resource or be removed from the recipient list.
8774

88-
#### I don't seem to be receiving email notifications even though I provided my email address. Why?
75+
### I don't seem to be receiving email notifications even though I provided my email address. Why?
8976

90-
Check your spam or junk folder in your email for the notification and make sure to whitelist the sender ([email protected]).
77+
Check your spam or junk folder in your email for the notification and make sure to allow the sender of `[email protected]`.
9178

9279
## Next steps
93-
- [Resolve alerts on your managed domain](troubleshoot-alerts.md)
94-
- [Read more about Azure AD Domain Services](overview.md)
95-
- [Contact the product team](contact-us.md)
9680

97-
## Contact us
98-
Contact the Azure Active Directory Domain Services product team to [share feedback or for support](contact-us.md).
81+
For more information on troubleshooting some of the issues that may be reported, see [Resolve alerts on an Azure AD DS managed domain][troubleshoot-alerts].
82+
83+
<!-- INTERNAL LINKS -->
84+
[check-health]: check-health.md
85+
[troubleshoot-alerts]: troubleshoot-alerts.md

0 commit comments

Comments
 (0)