Skip to content

Commit c8a47b5

Browse files
committed
[AzureADDS] WIP draft of migration benefits
1 parent fb504f8 commit c8a47b5

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
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: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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/20/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 - *manager* and *employeeID*
36+
* Access to higher-powered domain controllers when you [upgrade the SKU][skus]
37+
* AD account lockout protection
38+
* [Email notifications alerts][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+
44+
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.
45+
46+
## Next steps
47+
48+
To get started, see [Migrate Azure AD Domain Services from the Classic virtual network model to Resource Manager[howto-migrate].
49+
50+
<!-- LINKS - INTERNAL -->
51+
[password-policy]: password-policy.md
52+
[skus]: change-sku.md
53+
[email-alerts]: notifications.md
54+
[workbooks]: use-azure-monitor-workbooks.md
55+
[azure-files]: ../storage/files/storage-files-identity-auth-active-directory-domain-service-enable.md
56+
[hd-insights]: ../hdinsight/domain-joined/apache-domain-joined-configure-using-azure-adds.md
57+
[wvd]: ../virtual-desktop/overview.md
58+
[availability-zones]: ../availability-zones/az-overview.md
59+
[howto-migrate]: migrate-from-classic-vnet.md

0 commit comments

Comments
 (0)