You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/cloud-provisioning/how-to-configure.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ manager: daveba
7
7
ms.service: active-directory
8
8
ms.workload: identity
9
9
ms.topic: conceptual
10
-
ms.date: 12/05/2019
10
+
ms.date: 02/26/2020
11
11
ms.subservice: hybrid
12
12
ms.author: billmath
13
13
ms.collection: M365-identity-device-management
14
14
---
15
15
16
-
# Azure AD Connect cloud provisioning new agent configuration
16
+
# Create a new configuration for Azure AD Connect cloud-based provisioning
17
17
18
18
After you've installed the agent, you need to sign in to the Azure portal and configure Azure Active Directory (Azure AD) Connect cloud provisioning. Follow these steps to enable the agent.
19
19
@@ -51,7 +51,8 @@ You can scope the agent to synchronize specific users and groups by using on-pre
51
51
52
52

53
53
54
-
1. Or you can change the scope to include only specific organizational units. Select **Done** and **Save**.
54
+
1. Or you can change the scope to include only specific organizational units. Select **Done** and **Save**.
55
+
2. Once you have changed the scope, you should [restart provisioning](#restart-provisioning) to initiate an immediate synchronization of the changes.
55
56
56
57

>The agent has been installed but it must be configured and enabled before it will start synchronizing users. To configure a new agent, see [Azure AD Connect cloud provisioning new agent configuration](how-to-configure.md).
94
+
>The agent has been installed but it must be configured and enabled before it will start synchronizing users. To configure a new agent, see [Create a new configuration for Azure AD Connect cloud-based provisioning](how-to-configure.md).
Copy file name to clipboardExpand all lines: articles/active-directory/cloud-provisioning/index.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
### YamlMime:Landing
2
2
3
3
title: Azure AD Connect cloud provisioning documentation
4
-
summary: Cloud provisioning helps simplify and automate the management of on-premises users by keeping everything in the cloud.
4
+
summary: Cloud provisioning helps simplify and automate the management of Azure AD users, through cloud-managed rules for synchronizing those users from existing AD forests.
Copy file name to clipboardExpand all lines: articles/active-directory/cloud-provisioning/plan-cloud-provisioning-topologies.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: daveba
7
7
ms.service: active-directory
8
8
ms.workload: identity
9
9
ms.topic: conceptual
10
-
ms.date: 12/02/2019
10
+
ms.date: 02/26/2020
11
11
ms.subservice: hybrid
12
12
ms.author: billmath
13
13
ms.collection: M365-identity-device-management
@@ -29,12 +29,16 @@ The following is a list of information to keep in mind when selecting a solution
29
29
- The source anchor for objects is chosen automatically. It uses ms-DS-ConsistencyGuid if present, otherwise ObjectGUID is used.
30
30
- You cannot change the attribute that is used for source anchor.
31
31
32
+
## Single forest, single Azure AD tenant
33
+

34
+
35
+
The simplest topology is a single on-premises forest, with one or multiple domains, and a single Azure AD tenant. For an example of this scenario see [Tutorial: A single forest with a single Azure AD tenant](tutorial-single-forest.md)
32
36
33
37
34
38
## Multi-forest, single Azure AD tenant
35
39

36
40
37
-
The most common topology is a multiple AD forests, with one or multiple domains, and a single Azure AD tenant.
41
+
A common topology is a multiple AD forests, with one or multiple domains, and a single Azure AD tenant.
38
42
39
43
## Existing forest with Azure AD Connect, new forest with cloud Provisioning
40
44

@@ -47,10 +51,7 @@ The piloting scenario involves the existence of both Azure AD Connect and Azure
47
51
48
52
For an example of this scenario see [Tutorial: Pilot Azure AD Connect cloud provisioning in an existing synced AD forest](tutorial-pilot-aadc-aadccp.md)
49
53
50
-
## Single forest, single Azure AD tenant
51
-

52
54
53
-
The simplest topology is a single on-premises forest, with one or multiple domains, and a single Azure AD tenant. For an example of this scenario see [Tutorial: A single forest with a single Azure AD tenant](tutorial-single-forest.md)
0 commit comments