Skip to content

Commit 213e72f

Browse files
authored
Merge pull request #99136 from MashaMSFT/20191216_seodms
updated DMS titles per SEO standards
2 parents ca3417c + 4aabb60 commit 213e72f

34 files changed

+109
-84
lines changed

articles/dms/dms-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Database Migration Service Overview | Microsoft Docs
2+
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.
44
services: database-migration
55
author: pochiraju

articles/dms/dms-tools-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Data migration service and tools matrix - Azure | Microsoft Docs
2+
title: Azure Database Migration Service tools matrix
33
description: Learn about the services and tools available to migrate databases and to support various phases of the migration process.
44
services: database-migration
55
author: HJToland3

articles/dms/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: FAQ about using the Azure Database Migration Service | Microsoft Docs
3-
description: Learn frequently asked questions about using Azure Database Migration Service to perform database migrations.
2+
title: FAQ - Azure Database Migration Service
3+
description: Frequently asked questions about using Azure Database Migration Service to perform database migrations.
44
services: database-migration
55
author: HJToland3
66
ms.author: jtoland

articles/dms/how-to-migrate-ssis-packages-managed-instance.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
title: Migrate SQL Server Integration Services packages to an Azure SQL Database managed instance | Microsoft Docs
3-
description: Learn how to migrate SQL Server Integration Services packages to an Azure SQL Database managed instance.
2+
title: Migrate SSIS packages to SQL managed instance
3+
titleSuffix: Azure Database Migration Service
4+
description: Learn how to migrate SQL Server Integration Services (SSIS) packages and projects to an Azure SQL Database managed instance using the Azure Database Migration Service or the Data Migration Assistant.
45
services: database-migration
56
author: HJToland3
67
ms.author: jtoland
78
manager: craigg
89
ms.reviewer: craigg
910
ms.service: dms
1011
ms.workload: data-services
11-
ms.custom: mvc
12+
ms.custom: "seo-lt-2019"
1213
ms.topic: article
1314
ms.date: 06/08/2019
1415
---

articles/dms/how-to-migrate-ssis-packages.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
2-
title: Redeploy SQL Server Integration Services packages to Azure SQL Database | Microsoft Docs
3-
description: Learn how to migrate SQL Server Integration Services packages to Azure SQL Database.
2+
title: Redeploy SSIS packages to SQL single database
3+
titleSuffix: Azure Database Migration Service
4+
description: Learn how to migrate or redeploy SQL Server Integration Services packages and projects to Azure SQL Database single database using the Azure Database Migration Service and Data Migration Assistant.
45
services: database-migration
56
author: HJToland3
67
ms.author: jtoland
78
manager: craigg
89
ms.reviewer: craigg
910
ms.service: dms
1011
ms.workload: data-services
11-
ms.custom: mvc
12+
ms.custom: "seo-lt-2019"
1213
ms.topic: article
1314
ms.date: 06/08/2019
1415
---
1516

16-
# Redeploy SQL Server Integration Services packages to Azure SQL Database
17+
# Redeploy SSIS packages to Azure SQL Database with Azure Database Migration Service
1718

1819
If you use SQL Server Integration Services (SSIS) and want to migrate your SSIS projects/packages from the source SSISDB hosted by SQL Server to the destination SSISDB hosted by Azure SQL Database, you can redeploy them using the Integration Services Deployment Wizard. You can launch the wizard from within SQL Server Management Studio (SSMS).
1920

articles/dms/how-to-monitor-migration-activity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Azure Database Migration Service to monitor migration activity | Microsoft Docs
2+
title: Monitor migration activity - Azure Database Migration Service
33
description: Learn to use the Azure Database Migration Service to monitor migration activity.
44
services: database-migration
55
author: HJToland3
@@ -8,12 +8,12 @@ manager: craigg
88
ms.reviewer: craigg
99
ms.service: dms
1010
ms.workload: data-services
11-
ms.custom: mvc
11+
ms.custom: "seo-lt-2019"
1212
ms.topic: article
1313
ms.date: 03/12/2019
1414
---
1515

16-
# Monitor migration activity
16+
# Monitor migration activity using the Azure Database Migration Service
1717
In this article, you learn how to monitor the progress of a migration at both a database level and a table level.
1818

1919
## Monitor at the database level

articles/dms/howto-sql-server-to-azure-sql-mi-powershell.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
2-
title: Migrate SQL Server to Azure SQL Database Managed Instance with Database Migration Service and PowerShell | Microsoft Docs
3-
description: Learn to migrate from on-premises SQL Server to Azure SQL DB Managed Instance by using Azure PowerShell.
2+
title: "PowerShell: Migrate SQL Server to SQL managed instance"
3+
titleSuffix: Azure Database Migration Service
4+
description: Learn to migrate from on-premises SQL Server to Azure SQL Database managed instance by using Azure PowerShell and the Azure Database Migration Service.
45
services: database-migration
56
author: HJToland3
67
ms.author: jtoland
78
manager: craigg
89
ms.reviewer: craigg
910
ms.service: dms
1011
ms.workload: data-services
11-
ms.custom: mvc
12+
ms.custom: "seo-lt-2019"
1213
ms.topic: article
1314
ms.date: 04/29/2019
1415
---
1516

16-
# Migrate SQL Server on-premises to an Azure SQL Database managed instance using Azure PowerShell
17+
# Migrate SQL Server to SQL Database managed instance with PowerShell & Azure Database Migration Service
1718
In this article, you migrate the **Adventureworks2016** database restored to an on-premises instance of SQL Server 2005 or above to an Azure SQL Database managed instance by using Microsoft Azure PowerShell. You can migrate databases from an on-premises SQL Server instance to an Azure SQL Database managed instance by using the `Az.DataMigration` module in Microsoft Azure PowerShell.
1819

1920
In this article, you learn how to:

articles/dms/howto-sql-server-to-azure-sql-powershell.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
title: Migrate SQL Server to Azure SQL Database with Database Migration Service and PowerShell | Microsoft Docs
3-
description: Learn to migrate from on-premises SQL Server to Azure SQL Database by using Azure PowerShell.
2+
title: "Powershell: Migrate SQL Server to SQL Database"
3+
titleSuffix: Azure Database Migration Service
4+
description: Learn to migrate from on-premises SQL Server to Azure SQL Database by using Azure PowerShell with the Azure Database Migration Service.
45
services: database-migration
56
author: HJToland3
67
ms.author: jtoland
78
manager: craigg
89
ms.reviewer: craigg
910
ms.service: dms
1011
ms.workload: data-services
11-
ms.custom: mvc
12+
ms.custom: "seo-lt-2019"
1213
ms.topic: article
1314
ms.date: 03/12/2019
1415
---

articles/dms/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Database Migration Service documentation
33
summary: "Azure Database Migration Service enables seamless migrations from multiple database sources to Azure Data platforms with minimal downtime. The service uses the Data Migration Assistant to generate assessment reports that provide recommendations to guide you through the changes required before performing a migration. When you're ready to begin the migration process, Azure Database Migration Service performs all the required steps."
44
metadata:
5-
description: " Learn how to enable seamless migrations from multiple database sources to Azure Data platforms with minimal downtime by using Azure Database Migration Service."
5+
description: "Learn how to enable seamless migrations from multiple database sources to Azure Data platforms with minimal downtime by using Azure Database Migration Service."
66
author: HJToland3
77
ms.author: jtoland
88
ms.date: 12/19/2019

articles/dms/known-issues-azure-mysql-online.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
---
2-
title: Article about known issues/migration limitations with online migrations to Azure Database for MySQL | Microsoft Docs
3-
description: Learn about known issues/migration limitations with online migrations to Azure Database for MySQL.
2+
title: "Known issues: Online migrations to Azure Database for MySQL"
3+
titleSuffix: Azure Database Migration Service
4+
description: Learn about known issues and migration limitations with online migrations to Azure Database for MySQL when using the Azure Database Migration Service.
45
services: database-migration
56
author: HJToland3
67
ms.author: jtoland
78
manager: craigg
89
ms.reviewer: craigg
910
ms.service: dms
1011
ms.workload: data-services
11-
ms.custom: mvc
12+
ms.custom: [seo-lt-2019, seo-dt-2019]
1213
ms.topic: article
1314
ms.date: 11/08/2019
1415
---
1516

16-
# Known issues/migration limitations with online migrations to Azure DB for MySQL
17+
# Online migration issues & limitations to Azure DB for MySQL with Azure Database Migration Service
1718

1819
Known issues and limitations associated with online migrations from MySQL to Azure Database for MySQL are described in the following sections.
1920

2021
## Online migration configuration
2122

23+
2224
- The source MySQL Server version must be version 5.6.35, 5.7.18 or later
2325
- Azure Database for MySQL supports:
2426
- MySQL community edition

0 commit comments

Comments
 (0)