Skip to content

Commit 27f300d

Browse files
author
Yael Schuster (Matchpoint IT Ltd)
committed
note to data factory
1 parent c090bde commit 27f300d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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**.
@@ -139,6 +139,9 @@ 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+
> If you'd like to use any of the [ingest from query commands](/azure/kusto/management/data-ingestion/ingest-from-query), such as .set-or-replace, then you can use the [Use Azure Data Factory command activity to run Azure Data Explorer control commands](data-factory-command-activity.md) activity in ADF. This activity can be used for executing and control command.
144+
142145
#### Create the Azure Data Explorer linked service
143146

144147
To create the Azure Data Explorer linked service, do the following;

0 commit comments

Comments
 (0)