Skip to content

Commit 08bf524

Browse files
authored
Merge pull request #98026 from HJToland3/localworking
.NET requirement
2 parents c274cec + 1ea741c commit 08bf524

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/dms/quickstart-create-data-migration-service-hybrid-portal.md

Lines changed: 9 additions & 3 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
1212
ms.topic: quickstart
13-
ms.date: 11/06/2019
13+
ms.date: 12/06/2019
1414
---
1515

1616
# 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
1919

2020
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.
2121

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+
2225
If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
2326

2427
## 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
106109

107110
3. Extract the ZIP file on the server that will be hosting the Azure Database Migration Service hybrid worker.
108111

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

111117
![Azure Database Migration Service hybrid worker settings](media/quickstart-create-data-migration-service-hybrid-portal/dms-settings.png)
112118

@@ -120,7 +126,7 @@ You need to create an Azure App registration ID that the on-premises hybrid work
120126
121127
![Azure Database Migration Service hybrid worker certificate](media/quickstart-create-data-migration-service-hybrid-portal/dms-certificate.png)
122128
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.
124130
125131
![Azure Database Migration Service hybrid worker certificate upload](media/quickstart-create-data-migration-service-hybrid-portal/dms-app-upload-certificate.png)
126132

0 commit comments

Comments
 (0)