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/quickstart-create-data-migration-service-hybrid-portal.md
+9-3Lines changed: 9 additions & 3 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
12
12
ms.topic: quickstart
13
-
ms.date: 11/06/2019
13
+
ms.date: 12/06/2019
14
14
---
15
15
16
16
# Quickstart: Create an instance of Azure Database Migration Service in hybrid mode using the Azure portal (Preview)
@@ -19,6 +19,9 @@ Azure Database Migration Service hybrid mode manages database migrations by usin
19
19
20
20
In this Quickstart, you use the Azure portal to create an instance of Azure Database Migration Service in hybrid mode. Afterwards, you download, install, and set up the hybrid worker in your on-premises network. During preview, you can use Azure Database Migration Service hybrid mode to migrate data from an on-premises instance of SQL Server to Azure SQL Database.
21
21
22
+
> [!IMPORTANT]
23
+
> The Azure Database Migration Service hybrid installer requires .NET 4.7.2 or later. To find the latest versions of .NET, see the [Download .NET Framework](https://dotnet.microsoft.com/download/dotnet-framework) page.
24
+
22
25
If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
23
26
24
27
## Sign in to the Azure portal
@@ -106,7 +109,10 @@ You need to create an Azure App registration ID that the on-premises hybrid work
106
109
107
110
3. Extract the ZIP file on the server that will be hosting the Azure Database Migration Service hybrid worker.
108
111
109
-
4. In the install folder, locate and open the **dmsSettings.json** file, specify the **ApplicationId** and **resourceId**, and then and save the file.
112
+
> [!IMPORTANT]
113
+
> The Azure Database Migration Service hybrid installer requires .NET 4.7.2 or later. To find the latest versions of .NET, see the [Download .NET Framework](https://dotnet.microsoft.com/download/dotnet-framework) page.
114
+
115
+
4. In the install folder, locate and open the **dmsSettings.json** file, specify the **ApplicationId** and **resourceId**, and then save the file.
110
116
111
117

112
118
@@ -120,7 +126,7 @@ You need to create an Azure App registration ID that the on-premises hybrid work
120
126
121
127

122
128
123
-
6. In the Azure portal, navigate to the App ID, under **Manage**, select **Certificated & secrets**, and then select **Upload certificate** to select the public certificate you just generated.
129
+
6. In the Azure portal, navigate to the App ID, under **Manage**, select **Certificated & secrets**, and then select **Upload certificate** to select the public certificate you generated.
124
130
125
131

0 commit comments