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-domain-services/compare-identity-solutions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
9
9
ms.subservice: domain-services
10
10
ms.workload: identity
11
11
ms.topic: overview
12
-
ms.date: 01/29/2023
12
+
ms.date: 04/03/2023
13
13
ms.author: justinha
14
14
15
15
#Customer intent: As an IT administrator or decision maker, I want to understand the differences between Active Directory Domain Services (AD DS), Azure AD, and Azure AD DS so I can choose the most appropriate identity solution for my organization.
@@ -27,7 +27,7 @@ Although the three Active Directory-based identity solutions share a common name
27
27
***Azure Active Directory (Azure AD)** - Cloud-based identity and mobile device management that provides user account and authentication services for resources such as Microsoft 365, the Azure portal, or SaaS applications.
28
28
* Azure AD can be synchronized with an on-premises AD DS environment to provide a single identity to users that works natively in the cloud.
29
29
* For more information about Azure AD, see [What is Azure Active Directory?][whatis-azuread]
30
-
***Azure Active Directory Domain Services (Azure AD DS)** - Provides managed domain services with a subset of fully-compatible traditional AD DS features such as domain join, group policy, LDAP, and Kerberos / NTLM authentication.
30
+
***Azure Active Directory Domain Services (Azure AD DS)** - Provides managed domain services with a subset of fullycompatible traditional AD DS features such as domain join, group policy, LDAP, and Kerberos / NTLM authentication.
31
31
* Azure AD DS integrates with Azure AD, which itself can synchronize with an on-premises AD DS environment. This ability extends central identity use cases to traditional web applications that run in Azure as part of a lift-and-shift strategy.
32
32
* To learn more about synchronization with Azure AD and on-premises, see [How objects and credentials are synchronized in a managed domain][synchronization].
33
33
@@ -113,7 +113,7 @@ With Azure AD DS-joined devices, applications can use the Kerberos and NTLM prot
113
113
| Great for... | End-user mobile or desktop devices | Server VMs deployed in Azure |
114
114
115
115
116
-
If on-prem AD DS and Azure AD are configured for federated authentication using ADFS then there is no (current/valid) password hash available in Azure DS. Azure AD user accounts created before fed auth was implemented might have an old password hash but this likely doesn't match a hash of their on-prem password. Hence Azure AD DS won't be able to validate the users credentials
116
+
If on-premises AD DS and Azure AD are configured for federated authentication using AD FS, then there's no (current/valid) password hash available in Azure DS. Azure AD user accounts created before fed auth was implemented might have an old password hash but this likely doesn't match a hash of their on-premises password. Hence Azure AD DS won't be able to validate the users credentials
Copy file name to clipboardExpand all lines: articles/active-directory-domain-services/create-forest-trust-powershell.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
8
8
ms.subservice: domain-services
9
9
ms.workload: identity
10
10
ms.topic: conceptual
11
-
ms.date: 01/29/2023
11
+
ms.date: 04/03/2023
12
12
ms.author: justinha
13
13
ms.custom: devx-track-azurepowershell
14
14
@@ -117,7 +117,7 @@ To create a managed domain, you use the `New-AzureAaddsForest` script. This scri
117
117
| Virtual network name | *-aaddsVnetName* | Name of the virtual network for the managed domain.|
118
118
| Address space | *-aaddsVnetCIDRAddressSpace* | Virtual network's address range in CIDR notation (if creating the virtual network).|
119
119
| Azure AD DS subnet name | *-aaddsSubnetName* | Name of the subnet of the *aaddsVnetName* virtual network hosting the managed domain. Don't deploy your own VMs and workloads into this subnet. |
120
-
| Azure AD DS address range | *-aaddsSubnetCIDRAddressRange* | Subnet address range in CIDR notation for the AAD DS instance, such as *192.168.1.0/24*. Address range must be contained by the address range of the virtual network, and different from other subnets. |
120
+
| Azure AD DS address range | *-aaddsSubnetCIDRAddressRange* | Subnet address range in CIDR notation for the Azure AD DS instance, such as *192.168.1.0/24*. Address range must be contained by the address range of the virtual network, and different from other subnets. |
121
121
| Workload subnet name (optional) | *-workloadSubnetName* | Optional name of a subnet in the *aaddsVnetName* virtual network to create for your own application workloads. VMs and applications and also be connected to a peered Azure virtual network instead. |
122
122
| Workload address range (optional) | *-workloadSubnetCIDRAddressRange* | Optional subnet address range in CIDR notation for application workload, such as *192.168.2.0/24*. Address range must be contained by the address range of the virtual network, and different from other subnets.|
Copy file name to clipboardExpand all lines: articles/active-directory-domain-services/faqs.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ metadata:
11
11
ms.subservice: domain-services
12
12
ms.workload: identity
13
13
ms.topic: faq
14
-
ms.date: 03/23/2023
14
+
ms.date: 04/03/2023
15
15
ms.author: justinha
16
16
title: Frequently asked questions (FAQs) about Azure Active Directory (AD) Domain Services
17
17
summary: This page answers frequently asked questions about Azure Active Directory Domain Services.
@@ -198,7 +198,7 @@ sections:
198
198
No. Azure AD Domain Services has a single-domain, single-forest design, and you can't create child domains.
199
199
200
200
- question: |
201
-
What Azure regions is the service available in?
201
+
Which Azure regions have the service available?
202
202
answer: |
203
203
Refer to the [Azure Services by region](https://azure.microsoft.com/regions/#services/) page to see a list of the Azure regions where Azure AD Domain Services is available.
Copy file name to clipboardExpand all lines: articles/active-directory-domain-services/synchronization.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: active-directory
10
10
ms.subservice: domain-services
11
11
ms.workload: identity
12
12
ms.topic: conceptual
13
-
ms.date: 03/22/2023
13
+
ms.date: 04/03/2023
14
14
ms.author: justinha
15
15
16
16
---
@@ -34,7 +34,7 @@ The synchronization process is one-way by design. There's no reverse synchroniza
34
34
35
35
## Scoped synchronization and group filter
36
36
37
-
You can scope synchronization to only user accounts that originated in the cloud. Within that synchronization scope, you can filter for specific groups os users. You can chose between cloud only groups, on-premises groups, or both. For more information about how to configure scoped synchronization, see [Configure scoped synchronization](scoped-synchronization.md).
37
+
You can scope synchronization to only user accounts that originated in the cloud. Within that synchronization scope, you can filter for specific groups os users. You can choose between cloud only groups, on-premises groups, or both. For more information about how to configure scoped synchronization, see [Configure scoped synchronization](scoped-synchronization.md).
38
38
39
39
:::image type="content" border="true" source="./media/scoped-synchronization/filter.png" alt-text="Screenshot of group filter option.":::
40
40
@@ -138,7 +138,7 @@ The following objects or attributes aren't synchronized from an on-premises AD D
138
138
139
139
## Password hash synchronization and security considerations
140
140
141
-
When you enable Azure AD DS, legacy password hashes for NTLM + Kerberos authentication are required. Azure AD doesn't store clear-text passwords, so these hashes can't be automatically generated for existing user accounts. Once generated and stored, NTLM and Kerberos compatible password hashes are always stored in an encrypted manner in Azure AD.
141
+
When you enable Azure AD DS, legacy password hashes for NTLM and Kerberos authentication are required. Azure AD doesn't store clear-text passwords, so these hashes can't be automatically generated for existing user accounts. NTLM and Kerberos compatible password hashes are always stored in an encrypted manner in Azure AD.
142
142
143
143
The encryption keys are unique to each Azure AD tenant. These hashes are encrypted such that only Azure AD DS has access to the decryption keys. No other service or component in Azure AD has access to the decryption keys.
Copy file name to clipboardExpand all lines: articles/active-directory-domain-services/tutorial-configure-password-hash-sync.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
8
8
ms.subservice: domain-services
9
9
ms.workload: identity
10
10
ms.topic: tutorial
11
-
ms.date: 03/23/2023
11
+
ms.date: 04/03/2023
12
12
ms.author: justinha
13
13
14
14
#Customer intent: As an server administrator, I want to learn how to enable password hash synchronization with Azure AD Connect to create a hybrid environment using an on-premises AD DS domain.
@@ -66,7 +66,7 @@ With Azure AD Connect installed and configured to synchronize with Azure AD, now
66
66
67
67
In this example screenshot, the following connectors are used:
68
68
69
-
* The Azure AD connector is named *contoso.onmicrosoft.com - AAD*
69
+
* The Azure AD connector is named *contoso.onmicrosoft.com - Azure AD*
70
70
* The on-premises AD DS connector is named *onprem.contoso.com*
71
71
72
72
1. Copy and paste the following PowerShell script to the computer with Azure AD Connect installed. The script triggers a full password sync that includes legacy password hashes. Update the `$azureadConnector` and `$adConnector` variables with the connector names from the previous step.
Copy file name to clipboardExpand all lines: articles/active-directory-domain-services/tutorial-create-instance-advanced.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
8
8
ms.subservice: domain-services
9
9
ms.workload: identity
10
10
ms.topic: tutorial
11
-
ms.date: 03/23/2023
11
+
ms.date: 04/03/2023
12
12
ms.author: justinha
13
13
14
14
#Customer intent: As an identity administrator, I want to create an Azure Active Directory Domain Services managed domain and define advanced configuration options so that I can synchronize identity information with my Azure Active Directory tenant and provide Domain Services connectivity to virtual machines and applications in Azure.
0 commit comments