Skip to content

Commit 79288cd

Browse files
authored
Merge pull request #277548 from Saisang/sai-includescleanup-dms
[GREAT DIVIDE] Includes clean up dms
2 parents 0c5bf15 + 2167e9e commit 79288cd

35 files changed

+59
-59
lines changed

articles/dms/dms-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ With Azure Database Migration Service currently we offer two versions:
2323

2424
**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.
2525

26-
[!INCLUDE [Azure Database Migration Service (classic) - SQL scenarios retirement announcement](../../includes/deprecation-announcement-dms-classic-sql.md)]
26+
[!INCLUDE [Azure Database Migration Service (classic) - SQL scenarios retirement announcement](./includes/deprecation-announcement-dms-classic-sql.md)]
2727

28-
[!INCLUDE [database-migration-service-ads](../../includes/database-migration-service-ads.md)]
28+
[!INCLUDE [database-migration-service-ads](./includes/database-migration-service-ads.md)]
2929

3030
## Compare versions
3131

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this article, you learn how to:
2626
> * Create a migration project in an instance of Azure Database Migration Service.
2727
> * Run the migration offline.
2828
29-
[!INCLUDE [online-offline](../../includes/database-migration-service-offline-online.md)]
29+
[!INCLUDE [online-offline](./includes/database-migration-service-offline-online.md)]
3030

3131
This article provides steps for an offline migration, but it's also possible to migrate [online](howto-sql-server-to-azure-sql-managed-instance-powershell-online.md).
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this article, you learn how to:
2525
> * Create a migration project in an instance of Azure Database Migration Service.
2626
> * Run the migration online.
2727
28-
[!INCLUDE [online-offline](../../includes/database-migration-service-offline-online.md)]
28+
[!INCLUDE [online-offline](./includes/database-migration-service-offline-online.md)]
2929

3030
This article provides steps for an online migration, but it's also possible to migrate [offline](howto-sql-server-to-azure-sql-managed-instance-powershell-offline.md).
3131

includes/database-migration-service-ads.md renamed to articles/dms/includes/database-migration-service-ads.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Check the following step-by-step tutorials for more information about each speci
2121

2222
| Migration scenario | Migration mode
2323
|---------|---------|
24-
SQL Server to Azure SQL Managed Instance| [Online](../articles/dms/tutorial-sql-server-managed-instance-online-ads.md) / [Offline](../articles/dms/tutorial-sql-server-managed-instance-offline-ads.md)
25-
SQL Server to SQL Server on Azure Virtual Machine|[Online](../articles/dms/tutorial-sql-server-to-virtual-machine-online-ads.md) / [Offline](../articles/dms/tutorial-sql-server-to-virtual-machine-offline-ads.md)
26-
SQL Server to Azure SQL Database | [Offline](../articles/dms/tutorial-sql-server-azure-sql-database-offline.md)
24+
SQL Server to Azure SQL Managed Instance| [Online](../tutorial-sql-server-managed-instance-online-ads.md) / [Offline](../tutorial-sql-server-managed-instance-offline-ads.md)
25+
SQL Server to SQL Server on Azure Virtual Machine|[Online](../tutorial-sql-server-to-virtual-machine-online-ads.md) / [Offline](../tutorial-sql-server-to-virtual-machine-offline-ads.md)
26+
SQL Server to Azure SQL Database | [Offline](../tutorial-sql-server-azure-sql-database-offline.md)
2727

28-
To learn more, see [Migrate databases with Azure SQL Migration extension for Azure Data Studio](../articles/dms/migration-using-azure-data-studio.md).
28+
To learn more, see [Migrate databases with Azure SQL Migration extension for Azure Data Studio](../migration-using-azure-data-studio.md).

includes/database-migration-service-instance-create.md renamed to articles/dms/includes/database-migration-service-instance-create.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ ms.author: pehewitt
99

1010
1. In the Azure portal menu or on the **Home** page, select **Create a resource**. Search for and select **Azure Database Migration Service**.
1111

12-
![Azure Marketplace](./media/database-migration-service-instance-create/portal-marketplace.png)
12+
![Azure Marketplace](../media/portal-marketplace.png)
1313

1414
2. On the **Azure Database Migration Service** screen, select **Create**.
1515

16-
![Create Azure Database Migration Service instance](./media/database-migration-service-instance-create/dms-create-1.png)
16+
![Create Azure Database Migration Service instance](../media/dms-create-1.png)
1717

1818
Select the appropriate **Source server type** and **Target server type**, and choose the **Database Migration Service (Classic)** option.
1919

20-
![Select Database Migration Service (Classic) scenario](./media/database-migration-service-instance-create/dms-classic-create-2.png)
20+
![Select Database Migration Service (Classic) scenario](../media/dms-classic-create-2.png)
2121

2222
3. On the **Create Migration Service** basics screen:
2323

@@ -28,18 +28,18 @@ ms.author: pehewitt
2828
- Choose **Azure** as the service mode.
2929
- Select a pricing tier. For more information on costs and pricing tiers, see the [pricing page](https://aka.ms/dms-pricing).
3030

31-
![Configure Azure Database Migration Service instance basics settings](./media/database-migration-service-instance-create/dms-settings-1.png)
31+
![Configure Azure Database Migration Service instance basics settings](../media/dms-settings-1.png)
3232

3333
- Select **Next: Networking**.
3434

3535
4. On the **Create Migration Service** networking screen:
3636

37-
- Select an existing virtual network or create a new one. The virtual network provides Azure Database Migration Service with access to the source server and the target instance. For more information about how to create a virtual network in the Azure portal, see the article [Create a virtual network using the Azure portal](../articles/virtual-network/quick-create-portal.md).
37+
- Select an existing virtual network or create a new one. The virtual network provides Azure Database Migration Service with access to the source server and the target instance. For more information about how to create a virtual network in the Azure portal, see the article [Create a virtual network using the Azure portal](../../virtual-network/quick-create-portal.md).
3838

39-
![Configure Azure Database Migration Service instance networking settings](./media/database-migration-service-instance-create/dms-settings-2.png)
39+
![Configure Azure Database Migration Service instance networking settings](../media/dms-settings-2.png)
4040

4141
- Select **Review + Create** to review the details and then select **Create** to create the service.
4242

4343
- After a few moments, your instance of the Azure Database Migration service is created and ready to use:
4444

45-
![Migration service created](./media/database-migration-service-instance-create/dms-service-created.png)
45+
![Migration service created](../media/dms-service-created.png)
File renamed without changes.

includes/database-migration-service-resource-provider-register.md renamed to articles/dms/includes/database-migration-service-resource-provider-register.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Register the Microsoft.DataMigration resource provider before you create your fi
1111

1212
1. Sign in to the Azure portal. Search for and select **Subscriptions**.
1313

14-
![Show portal subscriptions](./media/database-migration-service-resource-provider-register/portal-select-subscription.png)
14+
![Show portal subscriptions](../media/portal-select-subscription.png)
1515

1616
2. Select the subscription in which you want to create the instance of Azure Database Migration Service, and then select **Resource providers**.
1717

18-
![Show resource providers](./media/database-migration-service-resource-provider-register/portal-select-resource-provider.png)
18+
![Show resource providers](../media/portal-select-resource-provider.png)
1919

2020
3. Search for migration, and then select **Register** for **Microsoft.DataMigration**.
2121

22-
![Register resource provider](./media/database-migration-service-resource-provider-register/portal-register-resource-provider.png)
22+
![Register resource provider](../media/portal-register-resource-provider.png)

includes/deprecation-announcement-dms-classic-sql.md renamed to articles/dms/includes/deprecation-announcement-dms-classic-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ms.service: sql-database
77
ms.topic: include
88
---
99
> [!IMPORTANT]
10-
> **[Azure Database Migration Service (classic) - SQL scenarios are on a deprecation path](https://azure.microsoft.com/updates/retirement-azure-database-migration-service-classic-sql-server-scenarios-deprecation/)**. Since **August 1, 2023**, you're no longer able to create new Database Migration Service (classic) resources for SQL Server scenarios from Azure portal. The service will be retired on **March 15, 2026** for all customers. For seamless migrations from multiple database sources to Azure SQL Targets, Microsoft recommend using the latest version of [Azure Database Migration Service](https://aka.ms/dmslatest), which is available as [Azure SQL Migration](/azure-data-studio/extensions/azure-sql-migration-extension) an extension in Azure Data Studio, or via [Azure Portal](https://aka.ms/dmsazureportal), or through [Azure PowerShell and Azure CLI](../articles/dms/migration-dms-powershell-cli.md). For more information, see [Retirement notice: Database Migration Service (classic)](https://aka.ms/dmsclassicportal).
10+
> **[Azure Database Migration Service (classic) - SQL scenarios are on a deprecation path](https://azure.microsoft.com/updates/retirement-azure-database-migration-service-classic-sql-server-scenarios-deprecation/)**. Since **August 1, 2023**, you're no longer able to create new Database Migration Service (classic) resources for SQL Server scenarios from Azure portal. The service will be retired on **March 15, 2026** for all customers. For seamless migrations from multiple database sources to Azure SQL Targets, Microsoft recommend using the latest version of [Azure Database Migration Service](https://aka.ms/dmslatest), which is available as [Azure SQL Migration](/azure-data-studio/extensions/azure-sql-migration-extension) an extension in Azure Data Studio, or via [Azure Portal](https://aka.ms/dmsazureportal), or through [Azure PowerShell and Azure CLI](../migration-dms-powershell-cli.md). For more information, see [Retirement notice: Database Migration Service (classic)](https://aka.ms/dmsclassicportal).

includes/dms-ads-sqldb-prereq.md renamed to articles/dms/includes/dms-ads-sqldb-prereq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 09/30/2022
1414
- Reader role for the Azure resource group that contains the target instance of Azure SQL Database
1515
- Owner or Contributor role for the Azure subscription (required if you create a new instance of Azure Database Migration Service)
1616

17-
As an alternative to using one of these built-in roles, you can [assign a custom role](../articles/dms/resource-custom-roles-sql-database-ads.md).
17+
As an alternative to using one of these built-in roles, you can [assign a custom role](../resource-custom-roles-sql-database-ads.md).
1818

1919
> [!IMPORTANT]
2020
> An Azure account is required only when you configure the migration steps. An Azure account isn't required for the assessment or to view Azure recommendations in the migration wizard in Azure Data Studio.
@@ -25,4 +25,4 @@ ms.date: 09/30/2022
2525

2626
- Migrate the database schema from source to target by using the [SQL Server dacpac extension](/azure-data-studio/extensions/sql-server-dacpac-extension) or the [SQL Database Projects extension](/azure-data-studio/extensions/sql-database-project-extension) in Azure Data Studio.
2727

28-
- If you're using Azure Database Migration Service for the first time, make sure that the Microsoft.DataMigration [resource provider is registered in your subscription](../articles/dms/quickstart-create-data-migration-service-portal.md#register-the-resource-provider).
28+
- If you're using Azure Database Migration Service for the first time, make sure that the Microsoft.DataMigration [resource provider is registered in your subscription](../quickstart-create-data-migration-service-portal.md#register-the-resource-provider).

includes/dms-ads-sqlmi-prereq.md renamed to articles/dms/includes/dms-ads-sqlmi-prereq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 09/30/2022
1414
- Reader role for the Azure resource groups that contain the target instance of Azure SQL Managed Instance or your Azure Storage account
1515
- Owner or Contributor role for the Azure subscription (required if you create a new Database Migration Service instance)
1616

17-
As an alternative to using one of these built-in roles, you can [assign a custom role](../articles/dms/resource-custom-roles-sql-database-ads.md).
17+
As an alternative to using one of these built-in roles, you can [assign a custom role](../resource-custom-roles-sql-database-ads.md).
1818

1919
> [!IMPORTANT]
2020
> An Azure account is required only when you configure the migration steps. An Azure account isn't required for the assessment or to view Azure recommendations in the migration wizard in Azure Data Studio.
@@ -28,7 +28,7 @@ ms.date: 09/30/2022
2828
> [!IMPORTANT]
2929
>
3030
> - The Azure SQL Migration extension for Azure Data Studio doesn't take database backups, or neither initiate any database backups on your behalf. Instead, the service uses existing database backup files for the migration.
31-
> - If your database backup files are in an SMB network share, [create an Azure storage account](../articles/storage/common/storage-account-create.md) that Database Migration Service can use to upload database backup files to and to migrate databases. Make sure you create the Azure storage account in the same region where you create your instance of Database Migration Service.
31+
> - If your database backup files are in an SMB network share, [create an Azure storage account](../../storage/common/storage-account-create.md) that Database Migration Service can use to upload database backup files to and to migrate databases. Make sure you create the Azure storage account in the same region where you create your instance of Database Migration Service.
3232
> - You can write each backup to either a separate backup file or to multiple backup files. Appending multiple backups such as full and transaction logs into a single backup media isn't supported.
3333
> - You can provide compressed backups to reduce the likelihood of experiencing potential issues associated with migrating large backups.
3434
@@ -39,7 +39,7 @@ ms.date: 09/30/2022
3939
> [!TIP]
4040
> If your database contains sensitive data that's protected by [Always Encrypted](/sql/relational-databases/security/encryption/configure-always-encrypted-using-sql-server-management-studio), the migration process automatically migrates your Always Encrypted keys to your target managed instance.
4141
42-
- If your database backups are on a network file share, provide a computer on which you can install a [self-hosted integration runtime](../articles/data-factory/create-self-hosted-integration-runtime.md) to access and migrate database backups. The migration wizard gives you the download link and authentication keys to download and install your self-hosted integration runtime.
42+
- If your database backups are on a network file share, provide a computer on which you can install a [self-hosted integration runtime](../../data-factory/create-self-hosted-integration-runtime.md) to access and migrate database backups. The migration wizard gives you the download link and authentication keys to download and install your self-hosted integration runtime.
4343

4444
In preparation for the migration, ensure that the computer on which you install the self-hosted integration runtime has the following outbound firewall rules and domain names enabled:
4545

@@ -54,6 +54,6 @@ ms.date: 09/30/2022
5454
5555
- If you use a self-hosted integration runtime, make sure that the computer on which the runtime is installed can connect to the source SQL Server instance and the network file share where backup files are located.
5656

57-
- Enable outbound port 445 to allow access to the network file share. For more information, see [recommendations for using a self-hosted integration runtime](../articles/dms/migration-using-azure-data-studio.md#recommendations-for-using-a-self-hosted-integration-runtime-for-database-migrations).
57+
- Enable outbound port 445 to allow access to the network file share. For more information, see [recommendations for using a self-hosted integration runtime](../migration-using-azure-data-studio.md#recommendations-for-using-a-self-hosted-integration-runtime-for-database-migrations).
5858

59-
- If you're using Database Migration Service for the first time, make sure that the Microsoft.DataMigration resource provider is registered in your subscription. You can complete the steps to [register the resource provider](../articles/dms/quickstart-create-data-migration-service-portal.md#register-the-resource-provider).
59+
- If you're using Database Migration Service for the first time, make sure that the Microsoft.DataMigration resource provider is registered in your subscription. You can complete the steps to [register the resource provider](../quickstart-create-data-migration-service-portal.md#register-the-resource-provider).

0 commit comments

Comments
 (0)