Skip to content

Commit 2831108

Browse files
Merge pull request #214440 from croblesm/crobles-1013-azuresqlmigration-to-azuresqldb
Adding RP prerequisites to Azure SQL DB offline migration documentation
2 parents d8ed745 + f02c459 commit 2831108

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/dms/tutorial-sql-server-azure-sql-database-offline-ads.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ To complete this tutorial, you need to:
5454
* Create a target [Azure SQL Database](/azure/azure-sql/database/single-database-create-quickstart).
5555
* Ensure that the SQL Server login to connect the source SQL Server is a member of the `db_datareader` and the login for the target SQL server is `db_owner`.
5656
* Migrate database schema from source to target using [SQL Server dacpac extension](/sql/azure-data-studio/extensions/sql-server-dacpac-extension) or, [SQL Database Projects extension](/sql/azure-data-studio/extensions/sql-database-project-extension) for Azure Data Studio.
57+
* If you're using the Azure Database Migration Service for the first time, ensure that Microsoft.DataMigration resource provider is registered in your subscription. You can follow the steps to [register the resource provider](quickstart-create-data-migration-service-portal.md#register-the-resource-provider)
5758

5859
## Launch the Migrate to Azure SQL wizard in Azure Data Studio
5960

includes/dms-ads-sqldb-prereq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ ms.date: 09/30/2022
1717
> Azure account is only required when configuring the migration steps and is not required for assessment or Azure recommendation steps in the migration wizard.
1818
* Create a target [Azure SQL Database](/azure/azure-sql/database/single-database-create-quickstart).
1919
* Ensure that the login used to connect the source SQL Server is a member of the `db_datareader` and the login for the target SQL server is `db_owner`.
20-
* Migrate database schema from source to target using [SQL Server dacpac extension](/sql/azure-data-studio/extensions/sql-server-dacpac-extension), or [SQL Database Projects extension](/sql/azure-data-studio/extensions/sql-database-project-extension) for Azure Data Studio.
20+
* Migrate database schema from source to target using [SQL Server dacpac extension](/sql/azure-data-studio/extensions/sql-server-dacpac-extension), or [SQL Database Projects extension](/sql/azure-data-studio/extensions/sql-database-project-extension) for Azure Data Studio.
21+
* If you're using the Azure Database Migration Service for the first time, ensure that Microsoft.DataMigration resource provider is registered in your subscription. You can follow the steps to [register the resource provider](/azure/dms/quickstart-create-data-migration-service-portal.md#register-the-resource-provider)

0 commit comments

Comments
 (0)