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/tutorial-sql-server-managed-instance-online.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: dms
10
10
ms.workload: data-services
11
11
ms.custom: mvc, tutorial
12
12
ms.topic: article
13
-
ms.date: 10/18/2019
13
+
ms.date: 10/26/2019
14
14
---
15
15
16
16
# Tutorial: Migrate SQL Server to an Azure SQL Database managed instance online using DMS
@@ -25,7 +25,7 @@ In this tutorial, you learn how to:
25
25
> * Create an instance of Azure Database Migration Service.
26
26
> * Create a migration project and start online migration by using Azure Database Migration Service.
27
27
> * Monitor the migration.
28
-
> *Cutover the migration when you are ready.
28
+
> *Perform the migration cutover when you are ready.
29
29
30
30
> [!IMPORTANT]
31
31
> For online migrations from SQL Server to a SQL Database managed instance using Azure Database Migration Service, you must provide the full database backup and subsequent log backups in the SMB network share that the service can use to migrate your databases. Azure Database Migration Service does not initiate any backups, but rather uses existing backups, which you may already have as part of your disaster recovery plan, for the migration.
@@ -39,7 +39,7 @@ In this tutorial, you learn how to:
This article describes an online migration from SQL Server to a SQL Database managed instance. For an offline migration, see [Migrate SQL Server to an Azure SQL Database managed instance offline using DMS](tutorial-sql-server-to-managed-instance.md).
42
+
This article describes an online migration from SQL Server to a SQL Database managed instance. For an offline migration, see [Migrate SQL Server to a SQL Database managed instance offline using DMS](tutorial-sql-server-to-managed-instance.md).
43
43
44
44
## Prerequisites
45
45
@@ -74,7 +74,7 @@ To complete this tutorial, you need to:
74
74
* Create an Azure Active Directory Application ID that generates the Application ID key that Azure Database Migration Service can use to connect to target Azure Database managed instance and Azure Storage Container. For more information, see the article [Use portal to create an Azure Active Directory application and service principal that can access resources](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-create-service-principal-portal).
75
75
76
76
> [!NOTE]
77
-
> Azure Database Migration Service requires the Contributor permission on the subscription for the specified Application ID. We are actively working to reduce these permissions requirements.
77
+
> Azure Database Migration Service requires the Contributor permission on the subscription for the specified Application ID. Alternatively, you can create custom roles that grant the specific permissions that Azure Database Migration Service requires. For step-by-step guidance about using custom roles, see the article [Custom roles for SQL Server to SQL Database managed instance online migrations](https://docs.microsoft.com/azure/dms/resource-custom-roles-sql-db-managed-instance).
78
78
79
79
* Create or make a note of **Standard Performance tier**, Azure Storage Account, that allows DMS service to upload the database backup files to and use for migrating databases. Make sure to create the Azure Storage Account in the same region as the Azure Database Migration Service instance is created.
0 commit comments