Skip to content

Commit a2405c7

Browse files
committed
sreraman fix
1 parent eb519f6 commit a2405c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
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: 05/22/2019
13+
ms.date: 06/14/2019
1414
---
1515

1616
# Tutorial: Migrate SQL Server to an Azure SQL Database managed instance online using DMS
@@ -67,6 +67,10 @@ To complete this tutorial, you need to:
6767
* Ensure that the service account running the source SQL Server instance has write privileges on the network share that you created and that the computer account for the source server has read/write access to the same share.
6868
* Make a note of a Windows user (and password) that has full control privilege on the network share that you previously created. The Azure Database Migration Service impersonates the user credential to upload the backup files to Azure storage container for restore operation.
6969
* Create an Azure Active Directory Application ID that generates the Application ID key that DMS 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).
70+
71+
> [!NOTE]
72+
> DMS requires the Contributor permission on the subscription for the specified Application ID. We are actively working to reduce these permissions requirements.
73+
7074
* 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 DMS service created.
7175

7276
## Register the Microsoft.DataMigration resource provider

0 commit comments

Comments
 (0)