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/dms-overview.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.reviewer:
9
9
ms.service: database-migration
10
10
ms.workload: data-services
11
11
ms.topic: article
12
-
ms.date: 05/08/2018
12
+
ms.date: 08/13/2018
13
13
---
14
14
# What is the Azure Database Migration Service?
15
15
The Azure Database Migration Service is a fully managed service designed to enable seamless migrations from multiple database sources to Azure Data platforms with minimal downtime.
Copy file name to clipboardexpand all lines: articles/dms/tutorial-sql-server-to-managed-instance.md
+53-43
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ To complete this tutorial, you need to:
43
43
- Create a network share that the Azure Database Migration Service can use to back up the source database.
44
44
- 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.
45
45
- 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.
46
-
- Create a blob container and retrieve its SAS URI by using the steps in the article [Manage Azure Blob Storage resources with Storage Explorer](https://docs.microsoft.com/azure/vs-azure-tools-storage-explorer-blobs#get-the-sas-for-a-blob-container), be sure to select all permissions (Read, Write, Delete, List) on the policy window while creating the SAS URI. This detail provides the Azure Database Migration Service with access to your storage account container for uploading the backup files used for migrating databases to Azure SQL Database Managed Instance
46
+
- Create a blob container and retrieve its SAS URI by using the steps in the article [Manage Azure Blob Storage resources with Storage Explorer](https://docs.microsoft.com/azure/vs-azure-tools-storage-explorer-blobs#get-the-sas-for-a-blob-container), be sure to select all permissions (Read, Write, Delete, List) on the policy window while creating the SAS URI. This detail provides the Azure Database Migration Service with access to your storage account container for uploading the backup files used for migrating databases to Azure SQL Database Managed Instance.
47
47
48
48
## Register the Microsoft.DataMigration resource provider
49
49
@@ -71,25 +71,27 @@ To complete this tutorial, you need to:
71
71
72
72
3. On the **Create Migration Service** screen, specify a name for the service, the subscription, and a new or existing resource group.
73
73
74
-
4. Select an existing virtual network (VNET) or create one.
74
+
4. Select the location in which you want to create the instance of DMS.
75
+
76
+
5. Select an existing virtual network (VNET) or create one.
75
77
76
78
The VNET provides the Azure Database Migration Service with access to the source SQL Server and target Azure SQL Database Managed Instance.
77
79
78
80
For more information on how to create a VNET in Azure portal, see the article [Create a virtual network using the Azure portal](https://aka.ms/DMSVnet).
79
81
80
82
For additional detail, see the article [Network topologies for Azure SQL DB Managed Instance migrations using the Azure Database Migration Service](https://aka.ms/dmsnetworkformi).
81
83
82
-
5. Select a pricing tier.
84
+
6. Select a pricing tier.
83
85
84
86
For more information on costs and pricing tiers, see the [pricing page](https://aka.ms/dms-pricing).
After the service is created, locate it within the Azure portal, open it, and then create a new migration project.
94
+
After an instance of the service is created, locate it within the Azure portal, open it, and then create a new migration project.
93
95
94
96
1. In the Azure portal, select **All services**, search for Azure Database Migration Service, and then select **Azure Database Migration Services**.
95
97
@@ -99,15 +101,15 @@ After the service is created, locate it within the Azure portal, open it, and th
99
101
100
102
3. Select + **New Migration Project**.
101
103
102
-
4. On the **New migration project** screen, specify a name for the project, in the **Source server type** text box, select **SQL Server**, and then in the **Target server type** text box, select **Azure SQL Database Managed Instance**.
104
+
4. On the **New migration project** screen, specify a name for the project, in the **Source server type** text box, select **SQL Server**, in the **Target server type** text box, select **Azure SQL Database Managed Instance**, and then for **Choose type of activity**, select **Offline data migration**.
1. On the **Source details** screen, specify the connection details for the source SQL Server.
112
+
1. On the **Migration source detail** screen, specify the connection details for the source SQL Server.
111
113
112
114
2. If you have not installed a trusted certificate on your server, select the **Trust server certificate** check box.
113
115
@@ -128,72 +130,80 @@ After the service is created, locate it within the Azure portal, open it, and th
128
130
129
131
## Specify target details
130
132
131
-
1. On the **Target details** screen, specify the connection details for the target, which is the pre-provisioned Azure SQL Database Managed Instance to which the **AdventureWorks2012** database is to be migrated.
133
+
1. On the **Migration target details** screen, specify the connection details for the target, which is the pre-provisioned Azure SQL Database Managed Instance to which the **AdventureWorks2012** database is to be migrated.
132
134
133
135
If you have not already provisioned the Azure SQL Database Managed Instance, select **No** for a link to help you provision the instance. You can still proceed with project creation and then, when the Azure SQL Database Managed Instance is ready, return to this specific project to execute the migration.
5. Select **Save**, and then on the **Configure migration settings** screen, provide the following detail:
157
+
2. Select **Save**.
158
+
159
+
## Configure migration settings
160
+
161
+
1. On the **Configure migration settings** screen, provide the following detail:
164
162
165
163
|||
166
164
|--------|---------|
167
-
|**Network location share**| The local network share that the Azure Database Migration Service can take the source database backups to. The service account running source SQL Server instance must have write privileges on this network share. Provide an FQDN or IP addresses of the server in the network share, for example, '\\\servername.domainname.com\backupfolder' or '\\\IP address\backupfolder'.|
168
-
|**User name**| The windows user name that the Azure Database Migration Service can impersonate and upload the backup files to Azure storage container for restore operation. |
165
+
|**Choose source backup option**| Choose the option **I will provide latest backup files** when you already have a full backup files available for DMS to use for database migration. Choose the option **I will let Azure Database Migration Service create backup files** when you want DMS to take the source database full back up at first and use it for migration. |
166
+
|**Network location share**| The local SMB network share that the Azure Database Migration Service can take the source database backups to. The service account running source SQL Server instance must have write privileges on this network share. Provide an FQDN or IP addresses of the server in the network share, for example, '\\\servername.domainname.com\backupfolder' or '\\\IP address\backupfolder'.|
167
+
|**User name**| Make sure that the Windows user has full control privilege on the network share that you provided above. The Azure Database Migration Service will impersonate the user credential to upload the backup files to Azure storage container for restore operation. If TDE-enabled databases are selected for migration, the above windows user must be the built-in administrator account and [User Account Control](https://docs.microsoft.com/en-us/windows/security/identity-protection/user-account-control/user-account-control-overview) must be disabled for Azure Database Migration Service to upload and delete the certificates files.) |
169
168
|**Password**| Password for the user. |
170
169
|**Storage account settings**| The SAS URI that provides the Azure Database Migration Service with access to your storage account container to which the service uploads the back-up files and that is used for migrating databases to Azure SQL Database Managed Instance. [Learn how to get the SAS URI for blob container](https://docs.microsoft.com/azure/vs-azure-tools-storage-explorer-blobs#get-the-sas-for-a-blob-container).|
170
+
|**TRE Settings**| If you are migrating the source databases with Transparent Data Encryption (TDE) enabled, you need to have write privileges on the target Azure SQL DB Managed Instance. Select the subscription in which the Azure SQL DB Managed Instance provisioned from the drop-down menu. Select the target Azure SQL DB Managed Instance in the drop-down menu. |
1. On the **Migration summary** screen, in the **Activity name** text box, specify a name for the migration activity.
177
179
178
-
6. Expand the **Validation option** section to display the **Choose validation option** screen, specify whether to validate the migrated database for query correctness, and then select **Save**.
180
+
2. Expand the **Validation option** section to display the **Choose validation option** screen, specify whether to validate the migrated database for query correctness, and then select **Save**.
181
+
182
+
3. Review and verify the details associated with the migration project.
0 commit comments