Skip to content

Commit f510704

Browse files
committed
Naming council change
1 parent e864aa7 commit f510704

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

docs/azure-data-studio/extensions/azure-sql-migration-extension.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure SQL Migration extension for Azure Data Studio
2+
title: Azure SQL migration extension for Azure Data Studio
33
description: This article describes how you can migrate your data using the Azure SQL migration extension with Azure Data Studio.
44
ms.prod: azure-data-studio
55
ms.technology: azure-data-studio
@@ -11,9 +11,9 @@ ms.custom:
1111
ms.date: 09/01/2021
1212
---
1313

14-
# Azure SQL Migration extension for Azure Data Studio
14+
# Azure SQL migration extension for Azure Data Studio
1515

16-
The Azure SQL Migration extension for [Azure Data Studio](../what-is-azure-data-studio.md) enables you to use the SQL Server assessment and migration capability in Azure Data Studio.
16+
The Azure SQL migration extension for [Azure Data Studio](../what-is-azure-data-studio.md) enables you to use the SQL Server assessment and migration capability in Azure Data Studio.
1717

1818
[!INCLUDE [database-migration-services-sql-mi-sql-vm](../../includes/database-migration-services-sql-mi-sql-vm.md)]
1919

@@ -27,9 +27,9 @@ The following prerequisites are also required to install this extension:
2727

2828
- [Azure Data Studio installed](../download-azure-data-studio.md).
2929

30-
## Install the Azure SQL Migration extension
30+
## Install the Azure SQL migration extension
3131

32-
To install the Azure SQL Migration extension in Azure Data Studio, follow the steps below.
32+
To install the Azure SQL migration extension in Azure Data Studio, follow the steps below.
3333

3434
1. Open the extensions manager in Azure Data Studio. You can either select the extensions icon or select **Extensions** in the View menu.
3535

@@ -43,7 +43,7 @@ To install the Azure SQL Migration extension in Azure Data Studio, follow the st
4343

4444
:::image type="content" source="media/azure-sql-migration-extension/azure-sql-migration-extension-market-place.png" alt-text="Azure SQl Migration extension from market place":::
4545

46-
5. You can see the Azure SQL Migration extension in the extension list once installed.
46+
5. You can see the Azure SQL migration extension in the extension list once installed.
4747

4848
:::image type="content" source="media/azure-sql-migration-extension/azure-sql-migration-icon.png" alt-text="Azure SQL migration extension":::
4949

@@ -59,7 +59,7 @@ To install the Azure SQL Migration extension in Azure Data Studio, follow the st
5959

6060
### Azure SQL target readiness assessment and database migrations
6161

62-
The Azure SQL Migration extension supports assessment, generate Azure recommendations and database migrations for the following Azure SQL targets.
62+
The Azure SQL migration extension supports assessment, generate Azure recommendations and database migrations for the following Azure SQL targets.
6363

6464
- SQL Server on Azure Virtual Machines (SQL VM)
6565
- Azure SQL Managed Instance (SQL MI)

docs/azure-data-studio/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ landingContent:
8080
url: extensions/kusto-extension.md
8181
- text: Notebook extension
8282
url: extensions/notebook-extension.md
83-
- text: Azure SQL Migration extension
83+
- text: Azure SQL migration extension
8484
url: extensions/azure-sql-migration-extension.md
8585
- text: PostgreSQL extension
8686
url: extensions/postgres-extension.md

docs/azure-data-studio/release-notes-azure-data-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Azure Data Studio 1.34.0 is the latest general availability (GA) release.
121121

122122
| New item | Details |
123123
|----------|---------|
124-
| SQL Migration extension | Added 'Currently restoring backup file' in the migration progress details page of Azure SQL Migration extension when backup files location is Azure Storage blob container |
124+
| SQL Migration extension | Added 'Currently restoring backup file' in the migration progress details page of Azure SQL migration extension when backup files location is Azure Storage blob container |
125125
| Notebooks | Added undo/redo support |
126126
| SQL Database Projects extension | Support for project build with .NET 6 in SQL Database Projects extension |
127127
| SQL Database Projects extension | Publish to container in SQL Database Projects extension |
@@ -133,9 +133,9 @@ Azure Data Studio 1.34.0 is the latest general availability (GA) release.
133133

134134
| New Item | Details |
135135
|----------|---------|
136-
| SQL Migration | Fix for multiple database migrations when using network share as backup files location in Azure SQL Migration extension |
137-
| SQL Migration | Fix for multiple database migrations when using blob storage containers as backup files location in Azure SQL Migration extension |
138-
| SQL Migration| Fix to pre-populate target database names in the migration wizard in Azure SQL Migration extension |
136+
| SQL Migration | Fix for multiple database migrations when using network share as backup files location in Azure SQL migration extension |
137+
| SQL Migration | Fix for multiple database migrations when using blob storage containers as backup files location in Azure SQL migration extension |
138+
| SQL Migration| Fix to pre-populate target database names in the migration wizard in Azure SQL migration extension |
139139
| Grid | Fix to column sorting in grids where the presence of null values could lead to unexpected results |
140140
| Notebooks | Fix for Python upgrades when two or more notebooks were open |
141141

docs/azure-data-studio/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
href: extensions/add-extensions.md
4343
- name: Azure Arc extension
4444
href: extensions/azure-arc-extension.md
45-
- name: Azure SQL Migration extension
45+
- name: Azure SQL migration extension
4646
href: extensions/azure-sql-migration-extension.md
4747
- name: Azure Monitor Logs extension
4848
href: extensions/azure-monitor-logs-extension.md

docs/dma/dma-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To install DMA, download the latest version of the tool from the [Microsoft Down
6363
- Information issues: detects partially supported or deprecated features that are used in source package(s).
6464

6565
> [!NOTE]
66-
> DMA does not support database migrations to Azure SQL Managed Instance. Recommendation is to use the [Azure SQL Migration extension for Azure Data Studio](/azure/dms/migration-using-azure-data-studio), which supports both online and offline database migrations to Azure SQL Managed Instance.
66+
> DMA does not support database migrations to Azure SQL Managed Instance. Recommendation is to use the [Azure SQL migration extension for Azure Data Studio](/azure/dms/migration-using-azure-data-studio), which supports both online and offline database migrations to Azure SQL Managed Instance.
6767
6868

6969
## Prerequisites

docs/includes/database-migration-services-sql-mi-sql-vm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.topic: include
66
ms.date: 07/30/2021
77
---
88

9-
You can use the Azure SQL Migration extension in Azure Data Studio to migrate SQL Server databases to either Azure SQL Managed Instance (Platform-as-a-Service) or to SQL Server on Azure Virtual Machines (Infrastructure-as-a-Service).<br/><br/>
10-
The Azure SQL Migration extension in Azure Data Studio brings together a simplified assessment, Azure recommendation and migration experience that delivers the following capabilities:<br/>
9+
You can use the Azure SQL migration extension in Azure Data Studio to migrate SQL Server databases to either Azure SQL Managed Instance (Platform-as-a-Service) or to SQL Server on Azure Virtual Machines (Infrastructure-as-a-Service).<br/><br/>
10+
The Azure SQL migration extension in Azure Data Studio brings together a simplified assessment, Azure recommendation and migration experience that delivers the following capabilities:<br/>
1111
- A responsive user interface that provides an easy-to-navigate step-by-step wizard to deliver an integrated assessment, Azure recommendation and migration experience.
1212
- An enhanced assessment engine that can assess SQL Server instances and identify databases that are ready for migration to Azure SQL Managed Instance or SQL Server on Azure Virtual Machines.
1313
- An Azure recommender to generate right-sized recommendation for Azure SQL Managed Instance SKU or SQL Server on Azure Virtual Machines SKU to meet your database(s)' performance requirements with minimal cost.
1414
- A reliable Azure service powered by Azure Database Migration service that orchestrates data movement activities to deliver a seamless migration experience with minimal downtime.
1515
- The ability to run migrations in either online (for migrations that require minimal downtime) or offline (for migrations where downtime persists through the duration of the migration) modes to suit your business requirements.
1616
- The flexibility to install self hosted integration runtime to provide your own compute for access to source SQL Server and backups in your on-premises environment.<br/>
17-
To learn more about the concepts for migrating databases using the Azure SQL Migration extension in Azure Data Studio, see [Database migrations using Azure Data Studio](/azure/dms/migration-using-azure-data-studio).
17+
To learn more about the concepts for migrating databases using the Azure SQL migration extension in Azure Data Studio, see [Database migrations using Azure Data Studio](/azure/dms/migration-using-azure-data-studio).
1818

0 commit comments

Comments
 (0)