Skip to content

Commit ad5c38d

Browse files
committed
raj 3
1 parent 7a5a16e commit ad5c38d

11 files changed

+54
-44
lines changed

articles/dms/dms-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer:
99
ms.service: database-migration
1010
ms.workload: data-services
1111
ms.topic: article
12-
ms.date: 05/08/2018
12+
ms.date: 08/13/2018
1313
---
1414
# What is the Azure Database Migration Service?
1515
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.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

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

+53-43
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To complete this tutorial, you need to:
4343
- Create a network share that the Azure Database Migration Service can use to back up the source database.
4444
- 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.
4545
- 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.
4747

4848
## Register the Microsoft.DataMigration resource provider
4949

@@ -71,25 +71,27 @@ To complete this tutorial, you need to:
7171

7272
3. On the **Create Migration Service** screen, specify a name for the service, the subscription, and a new or existing resource group.
7373

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.
7577

7678
The VNET provides the Azure Database Migration Service with access to the source SQL Server and target Azure SQL Database Managed Instance.
7779

7880
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).
7981

8082
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).
8183

82-
5. Select a pricing tier.
84+
6. Select a pricing tier.
8385

8486
For more information on costs and pricing tiers, see the [pricing page](https://aka.ms/dms-pricing).
8587

86-
![Create DMS Service](media\tutorial-sql-server-to-managed-instance\dms-create-service1.png)
88+
![Create DMS Service](media\tutorial-sql-server-to-managed-instance\dms-create-service2.png)
8789

88-
6. Select **Create** to create the service.
90+
7. Select **Create** to create the service.
8991

9092
## Create a migration project
9193

92-
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.
9395

9496
1. In the Azure portal, select **All services**, search for Azure Database Migration Service, and then select **Azure Database Migration Services**.
9597

@@ -99,15 +101,15 @@ After the service is created, locate it within the Azure portal, open it, and th
99101

100102
3. Select + **New Migration Project**.
101103

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**.
103105

104-
![Create DMS Project](media\tutorial-sql-server-to-managed-instance\dms-create-project1.png)
106+
![Create DMS Project](media\tutorial-sql-server-to-managed-instance\dms-create-project2.png)
105107

106108
5. Select **Create** to create the project.
107109

108110
## Specify source details
109111

110-
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.
111113

112114
2. If you have not installed a trusted certificate on your server, select the **Trust server certificate** check box.
113115

@@ -128,72 +130,80 @@ After the service is created, locate it within the Azure portal, open it, and th
128130

129131
## Specify target details
130132

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.
132134

133135
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.
134136

135-
![Select Target](media\tutorial-sql-server-to-managed-instance\dms-target-details1.png)
137+
![Select Target](media\tutorial-sql-server-to-managed-instance\dms-target-details2.png)
136138

137139
2. Select **Save**.
138140

139-
3. On the **Project summary** screen, review and verify the details associated with the migration project.
140-
141-
![Migration project summary](media\tutorial-sql-server-to-managed-instance\dms-project-summary1.png)
141+
## Select source databases
142142

143-
4. Select **Save**.
144-
145-
## Run the migration
143+
1. On the **Select source databases** screen, select the source database that you want to migrate.
146144

147-
1. Select the recently saved project, select + **New Activity**, and then select **Run migration**.
145+
![Select source databases](media\tutorial-sql-server-to-managed-instance\select-source-databases.png)
148146

149-
![Create New Activity](media\tutorial-sql-server-to-managed-instance\dms-create-new-activity1.png)
147+
2. Select **Save**.
150148

151-
2. When prompted, enter the credentials of the source and the target servers, and then select **Save**.
152-
153-
3. On the **Select source databases** screen, select the source database(s) that you want to migrate.
154-
155-
![Select Source Databases](media\tutorial-sql-server-to-managed-instance\dms-select-source-databases2.png)
156-
157-
4. Select **Save**, and then on the **Select logins** screen, select the logins that you want to migrate.
149+
## Select logins
150+
151+
1. On the **Select logins** screen, select the logins that you want to migrate.
158152

159-
The current release only supports migrating SQL logins.
153+
**Note**: This release only supports migrating the SQL logins.
160154

161-
![Select logins](media\tutorial-sql-server-to-managed-instance\dms-select-logins.png)
155+
![Select logins](media\tutorial-sql-server-to-managed-instance\select-logins.png)
162156

163-
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:
164162

165163
| | |
166164
|--------|---------|
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.) |
169168
|**Password** | Password for the user. |
170169
|**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. |
171171

172-
![Configure Migration Settings](media\tutorial-sql-server-to-managed-instance\dms-configure-migration-settings2.png)
172+
![Configure Migration Settings](media\tutorial-sql-server-to-managed-instance\dms-configure-migration-settings3.png)
173173

174-
5. Select **Save**, and then on the **Migration summary** screen, in the **Activity name** text box, specify a name for the migration activity.
174+
2. Select **Save**.
175+
176+
## Review the migration summary
175177

176-
![Migration Summary](media\tutorial-sql-server-to-managed-instance\dms-migration-summary2.png)
178+
1. On the **Migration summary** screen, in the **Activity name** text box, specify a name for the migration activity.
177179

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.
183+
184+
![Migration project summary](media\tutorial-sql-server-to-managed-instance\dms-project-summary2.png)
185+
186+
4. Select **Save**.
187+
188+
## Run the migration
179189

180-
7. Select **Run migration**.
190+
- Select **Run migration**.
181191

182-
The migration activity window appears, and the status of the activity is **Pending**.
192+
The migration activity window appears, and the status of the activity is **Pending**.
183193

184194
## Monitor the migration
185195

186-
1. On the migration activity screen, select **Refresh** to update the display.
196+
1. In the migration activity screen, select **Refresh** to update the display.
187197

188-
![Migration activity in progress](media\tutorial-sql-server-to-managed-instance\dms-migration-activity-in-progress.png)
198+
![Migration activity in progress](media\tutorial-sql-server-to-managed-instance\dms-monitor-migration1.png)
189199

190-
2. You can further expand the databases and logins categories to monitor the migration status of the respective server objects.
200+
You can further expand the databases and logins categories to monitor the migration status of the respective server objects.
191201

192-
![Migration activity in progress](media\tutorial-sql-server-to-managed-instance\dms-migration-activity-monitor.png)
202+
![Migration activity in progress](media\tutorial-sql-server-to-managed-instance\dms-monitor-migration-extend.png)
193203

194-
3. After the migration completes, select **Download report** to get a report listing the details associated with the migration process.
204+
2. After the migration completes, select **Download report** to get a report listing the details associated with the migration process.
195205

196-
4. Verify that the target database on the target Azure SQL Database Managed Instance environment.
206+
3. Verify that the target database on the target Azure SQL Database Managed Instance environment.
197207

198208
## Next steps
199209

0 commit comments

Comments
 (0)