Skip to content

Commit 8fa85cf

Browse files
committed
updates
1 parent b0e9b46 commit 8fa85cf

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
222 KB
Loading
73.7 KB
Loading

articles/dms/migration-using-azure-data-studio.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The key benefits of using the Azure SQL Migration extension for Azure Data Studi
2121
1. Assess your SQL Server databases for Azure readiness or to identify any migration blockers before migrating them to Azure. You can assess SQL Server databases running on both Windows and Linux Operating System using the Azure SQL Migration extension.
2222
1. Get right-sized Azure recommendation based on performance data collected from your source SQL Server databases. To learn more, see [Get right-sized Azure recommendation for your on-premises SQL Server database(s)](ads-sku-recommend.md).
2323
1. Perform online (minimal downtime) and offline database migrations using an easy-to-use wizard. To see step-by-step tutorial, see sample [Tutorial: Migrate SQL Server to an Azure SQL Managed Instance online using Azure Data Studio with DMS](tutorial-sql-server-managed-instance-online-ads.md).
24-
1. Monitor all migrations started in Azure Data Studio from the Azure Portal. To learn more, see [Monitor database migration progress from the Azure Portal](#monitor-database-migration-progress-from-the-azure-portal).
24+
1. Monitor all migrations started in Azure Data Studio from the Azure portal. To learn more, see [Monitor database migration progress from the Azure portal](#monitor-database-migration-progress-from-the-azure-portal).
2525
1. Leverage the capabilities of the Azure SQL Migration extension to assess and migrate databases at scale using automation with Azure PowerShell and Azure CLI. To learn more, see [Migrate databases at scale using automation](migration-dms-powershell-cli.md).
2626

2727
## Architecture of Azure SQL Migration extension for Azure Data Studio
@@ -102,7 +102,13 @@ Azure Database Migration Service prerequisites that are common across all suppor
102102
- We recommend up to 10 concurrent database migrations per self-hosted integration runtime on a single machine. To increase the number of concurrent database migrations, scale out self-hosted runtime up to four nodes or create separate self-hosted integration runtime on different machines.
103103
- Configure self-hosted integration runtime to auto-update to automatically apply any new features, bug fixes, and enhancements that are released. To learn more, see [Self-hosted Integration Runtime Auto-update](../data-factory/self-hosted-integration-runtime-auto-update.md).
104104

105-
## Monitor database migration progress from the Azure Portal
105+
## Monitor database migration progress from the Azure portal
106+
When you migrate database(s) using the Azure SQL Migration extension for Azure Data Studio, the migrations are orchestrated by the Azure Database Migration Service that was created or used in the wizard. To monitor database migrations from the Azure portal,
107+
- Open the [Azure portal](https://portal.azure.com/)
108+
- Search for or navigate to your Azure Database Migration Service by the resource name
109+
:::image type="content" source="media/migration-using-azure-data-studio/search-dms-portal.png" alt-text="Search Azure Database Migration Service resource in portal":::
110+
- Select the **Monitor Migrations** tile in the **Overview** page to view the details of your database migrations.
111+
:::image type="content" source="media/migration-using-azure-data-studio/dms-ads-monitor-portal.png" alt-text="Monitor migrations in Azure portal":::
106112

107113

108114
## Known issues and limitations
@@ -128,6 +134,9 @@ Azure Database Migration Service prerequisites that are common across all suppor
128134
- Provide your own machine or on-premises server to install Azure Data Studio.
129135
- A self-hosted integration runtime is needed to access database backups from your on-premises network share.
130136

137+
## Supported regions
138+
For the list of Azure regions that support database migrations using the Azure SQL Migration extension for Azure Data studio (powered by Azure DMS), see [Azure products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=database-migration)
139+
131140
## Next steps
132141

133142
- For an overview and installation of the Azure SQL Migration extension, see [Azure SQL Migration extension for Azure Data Studio](/sql/azure-data-studio/extensions/azure-sql-migration-extension).

0 commit comments

Comments
 (0)