Skip to content

Commit 98bdbd2

Browse files
authored
Merge pull request #109481 from YaelSchuster/user/v-yaschu/30-3-2020-v1
note to data factory
2 parents de8271f + 23df1cc commit 98bdbd2

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

articles/data-explorer/data-factory-load-data.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In this article, you use the Data Factory Copy Data tool to load data from Amazo
5656
| **Name** | In the box, enter a globally unique name for your data factory. If you receive an error, *Data factory name \"LoadADXDemo\" is not available*, enter a different name for the data factory. For rules about naming Data Factory artifacts, see [Data Factory naming rules](/azure/data-factory/naming-rules).|
5757
| **Subscription** | In the drop-down list, select the Azure subscription in which to create the data factory. |
5858
| **Resource Group** | Select **Create new**, and then enter the name of a new resource group. If you already have a resource group, select **Use existing**. |
59-
| **Version** | In the drop-down list, select **V2**. |
59+
| **Version** | In the drop-down list, select **V2**. |
6060
| **Location** | In the drop-down list, select the location for the data factory. Only supported locations are displayed in the list. The data stores that are used by the data factory can exist in other locations or regions. |
6161

6262
1. Select **Create**.
@@ -75,7 +75,7 @@ You can load data from many types of [data stores](/azure/data-factory/copy-acti
7575

7676
You can load your data in either of the following ways:
7777

78-
* In the Azure Data Factory user interface, in the left pane, select the **Author** icon, as shown in the "Create a data factory" section of [Create a data factory by using the Azure Data Factory UI](/azure/data-factory/quickstart-create-data-factory-portal#create-a-data-factory).
78+
* In the Azure Data Factory user interface, in the left pane, select the **Author** icon. This is shown in the "Create a data factory" section of [Create a data factory by using the Azure Data Factory UI](/azure/data-factory/quickstart-create-data-factory-portal#create-a-data-factory).
7979
* In the Azure Data Factory Copy Data tool, as shown in [Use the Copy Data tool to copy data](/azure/data-factory/quickstart-create-data-factory-copy-data-tool).
8080

8181
### Copy data from Amazon S3 (source)
@@ -121,7 +121,7 @@ You can load your data in either of the following ways:
121121

122122
![Source data store created connection](media/data-factory-load-data/source-data-store-created-connection.png)
123123

124-
1. In the **Choose the input file or folder** pane, do the following:
124+
1. In the **Choose the input file or folder** pane, do the following steps:
125125

126126
a. Browse to the file or folder that you want to copy, and then select it.
127127

@@ -139,9 +139,12 @@ You can load your data in either of the following ways:
139139

140140
The new Azure Data Explorer linked service is created to copy the data into the Azure Data Explorer destination table (sink) that's specified in this section.
141141

142+
> [!NOTE]
143+
> Use the [Azure Data Factory command activity to run Azure Data Explorer control commands](data-factory-command-activity.md) and use any of the [ingest from query commands](/azure/kusto/management/data-ingestion/ingest-from-query), such as `.set-or-replace`.
144+
142145
#### Create the Azure Data Explorer linked service
143146

144-
To create the Azure Data Explorer linked service, do the following;
147+
To create the Azure Data Explorer linked service, do the following steps:
145148

146149
1. To use an existing data store connection or specify a new data store, in the **Destination data store** pane, select **Create new connection**.
147150

@@ -151,13 +154,13 @@ To create the Azure Data Explorer linked service, do the following;
151154

152155
![The New linked service pane](media/data-factory-load-data/adx-select-new-linked-service.png)
153156

154-
1. In the **New Linked Service (Azure Data Explorer)** pane, do the following:
157+
1. In the **New Linked Service (Azure Data Explorer)** pane, do the following steps:
155158

156159
![The Azure Data Explorer New Linked Service pane](media/data-factory-load-data/adx-new-linked-service.png)
157160

158161
a. In the **Name** box, enter a name for the Azure Data Explorer linked service.
159162

160-
b. Under **Account selection method**, do one of the following:
163+
b. Under **Account selection method**, choose one of the following options:
161164

162165
* Select **From Azure subscription** and then, in the drop-down lists, select your **Azure subscription** and your **Cluster**.
163166

@@ -183,7 +186,7 @@ To create the Azure Data Explorer linked service, do the following;
183186
184187
#### Configure the Azure Data Explorer data connection
185188

186-
After you've created the linked service connection, the **Destination data store** pane opens, and the connection you created is available for use. To configure the connection, do the following;
189+
After you've created the linked service connection, the **Destination data store** pane opens, and the connection you created is available for use. To configure the connection, do the following steps:
187190

188191
1. Select **Next**.
189192

@@ -211,7 +214,7 @@ After you've created the linked service connection, the **Destination data store
211214

212215
![The destination dataset "Column mapping" pane](media/data-factory-load-data/destination-dataset-column-mapping.png)
213216

214-
1. In the **Settings** pane, do the following:
217+
1. In the **Settings** pane, do the following steps:
215218

216219
a. Under **Fault tolerance settings**, enter the relevant settings.
217220

0 commit comments

Comments
 (0)