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
1. In the **Blob service** window, select **Container**.
93
+
1. In the **Containers** window, select **+ Container** to create a new one.
94
94
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**.
96
96
97
-
1. In the list of containers, select **adftutorial**.
97
+
1. In the list of containers, select **adftutorial** you just created.
98
98
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.
100
100
101
101
## Create a data factory
102
102
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
138
138
139
139
1. On the **General** tab at the bottom of the **Properties** window, for **Name**, enter **SQLServerToBlobPipeline**.
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**.
144
142
145
143
1. In the **Properties** window, go to the **Source** tab, and select **+ New**.
146
144
147
145
1. In the **New Dataset** dialog box, search for **SQL Server**. Select **SQL Server**, and then select **Continue**.
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.
150
149
151
150
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.
152
151
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**.
154
153
155
-
1. Under name, enter **TutorialIntegrationRuntime**. Then select **Next**.
154
+
1. Under name, enter **TutorialIntegrationRuntime**. Then select **Create**.
156
155
157
156
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.
0 commit comments