Skip to content

Commit 8b4ff2c

Browse files
Merge pull request #26147 from rwestMSFT/rw-0222-data-migration-link
[BULK] Replace datamigration.microsoft.com with /data-migration/
2 parents 71492f4 + 3f598f0 commit 8b4ff2c

19 files changed

Lines changed: 20 additions & 20 deletions

azure-sql/database/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ landingContent:
150150
- linkListType: reference
151151
links:
152152
- text: Migration guide
153-
url: https://datamigration.microsoft.com/
153+
url: /data-migration/
154154
- text: Transact-SQL (T-SQL)
155155
url: /sql/t-sql/language-reference
156156
- text: Azure CLI

azure-sql/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ landingContent:
191191
- linkListType: reference
192192
links:
193193
- text: Migration guide
194-
url: https://datamigration.microsoft.com/
194+
url: /data-migration/
195195
- text: Transact-SQL (T-SQL)
196196
url: /sql/t-sql/language-reference
197197
- text: Azure CLI

azure-sql/managed-instance/frequently-asked-questions-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ sections:
175175
176176
### How can I migrate from other platforms to SQL Managed Instance?
177177
178-
For migration information about migrating from other platforms, see [Azure Database Migration Guide](https://datamigration.microsoft.com/).
178+
For migration information about migrating from other platforms, see [Azure Database Migration Guide](/data-migration/).
179179
180180
- question: |
181181
Switch hardware configuration

azure-sql/managed-instance/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ landingContent:
113113
- linkListType: reference
114114
links:
115115
- text: Migration guide
116-
url: https://datamigration.microsoft.com/
116+
url: /data-migration/
117117
- text: Transact-SQL (T-SQL)
118118
url: /sql/t-sql/language-reference
119119
- text: Azure CLI

azure-sql/migration-guides/database/mysql-to-sql-database-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The Data SQL Engineering team developed these resources. This team's core charte
170170

171171
- For a matrix of Microsoft and third-party services and tools that are available to assist you with various database and data migration scenarios and specialty tasks, see [Service and tools for data migration](/azure/dms/dms-tools-matrix).
172172

173-
- For other migration guides, see [Azure Database Migration Guide](https://datamigration.microsoft.com/).
173+
- For other migration guides, see [Azure Database Migration Guide](/data-migration/).
174174

175175
- For migration videos, see [Overview of the migration journey and recommended migration and assessment tools and services](https://azure.microsoft.com/resources/videos/overview-of-migration-and-recommended-tools-services/).
176176

azure-sql/virtual-machines/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ landingContent:
144144
- linkListType: reference
145145
links:
146146
- text: Migration guide
147-
url: https://datamigration.microsoft.com/
147+
url: /data-migration/
148148
- text: Transact-SQL (T-SQL)
149149
url: /sql/t-sql/language-reference
150150
- text: Azure CLI

docs/database-engine/install-windows/supported-version-and-edition-upgrades-2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The following table lists the supported upgrade scenarios from earlier versions
8787

8888
You can migrate databases from older versions of [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] to [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)], as long as the source database compatibility level is `90` or higher. Databases with a compatibility level of `90` (for example, on [!INCLUDE [ssversion2005-md](../../includes/ssversion2005-md.md)]), are automatically upgraded to a compatibility level of `100` when migrated to [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)]. If the compatibility level on the source database is `100` or higher, it will be unchanged on [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)].
8989

90-
For information, see [Azure Database Migration Guide](https://datamigration.microsoft.com/scenario/sql-to-sqlserver).
90+
For information, see [Azure Database Migration Guide](../../sql-server/migrate/guides/sql-server-to-sql-server-upgrade-guide.md).
9191

9292
The following tips and tools can help you plan and implement your migration.
9393

docs/database-engine/install-windows/supported-version-and-edition-upgrades-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Specific version and edition upgrade paths aren't available during community tec
5454

5555
You can migrate databases from older versions of [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] to [!INCLUDE[sssql22-md](../../includes/sssql22-md.md)], as long as the source database compatibility level is `90` or higher. Databases with a compatibility level of `90` (for example, on [!INCLUDE [ssversion2005-md](../../includes/ssversion2005-md.md)]), are automatically upgraded to a compatibility level of `100` when migrated to [!INCLUDE[sssql22-md](../../includes/sssql22-md.md)]. If the compatibility level on the source database is `100` or higher, it will be unchanged on [!INCLUDE[sssql22-md](../../includes/sssql22-md.md)].
5656

57-
For information, see [Azure Database Migration Guide](https://datamigration.microsoft.com/scenario/sql-to-sqlserver).
57+
For information, see [Azure Database Migration Guide](../../sql-server/migrate/guides/sql-server-to-sql-server-upgrade-guide.md).
5858

5959
The following tips and tools can help you plan and implement your migration.
6060

docs/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ conceptualContent:
127127
- title: Migrate
128128
links:
129129
- text: Data Migration Guide
130-
url: https://datamigration.microsoft.com/
130+
url: /data-migration/
131131
itemType: overview
132132
- text: Database Compatibility Certification
133133
url: ./database-engine/install-windows/compatibility-certification.md

docs/sql-server/end-of-support/sql-server-extended-security-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Government customers that are unable to connect or register their [!INCLUDE [ssn
437437
- [Microsoft Security Response Center (MSRC)](https://portal.msrc.microsoft.com/security-guidance/summary)
438438
- [Manage Windows updates by using Azure Automation](/azure/automation/update-management/overview)
439439
- [SQL Server VM automated patching](/azure/azure-sql/virtual-machines/windows/automated-patching)
440-
- [Microsoft Data Migration Guide](https://datamigration.microsoft.com/)
440+
- [Microsoft Data Migration Guide](/data-migration/)
441441
- [Azure migrate: lift-and-shift options to move your current SQL Server into an Azure VM](https://azure.microsoft.com/services/azure-migrate/)
442442
- [Cloud adoption framework for SQL migration](/azure/cloud-adoption-framework/migrate/expanded-scope/sql-migration)
443443
- [ESU-related scripts on GitHub](https://github.com/microsoft/sql-server-samples/tree/master/samples/manage/sql-server-extended-security-updates/scripts)

0 commit comments

Comments
 (0)