You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dms/migration-using-azure-data-studio.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,11 +103,11 @@ Azure Database Migration Service prerequisites that are common across all suppor
103
103
- 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).
104
104
105
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,
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 selected in the wizard. To monitor database migrations from the Azure portal,
107
107
- Open the [Azure portal](https://portal.azure.com/)
108
-
- Search for or navigate to your Azure Database Migration Service by the resource name
108
+
- Search for your Azure Database Migration Service by the resource name
109
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.
110
+
- Select the **Monitor migrations** tile in the **Overview** page to view the details of your database migrations.
111
111
:::image type="content" source="media/migration-using-azure-data-studio/dms-ads-monitor-portal.png" alt-text="Monitor migrations in Azure portal":::
112
112
113
113
@@ -124,17 +124,15 @@ When you migrate database(s) using the Azure SQL Migration extension for Azure D
124
124
- When migrating to SQL Server on Azure Virtual Machines, SQL Server 2014 and below as target versions are not supported currently.
125
125
- Migrating to Azure SQL Database isn't supported.
126
126
- Azure storage accounts secured by specific firewall rules or configured with a private endpoint are not supported for migrations.
127
-
- You can't use an existing self-hosted integration runtime created from Azure Data Factory for database migrations with DMS. Initially, the self-hosted integration runtime should be created using the Azure SQL Migration extension in Azure Data Studio and can be reused for further database migrations.
128
-
> [!IMPORTANT]
129
-
> **Known issue when migrating multiple databases to SQL Server on Azure VM:** Concurrently migrating multiple databases to the same SQL Server on Azure VM results in migration failures for most databases. Ensure you only migrate a single database to a SQL Server on Azure VM at any point in time.
127
+
- You can't use an existing self-hosted integration runtime created from Azure Data Factory for database migrations with DMS. Initially, the self-hosted integration runtime should be created using the Azure SQL Migration extension in Azure Data Studio and can be reused for further database migrations.
130
128
131
129
## Pricing
132
130
- Azure Database Migration Service is free to use with the Azure SQL Migration extension in Azure Data Studio. You can migrate multiple SQL Server databases using the Azure Database Migration Service at no charge for using the service or the Azure SQL Migration extension.
133
131
- There's no data movement or data ingress cost for migrating your databases from on-premises to Azure. If the source database is moved from another region or an Azure VM, you may incur [bandwidth charges](https://azure.microsoft.com/pricing/details/bandwidth/) based on your bandwidth provider and routing scenario.
134
132
- Provide your own machine or on-premises server to install Azure Data Studio.
135
133
- A self-hosted integration runtime is needed to access database backups from your on-premises network share.
136
134
137
-
## Supported regions
135
+
## Regional Availability
138
136
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)
0 commit comments