Skip to content

Commit b1f0d2f

Browse files
committed
updated screenshots
1 parent 80629ed commit b1f0d2f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed
-19.4 KB
Loading
34.2 KB
Loading
75.3 KB
Loading
51.1 KB
Loading

articles/data-factory/tutorial-hybrid-copy-portal.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: data-factory
1010
ms.workload: data-services
1111
ms.topic: tutorial
1212
ms.custom: seo-lt-2019; seo-dt-2019
13-
ms.date: 01/11/2018
13+
ms.date: 03/11/2020
1414
---
1515

1616
# Copy data from an on-premises SQL Server database to Azure Blob storage
@@ -86,17 +86,17 @@ You use the name and key of your storage account in this tutorial. To get the na
8686
#### Create the adftutorial container
8787
In this section, you create a blob container named **adftutorial** in your Blob storage.
8888

89-
1. In the **Storage account** window, go to **Overview**, and then select **Blobs**.
89+
1. In the **Storage account** window, go to **Overview**, and then select **Containers**.
9090

9191
![Select Blobs option](media/tutorial-hybrid-copy-powershell/select-blobs.png)
9292

93-
1. In the **Blob service** window, select **Container**.
93+
1. In the **Containers** window, select **+ Container** to create a new one.
9494

95-
1. In the **New container** window, under **Name**, enter **adftutorial**. Then select **OK**.
95+
1. In the **New container** window, under **Name**, enter **adftutorial**. Then select **Create**.
9696

97-
1. In the list of containers, select **adftutorial**.
97+
1. In the list of containers, select **adftutorial** you just created.
9898

99-
1. Keep the **container** window for **adftutorial** open. You use it verify the output at the end of the tutorial. Data Factory automatically creates the output folder in this container, so you don't need to create one.
99+
1. Keep the **container** window for **adftutorial** open. You use it to verify the output at the end of the tutorial. Data Factory automatically creates the output folder in this container, so you don't need to create one.
100100

101101
## Create a data factory
102102
In this step, you create a data factory and start the Data Factory UI to create a pipeline in the data factory.
@@ -138,23 +138,23 @@ In this step, you create a data factory and start the Data Factory UI to create
138138

139139
1. On the **General** tab at the bottom of the **Properties** window, for **Name**, enter **SQLServerToBlobPipeline**.
140140

141-
![Pipeline name](./media/tutorial-hybrid-copy-portal/pipeline-name.png)
142-
143141
1. In the **Activities** tool box, expand **Move & Transform**. Drag and drop the **Copy** activity to the pipeline design surface. Set the name of the activity to **CopySqlServerToAzureBlobActivity**.
144142

145143
1. In the **Properties** window, go to the **Source** tab, and select **+ New**.
146144

147145
1. In the **New Dataset** dialog box, search for **SQL Server**. Select **SQL Server**, and then select **Continue**.
146+
![New SqlServer dataset](./media/tutorial-hybrid-copy-portal/create-sqlserver-dataset.png)
148147

149148
1. In the **Set Properties** dialog box, under **Name**, enter **SqlServerDataset**. Under **Linked service**, select **+ New**. You create a connection to the source data store (SQL Server database) in this step.
150149

151150
1. In the **New Linked Service** dialog box, add **Name** as **SqlServerLinkedService**. Under **Connect via integration runtime**, select **+New**. In this section, you create a self-hosted integration runtime and associate it with an on-premises machine with the SQL Server database. The self-hosted integration runtime is the component that copies data from the SQL Server database on your machine to Blob storage.
152151

153-
1. In the **Integration Runtime Setup** dialog box, select **Self-Hosted**, and then select **Next**.
152+
1. In the **Integration Runtime Setup** dialog box, select **Self-Hosted**, and then select **Continue**.
154153

155-
1. Under name, enter **TutorialIntegrationRuntime**. Then select **Next**.
154+
1. Under name, enter **TutorialIntegrationRuntime**. Then select **Create**.
156155

157156
1. For Settings, select **Click here to launch the express setup for this computer**.This action installs the integration runtime on your machine and registers it with Data Factory. Alternatively, you can use the manual setup option to download the installation file, run it, and use the key to register the integration runtime.
157+
![Integration runtime setup](./media/tutorial-hybrid-copy-portal/intergration-runtime-setup.png)
158158

159159
1. In the **Integration Runtime (Self-hosted) Express Setup** window, select **Close**.
160160

0 commit comments

Comments
 (0)