Skip to content

Commit bbe3665

Browse files
authored
Merge pull request #249531 from abhims14/patch-2
Update dms-overview.md
2 parents ff20b77 + 850b8e8 commit bbe3665

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

articles/dms/dms-overview.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: What is Azure Database Migration Service?
33
description: Overview of Azure Database Migration Service, which provides seamless migrations from many database sources to Azure Data platforms.
4-
author: croblesm
5-
ms.author: roblescarlos
4+
author: abhims14
5+
ms.author: abhishekum
66
ms.reviewer: craigg
77
ms.date: 02/08/2023
88
ms.service: dms
@@ -12,12 +12,12 @@ ms.topic: overview
1212

1313
Azure Database Migration Service is a fully managed service designed to enable seamless migrations from multiple database sources to Azure data platforms with minimal downtime (online migrations).
1414

15-
With Azure Database Migration Service currently we offer two options:
15+
With Azure Database Migration Service currently we offer two versions:
1616

17-
1. [Azure SQL migration extension for Azure Data Studio](./migration-using-azure-data-studio.md)
17+
1. Database Migration Service - via [Azure SQL migration extension for Azure Data Studio](./migration-using-azure-data-studio.md), [Azure portal](https://portal.azure.com/#create/Microsoft.AzureDMS), PowerShell and Azure CLI.
1818
1. Database Migration Service (classic) - via Azure portal, PowerShell and Azure CLI.
1919

20-
**Azure SQL Migration extension for Azure Data Studio** is powered by the latest version of Database Migration Service and provides more features. Currently, it supports SQL Database modernization to Azure. For improved functionality and supportability, consider migrating to Azure SQL Database by using the Azure SQL migration extension for Azure Data Studio.
20+
**Database Migration Service** powers the "Azure SQL Migration" extension for Azure Data Studio, and provides more features. Azure portal, PowerShell and Azure CLI can also be used to access DMS. Currently, it supports SQL Database modernization to Azure. For improved functionality and supportability, consider migrating to Azure SQL Database by using the DMS.
2121

2222
**Database Migration Service (classic)** via Azure portal, PowerShell and Azure CLI is an older version of the Azure Database Migration Service. It offers database modernization to Azure and support scenarios like – SQL Server, PostgreSQL, MySQL, and MongoDB.
2323

@@ -27,28 +27,28 @@ With Azure Database Migration Service currently we offer two options:
2727

2828
## Compare versions
2929

30-
In 2021, a newer version of the Azure Database Migration Service was released as an extension for Azure Data Studio, which improved the functionality, user experience and supportability of the migration service. Consider using the [Azure SQL migration extension for Azure Data Studio](./migration-using-azure-data-studio.md) whenever possible.
30+
Newer version of the Azure Database Migration Service is available as an extension for Azure Data Studio and can be accesses from Azure portal, which improved the functionality, user experience and supportability of the migration service. Consider using the [Azure SQL migration extension for Azure Data Studio](./migration-using-azure-data-studio.md) and DMS Azure portal whenever possible.
3131

3232
The following table compares the functionality of the versions of the Database Migration Service:
3333

34-
|Feature |DMS (classic) |Azure SQL extension for Azure Data Studio |Notes|
35-
|---------|---------|---------|---------|
36-
|Assessment | No | Yes | Assess compatibility of the source. |
37-
|SKU recommendation | No | Yes | SKU recommendations for the target based on the assessment of the source. |
38-
|Azure SQL Database - Offline migration | Yes | Yes | Migrate to Azure SQL Database offline. |
39-
|Azure SQL Managed Instance - Online migration | Yes |Yes | Migrate to Azure SQL Managed Instance online with minimal downtime. |
40-
|Azure SQL Managed Instance - Offline migration | Yes |Yes | Migrate to Azure SQL Managed Instance offline. |
41-
|SQL Server on Azure SQL VM - Online migration | No | Yes |Migrate to SQL Server on Azure VMs online with minimal downtime.|
42-
|SQL Server on Azure SQL VM - Offline migration | Yes |Yes | Migrate to SQL Server on Azure VMs offline. |
43-
|Migrate logins|Yes | Yes | Migrate logins from your source to your target.|
44-
|Migrate schemas| Yes | No | Migrate schemas from your source to your target. |
45-
|Azure portal support |Yes | Yes | Monitor your migration by using the Azure portal. |
46-
|Integration with Azure Data Studio | No | Yes | Migration support integrated with Azure Data Studio. |
47-
|Regional availability|Yes |Yes | More regions are available with the extension. |
48-
|Improved user experience| No | Yes | The extension is faster, more secure, and easier to troubleshoot. |
49-
|Automation| Yes | Yes |The extension supports PowerShell and Azure CLI. |
50-
|Private endpoints| No | Yes| Connect to your source and target using private endpoints.
51-
|TDE support|No | Yes |Migrate databases encrypted with TDE. |
34+
|Feature |DMS(classic) |DMS - via Azure SQL extension for ADS|DMS - via Azure portal |Notes|
35+
|---------|---------|---------|---------|---------|
36+
|Assessment | No | Yes | No | Assess compatibility of the source. |
37+
|SKU recommendation | No | Yes | No | SKU recommendations for the target based on the assessment of the source. |
38+
|Azure SQL Database - Offline migration | Yes | Yes | Yes | Migrate to Azure SQL Database offline. |
39+
|Azure SQL Managed Instance - Online migration | Yes |Yes | Yes | Migrate to Azure SQL Managed Instance online with minimal downtime. |
40+
|Azure SQL Managed Instance - Offline migration | Yes |Yes | Yes | Migrate to Azure SQL Managed Instance offline. |
41+
|SQL Server on Azure SQL VM - Online migration | No | Yes | Yes |Migrate to SQL Server on Azure VMs online with minimal downtime.|
42+
|SQL Server on Azure SQL VM - Offline migration | Yes |Yes | Yes | Migrate to SQL Server on Azure VMs offline. |
43+
|Migrate logins|Yes | Yes | No | Migrate logins from your source to your target.|
44+
|Migrate schemas| Yes | No | No | Migrate schemas from your source to your target. |
45+
|Azure portal support |Yes | Partial | Yes | Create and Monitor your migration by using the Azure portal. |
46+
|Integration with Azure Data Studio | No | Yes | No | Migration support integrated with Azure Data Studio. |
47+
|Regional availability|Yes |Yes | Yes | More regions are available with the extension. |
48+
|Improved user experience| No | Yes | Yes | The DMS is faster, more secure, and easier to troubleshoot. |
49+
|Automation| Yes | Yes | Yes |The DMS supports PowerShell and Azure CLI. |
50+
|Private endpoints| No | Yes| Yes | Connect to your source and target using private endpoints.
51+
|TDE support|No | Yes | No |Migrate databases encrypted with TDE. |
5252

5353
## Migrate databases to Azure with familiar tools
5454

@@ -64,3 +64,4 @@ For up-to-date info about the regional availability of Azure Database Migration
6464
* [Services and tools available for data migration scenarios](./dms-tools-matrix.md)
6565
* [Migrate databases with Azure SQL Migration extension for Azure Data Studio](./migration-using-azure-data-studio.md)
6666
* [FAQ about using Azure Database Migration Service](./faq.yml)
67+

0 commit comments

Comments
 (0)