Skip to content

Commit 8e11c00

Browse files
authored
Merge pull request #115975 from iainfoulds/azureadds-migrationbenefits
[AzureADDS] Classic deployment migration benefits
2 parents d5a06f7 + 3f79c5b commit 8e11c00

File tree

3 files changed

+68
-18
lines changed

3 files changed

+68
-18
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
href: synchronization.md
4848
- name: How password hash synchronization works
4949
href: ../active-directory/hybrid/how-to-connect-password-hash-synchronization.md?context=/azure/active-directory-domain-services/context/azure-ad-ds-context
50+
- name: Classic deployment migration benefits
51+
href: concepts-migration-benefits.md
5052
- name: What is Azure Active Directory?
5153
href: ../active-directory/fundamentals/active-directory-whatis.md?context=/azure/active-directory-domain-services/context/azure-ad-ds-context
5254
- name: Azure Active Directory architecture
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Benefits of Classic deployment migration in Azure AD Domain Services | Microsoft Docs
3+
description: Learn more about the benefits of migrating a Classic deployment of Azure Active Directory Domain Services to the Resource Manager deployment model
4+
services: active-directory-ds
5+
author: iainfoulds
6+
manager: daveba
7+
8+
ms.service: active-directory
9+
ms.subservice: domain-services
10+
ms.workload: identity
11+
ms.topic: conceptual
12+
ms.date: 05/26/2020
13+
ms.author: iainfou
14+
---
15+
16+
# Benefits of migration from the Classic to Resource Manager deployment model in Azure Active Directory Domain Services
17+
18+
Azure Active Directory Domain Services (AD DS) lets you migrate an existing managed domain that uses the Classic deployment model to the Resource Manager deployment model. Azure AD DS managed domains that use the Resource Manager deployment model provide additional features such as fine-grained password policy, audit logs, and account lockout protection.
19+
20+
This article outlines the benefits for migration. To get started, see [Migrate Azure AD Domain Services from the Classic virtual network model to Resource Manager][howto-migrate].
21+
22+
> [!NOTE]
23+
> In 2017, Azure AD Domain Services became available to host in an Azure Resource Manager network. Since then, we have been able to build a more secure service using the Azure Resource Manager's modern capabilities. Because Azure Resource Manager deployments fully replace classic deployments, Azure AD DS classic virtual network deployments will be retired on March 1, 2023.
24+
>
25+
> For more information, see the [official deprecation notice](https://azure.microsoft.com/updates/we-are-retiring-azure-ad-domain-services-classic-vnet-support-on-march-1-2023/)
26+
27+
## Migration benefits
28+
29+
The migration process takes an existing Azure AD DS instance that uses the Classic deployment model and moves to use the Resource Manager deployment model. When you migrate an Azure AD DS managed domain from the Classic to Resource Manager deployment model, you avoid the need to rejoin machines to the managed domain or delete the Azure AD DS instance and create one from scratch. VMs continue to be joined to the Azure AD DS managed domain at the end of the migration process.
30+
31+
After migration, Azure AD DS provides many features that are only available for domains using Resource Manager deployment model, such as the following:
32+
33+
* [Fine-grained password policy support][password-policy].
34+
* Faster synchronization speeds between Azure AD and Azure AD Domain Services.
35+
* Two new [attributes that synchronize from Azure AD][attributes] - *manager* and *employeeID*.
36+
* Access to higher-powered domain controllers when you [upgrade the SKU][skus].
37+
* AD account lockout protection.
38+
* [Email notifications for alerts on your managed domain][email-alerts].
39+
* [Use Azure Workbooks and Azure monitor to view audit logs and sign-in activity][workbooks].
40+
* In supported regions, [Azure Availability Zones][availability-zones].
41+
* Integrations with other Azure products such as [Azure Files][azure-files], [HD Insights][hd-insights], and [Windows Virtual Desktop][wvd].
42+
* Support has access to more telemetry and can help troubleshoot more effectively.
43+
* Encryption at rest using [Azure Managed Disks][managed-disks] for the data on the managed domain controllers.
44+
45+
Azure AD DS managed domains that use a Resource Manager deployment model help you stay up-to-date with the latest new features. New features aren't available for Azure AD DS managed domains that use the Classic deployment model.
46+
47+
## Next steps
48+
49+
To get started, see [Migrate Azure AD Domain Services from the Classic virtual network model to Resource Manager[howto-migrate].
50+
51+
<!-- LINKS - INTERNAL -->
52+
[password-policy]: password-policy.md
53+
[skus]: change-sku.md
54+
[email-alerts]: notifications.md
55+
[workbooks]: use-azure-monitor-workbooks.md
56+
[azure-files]: ../storage/files/storage-files-identity-auth-active-directory-domain-service-enable.md
57+
[hd-insights]: ../hdinsight/domain-joined/apache-domain-joined-configure-using-azure-adds.md
58+
[wvd]: ../virtual-desktop/overview.md
59+
[availability-zones]: ../availability-zones/az-overview.md
60+
[howto-migrate]: migrate-from-classic-vnet.md
61+
[attributes]: synchronization.md#attribute-synchronization-and-mapping-to-azure-ad-ds
62+
[managed-disks]: ../virtual-machines/windows/managed-disks-overview.md

articles/active-directory-domain-services/migrate-from-classic-vnet.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ ms.author: iainfou
1717

1818
Azure Active Directory Domain Services (AD DS) supports a one-time move for customers currently using the Classic virtual network model to the Resource Manager virtual network model. Azure AD DS managed domains that use the Resource Manager deployment model provide additional features such as fine-grained password policy, audit logs, and account lockout protection.
1919

20-
This article outlines the benefits and considerations for migration, then the required steps to successfully migrate an existing Azure AD DS instance.
20+
This article outlines considerations for migration, then the required steps to successfully migrate an existing Azure AD DS instance. For some of the benefits, see [Benefits of migration from the Classic to Resource Manager deployment model in Azure AD DS][migration-benefits].
2121

2222
> [!NOTE]
2323
> In 2017, Azure AD Domain Services became available to host in an Azure Resource Manager network. Since then, we have been able to build a more secure service using the Azure Resource Manager's modern capabilities. Because Azure Resource Manager deployments fully replace classic deployments, Azure AD DS classic virtual network deployments will be retired on March 1, 2023.
2424
>
25-
> For more information, see the [official deprecation notice](https://azure.microsoft.com/updates/we-are-retiring-azure-ad-domain-services-classic-vnet-support-on-march-1-2023/)
25+
> For more information, see the [official deprecation notice](https://azure.microsoft.com/updates/we-are-retiring-azure-ad-domain-services-classic-vnet-support-on-march-1-2023/).
2626
2727
## Overview of the migration process
2828

29-
The migration process takes an existing Azure AD DS instance that runs in a Classic virtual network and moves it to an existing Resource Manager virtual network. The migration is performed using PowerShell, and has two main stages of execution - *preparation* and *migration*.
29+
The migration process takes an existing Azure AD DS instance that runs in a Classic virtual network and moves it to an existing Resource Manager virtual network. The migration is performed using PowerShell, and has two main stages of execution: *preparation* and *migration*.
3030

3131
![Overview of the migration process for Azure AD DS](media/migrate-from-classic-vnet/migration-overview.png)
3232

@@ -38,21 +38,6 @@ In the *migration* stage, the underlying virtual disks for the domain controller
3838

3939
![Migration of Azure AD DS](media/migrate-from-classic-vnet/migration-process.png)
4040

41-
## Migration benefits
42-
43-
When you move an Azure AD DS managed domain using this migration process, you avoid the need to rejoin machines to the managed domain or delete the Azure AD DS instance and create one from scratch. VMs continue to be joined to the Azure AD DS managed domain at the end of the migration process.
44-
45-
After migration, Azure AD DS provides many features that are only available for domains using Resource Manager virtual networks, such as:
46-
47-
* Fine-grained password policy support.
48-
* AD account lockout protection.
49-
* Email notifications of alerts on the Azure AD DS managed domain.
50-
* Audit logs using Azure Monitor.
51-
* Azure Files integration
52-
* HD Insights integration
53-
54-
Azure AD DS managed domains that use a Resource Manager virtual network help you stay up-to-date with the latest new features. Support for Azure AD DS using Classic virtual networks is to be deprecated in the future.
55-
5641
## Example scenarios for migration
5742

5843
Some common scenarios for migrating an Azure AD DS managed domain include the following examples.
@@ -364,6 +349,7 @@ With your Azure AD DS managed domain migrated to the Resource Manager deployment
364349
[troubleshoot-sign-in]: troubleshoot-sign-in.md
365350
[tshoot-ldaps]: tshoot-ldaps.md
366351
[get-credential]: /powershell/module/microsoft.powershell.security/get-credential
352+
[migration-benefits]: concepts-migration-benefits.md
367353

368354
<!-- EXTERNAL LINKS -->
369355
[powershell-script]: https://www.powershellgallery.com/packages/Migrate-Aadds/

0 commit comments

Comments
 (0)