Skip to content

Commit 99d320d

Browse files
authored
Merge pull request #93638 from HJToland3/localworking
mi note
2 parents 74623a5 + 765a75e commit 99d320d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/dms/tutorial-sql-server-managed-instance-online.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: dms
1010
ms.workload: data-services
1111
ms.custom: mvc, tutorial
1212
ms.topic: article
13-
ms.date: 10/18/2019
13+
ms.date: 10/26/2019
1414
---
1515

1616
# 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:
2525
> * Create an instance of Azure Database Migration Service.
2626
> * Create a migration project and start online migration by using Azure Database Migration Service.
2727
> * Monitor the migration.
28-
> * Cutover the migration when you are ready.
28+
> * Perform the migration cutover when you are ready.
2929
3030
> [!IMPORTANT]
3131
> 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:
3939
4040
[!INCLUDE [online-offline](../../includes/database-migration-service-offline-online.md)]
4141

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 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).
4343

4444
## Prerequisites
4545

@@ -74,7 +74,7 @@ To complete this tutorial, you need to:
7474
* 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).
7575

7676
> [!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).
7878
7979
* 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.
8080

0 commit comments

Comments
 (0)