Skip to content

Commit d8337c7

Browse files
authored
Update dms-overview.md
Azure Portal update
1 parent f00eee7 commit d8337c7

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

articles/dms/dms-overview.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
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
9+
ms.subservice: sqlmigration
910
ms.topic: overview
1011
---
1112
# What is Azure Database Migration Service?
1213

1314
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).
1415

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

17-
1. [Azure SQL migration extension for Azure Data Studio](./migration-using-azure-data-studio.md)
18+
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.
1819
1. Database Migration Service (classic) - via Azure portal, PowerShell and Azure CLI.
1920

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.
21+
**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.
2122

2223
**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.
2324

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

2829
## Compare versions
2930

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.
31+
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.
3132

3233
The following table compares the functionality of the versions of the Database Migration Service:
3334

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

5354
## Migrate databases to Azure with familiar tools
5455

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

0 commit comments

Comments
 (0)