Skip to content

Commit bd6ccda

Browse files
committed
Azure SQL migration extension fixes, and move auto-update-extension.md include file
1 parent acb2c33 commit bd6ccda

5 files changed

Lines changed: 45 additions & 45 deletions

File tree

docs/azure-data-studio/extensions/add-extensions.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Add extensions
33
description: Learn how to add functionality to Azure Data Studio by selecting and installing extensions from among those provided by Microsoft and third parties.
4-
author: "markingmyname"
5-
ms.author: "maghan"
6-
ms.reviewer: erinstellato
7-
ms.date: "10/03/2019"
4+
author: markingmyname
5+
ms.author: maghan
6+
ms.reviewer: erinstellato, randolphwest
7+
ms.date: 12/16/2022
88
ms.service: azure-data-studio
99
ms.topic: conceptual
1010
---
@@ -19,17 +19,17 @@ Extensions are provided by the Azure Data Studio team (Microsoft), as well as th
1919

2020
1. Access the available extensions by selecting the Extensions Icon, or by selecting **Extensions** in the **View** menu. You can use the **View: Show Extensions** command, available in the **Command Palette** (F1 or `Ctrl+Shift+P`).
2121

22-
![extension manager icon](media/add-extensions/extension-manager-icon.png)
22+
:::image type="content" source="media/add-extensions/extension-manager-icon.png" alt-text="Screenshot showing the Extension manager icon.":::
2323

2424
You can also quickly access the extensions manager by pressing `Ctrl+Shift+X` (Windows/Linux) or `Command+Shift+X` (Mac).
2525

26-
2. Select an available extension to view its details.
26+
1. Select an available extension to view its details.
2727

28-
![extension details](media/add-extensions/extension-details.png)
28+
:::image type="content" source="media/add-extensions/extension-details.png" alt-text="Screenshot showing the Extension details.":::
2929

30-
3. Select the extension you want and **Install** it.
30+
1. Select the extension you want and **Install** it.
3131

32-
4. Once installed, **Reload** to enable the extension in Azure Data Studio (only required when installing an extension for the first time).
32+
1. Once installed, **Reload** to enable the extension in Azure Data Studio (only required when installing an extension for the first time).
3333

3434
If you're having problems accessing the Extensions Manager on Azure Data Studio, you can download the extension you need on our [GitHub Wiki](https://github.com/microsoft/azuredatastudio/wiki/List-of-Extensions).
3535

@@ -41,9 +41,9 @@ The default Extensions view shows the extensions that are currently enabled, all
4141

4242
### Uninstall an extension
4343

44-
To uninstall an extension, click the gear icon on the right of an extension entry and choose **Uninstall** from the drop-down menu. This uninstalls the selected extension and will prompt you to reload Azure Data Studio.
44+
To uninstall an extension, select the gear icon on the right of an extension entry and choose **Uninstall** from the drop-down menu. This uninstalls the selected extension and will prompt you to reload Azure Data Studio.
4545

46-
![extension dropdown](media/add-extensions/extension-gear-dropdown.png)
46+
:::image type="content" source="media/add-extensions/extension-gear-dropdown.png" alt-text="Screenshot showing the Extension dropdown.":::
4747

4848
### Disable an extension
4949

@@ -53,13 +53,13 @@ You may temporarily disable an extension instead of permanently removing an exte
5353

5454
If an extension has been disabled, it will be in the **Disabled** section of the extension list and marked as ***Disabled***. You can re-enable it with the **Enable** or **Enable (Workspace)** commands in the drop-down menu. The **Command Palette** also lets you enable all extensions with the commands **Extensions: Enable All Extensions** and **Extensions: Enable All Extensions (Workspace)**.
5555

56-
![extension enabling](media/add-extensions/extensions-enable.png)
56+
:::image type="content" source="media/add-extensions/extensions-enable.png" alt-text="Screenshot showing how to enable extensions.":::
5757

58-
### Updating an extension
58+
### <a id="updating-an-extension"></a> Update an extension
5959

60-
Azure Data Studio automatically checks for and installs updates for any of your installed extensions.
60+
Azure Data Studio automatically checks for and installs updates for any of your installed extensions.
6161

62-
[!INCLUDE [auto-update-extension](../../includes/auto-update-extension.md)]
62+
[!INCLUDE [auto-update-extension](includes/auto-update-extension.md)]
6363

6464
## Install from a VSIX
6565

@@ -75,25 +75,25 @@ The Extensions view search box supports filters to help you find and manage exte
7575

7676
You can see a complete listing of all filters and sort commands by typing @ in the extensions search box and navigating through the suggestions:
7777

78-
![extension sort](media/add-extensions/extension-sort.png)
78+
:::image type="content" source="media/add-extensions/extension-sort.png" alt-text="Screenshot showing how to sort the extensions.":::
7979

8080
Here are the Extensions view filters:
8181

82-
- `@builtin` - Show extensions that come with Azure Data Studio. Grouped by type (Programming Languages, Themes, etc.).
82+
- `@builtin` - Show extensions that come with Azure Data Studio. Grouped by type (Programming Languages, Themes, and so on.).
8383
- `@disabled` - Show disabled installed extensions.
8484
- `@enabled` - Show enabled installed extensions. Extensions can be individually enabled/disabled.
8585
- `@installed` - Show installed extensions.
8686
- `@outdated` - Show outdated installed extensions. A newer version is available on the Marketplace.
8787
- `@recommended` - Show recommended extensions. Grouped as Workspace specific or general use.
88-
- `@category` - Show extensions belonging to specified category. Below are a few of supported categories. For a complete list, type @category and follow the options in the suggestion list:
89-
- `@category:themes`
90-
- `@category:formatters`
91-
- `@category:snippets`
88+
- `@category` - Show extensions belonging to specified category. Here is a short list of supported categories. For a complete list, type @category and follow the options in the suggestion list:
89+
- `@category:themes`
90+
- `@category:formatters`
91+
- `@category:snippets`
9292
These filters can be combined as well. For example, `@installed @category:themes` displays all installed themes.
9393

9494
If no filter is provided, the Extensions view displays currently installed and recommended extensions.
9595

96-
### Sorting
96+
### Sort
9797

9898
You can sort extensions with the `@sort` filter, which can take the following values:
9999

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

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ 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
author: croblesm
55
ms.author: roblescarlos
6-
ms.reviewer:
7-
ms.date: 09/01/2021
6+
ms.reviewer: randolphwest
7+
ms.date: 12/16/2022
88
ms.service: azure-data-studio
9-
ms.workload: data-services
109
ms.topic: conceptual
1110
---
1211

@@ -30,27 +29,27 @@ Follow the steps below to install the Azure SQL migration extension in Azure Dat
3029

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

33-
:::image type="content" source="media/azure-sql-migration-extension/extension-icon.png" alt-text="Extension icon":::
32+
:::image type="content" source="media/azure-sql-migration-extension/extension-icon.png" alt-text="Screenshot showing the migration extension icon.":::
3433

35-
2. Type in *Azure SQL Migration* in the search bar.
34+
1. Type in *Azure SQL Migration* in the search bar.
3635

37-
3. Select the **Azure SQL Migration** extension and view its details.
36+
1. Select the **Azure SQL Migration** extension and view its details.
3837

39-
4. Select **Install**.
38+
1. Select **Install**.
4039

41-
:::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":::
40+
:::image type="content" source="media/azure-sql-migration-extension/azure-sql-migration-extension-market-place.png" alt-text="Screenshot showing the Azure SQL Migration extension from the Azure Marketplace.":::
4241

43-
5. You can see the Azure SQL migration extension in the extension list once installed.
42+
1. You can see the Azure SQL migration extension in the extension list once installed.
4443

45-
:::image type="content" source="media/azure-sql-migration-extension/azure-sql-migration-icon.png" alt-text="Azure SQL migration extension":::
44+
:::image type="content" source="media/azure-sql-migration-extension/azure-sql-migration-icon.png" alt-text="Screenshot showing the Azure SQL migration extension":::
4645

47-
6. You can connect to the SQL Server instance in Azure Data Studio. Right-click the instance name and select **Manage** to see the dashboard and the **Azure SQL Migration** extension landing page.
46+
1. You can connect to the SQL Server instance in Azure Data Studio. Right-click the instance name and select **Manage** to see the dashboard and the **Azure SQL Migration** extension landing page.
4847

49-
:::image type="content" source="media/azure-sql-migration-extension/azure-sql-migration-extension-landing-page.png" alt-text="Landing page":::
48+
:::image type="content" source="media/azure-sql-migration-extension/azure-sql-migration-extension-landing-page.png" alt-text="Screenshot showing the extension landing page":::
5049

5150
### Set up auto update for the extension
5251

53-
[!INCLUDE [auto-update-extension](../../includes/auto-update-extension.md)]
52+
[!INCLUDE [auto-update-extension](includes/auto-update-extension.md)]
5453

5554
## Features
5655

@@ -66,35 +65,35 @@ The Azure SQL migration extension supports assessment and generates Azure recomm
6665

6766
The following migration modes are supported for the corresponding Azure SQL targets.
6867

69-
- **Online** - The source SQL Server database is available for reading and writing activity, while database backups are continuously restored on target Azure SQL. Application downtime is limited to the duration of the cutover at the end of migration.
68+
- **Online** - The source SQL Server database is available for reading and writing activity, while database backups are continuously restored on target Azure SQL. Application downtime is limited to the duration of the cutover at the end of migration.
7069
- **Offline** - The source database can't be used for writing activity while backup files are restored on the target Azure SQL database (Preview). Application downtime persists from the start until the completion of the migration process.
7170

7271
### Support matrix
7372

7473
| Azure SQL target | Migration mode |
75-
|-----------------|----------------|
74+
| --- | --- |
7675
Azure SQL Managed Instance| [Online](/azure/dms/tutorial-sql-server-managed-instance-online-ads) / [Offline](/azure/dms/tutorial-sql-server-managed-instance-offline-ads)
7776
SQL Server on Azure Virtual Machine|[Online](/azure/dms/tutorial-sql-server-to-virtual-machine-online-ads) / [Offline](/azure/dms/tutorial-sql-server-to-virtual-machine-offline-ads)
7877
Azure SQL Database (Preview)| [Offline](/azure/dms/tutorial-sql-server-azure-sql-database-offline-ads)
7978

80-
> [!TIP]
79+
> [!TIP]
8180
> For information on pre-requisites, features and migration workflow, see [Migration using Azure Data Studio](/azure/dms/migration-using-azure-data-studio)
8281
8382
### Get help from Microsoft support
8483

8584
You can raise a support request to get Microsoft support assistance if you encounter issues or errors with your database migrations using the Azure SQL Migration extension.
8685

87-
Click on the **New support request** button in the upper section of the extension. It will automatically take you to the Azure portal, where you can fill in the details and then submit a support request.
86+
Select the **New support request** button in the upper section of the extension. It will automatically take you to the Azure portal, where you can fill in the details and then submit a support request.
8887
:::image type="content" source="media/azure-sql-migration-extension/extension-support.png" alt-text="Get help from Microsoft support for the extension":::
8988

9089
You can submit ideas/suggestions for improvement, and other feedback, including bugs, in the [Azure Community forum — Azure Database Migration Service](https://feedback.azure.com/d365community/forum/2dd7eb75-ef24-ec11-b6e6-000d3a4f0da0).
9190

92-
> [!NOTE]
91+
> [!NOTE]
9392
> You can also use the **Feedback** button if you have any suggestions or feedback to improve the extension.
9493
9594
## Next steps
9695

9796
- [Database migrations using Azure Data Studio](/azure/dms/migration-using-azure-data-studio)
9897
- [Download Azure Data Studio](../download-azure-data-studio.md)
9998
- [Azure Data Studio release notes](../release-notes-azure-data-studio.md)
100-
- [Azure Data Studio extensions](add-extensions.md)
99+
- [Azure Data Studio extensions](add-extensions.md)

docs/includes/auto-update-extension.md renamed to docs/azure-data-studio/extensions/includes/auto-update-extension.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
author: MikeRayMSFT
33
ms.author: mikeray
4-
ms.date: 08/30/2021
4+
ms.reviewer: randolphwest
5+
ms.date: 12/16/2022
56
ms.service: sql
67
ms.topic: include
78
---
@@ -10,10 +11,10 @@ You can check for updates to the extension and have them automatically updated b
1011

1112
To enable auto updates:
1213
1. Select the **Settings** icon in Azure Data Studio.
13-
2. Select the **checkbox** under **User > Features > Extensions > Auto Check Updates**.
14-
3. Select the **dropdown** under **User > Features > Extensions > Auto Update** and select either **All Extensions** or **Only Enabled Extensions**.
14+
1. Select the **checkbox** under **User > Features > Extensions > Auto Check Updates**.
15+
1. Select the **dropdown** under **User > Features > Extensions > Auto Update** and select either **All Extensions** or **Only Enabled Extensions**.
1516

1617
:::image type="content" source="media/auto-update-extension/azure-sql-migration-extension-auto-update.png" alt-text="auto update the extension":::
1718

18-
> [!NOTE]
19+
> [!NOTE]
1920
> If you want to update the extension manually, you can disable **Auto Update** and install the updates from the extension in the Marketplace.

docs/includes/media/auto-update-extension/azure-sql-migration-extension-auto-update.png renamed to docs/azure-data-studio/extensions/includes/media/auto-update-extension/azure-sql-migration-extension-auto-update.png

File renamed without changes.
Binary file not shown.

0 commit comments

Comments
 (0)