Skip to content

Commit 9d4455b

Browse files
authored
Merge pull request #95966 from orspod/2019-11-ADF-intro
requested PR changes
2 parents aa758fc + 79ddbad commit 9d4455b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 11/14/2019
1212
#Customer intent: I want to use Azure Data Factory to integrate with Azure Data Explorer.
1313
---
1414

15-
# Azure Data Explorer integration with Azure Data Factory
15+
# Integrate Azure Data Explorer with Azure Data Factory
1616

1717
[Azure Data Factory](/azure/data-factory/) (ADF) is a cloud-based data integration service that allows you to integrate different data stores and perform activities on the data. ADF allows you to create data-driven workflows for orchestrating and automating data movement and data transformation. Azure Data Explorer is one of the [supported data stores](/azure/data-factory/copy-activity-overview#supported-data-stores-and-formats) in Azure Data Factory.
1818

@@ -36,21 +36,21 @@ In addition to the response size limit of 5,000 rows and 2 MB, the activity also
3636
### Command activity
3737

3838
The Command activity allows the execution of Azure Data Explorer [control commands](/azure/kusto/concepts/#control-commands). Unlike queries, the control commands can potentially modify data or metadata. Some of the control commands are targeted to ingest data into Azure Data Explorer, using commands such as `.ingest`or `.set-or-append`) or copy data from Azure Data Explorer to external data stores using commands such as `.export`.
39-
For a detailed walk-through of the command activity, see [use Azure Data Factory command activity to run Azure Data Explorer control commands](data-factory-command-activity.md). Using a control command to copy data can, at times, be a faster and cheaper option than the Copy activity. To determine when to use the Command activity versus the Copy activity, see [select between Copy and Command activities when copying data](#select-between-copy-and-azure-data-explorer-command-activities-when-copying-data).
39+
For a detailed walk-through of the command activity, see [use Azure Data Factory command activity to run Azure Data Explorer control commands](data-factory-command-activity.md). Using a control command to copy data can, at times, be a faster and cheaper option than the Copy activity. To determine when to use the Command activity versus the Copy activity, see [select between Copy and Command activities when copying data](#select-between-copy-and-azure-data-explorer-command-activities-when-copy-data).
4040

4141
### Copy in bulk from a database template
4242

4343
The [Copy in bulk from a database to Azure Data Explorer by using the Azure Data Factory template](data-factory-template.md) is a predefined Azure Data Factory pipeline. The template is used to create many pipelines per database or per table for faster data copying.
4444

45-
## Select between Copy and Azure Data Explorer Command activities when copying data
45+
## Select between Copy and Azure Data Explorer Command activities when copy data
4646

4747
This section will assist you in selecting the correct activity for your data copying needs.
4848

4949
When copying data from or to Azure Data Explorer, there are two available options in Azure Data Factory:
5050
* Copy activity.
5151
* Azure Data Explorer Command activity, which executes one of the control commands that transfer data in Azure Data Explorer.
5252

53-
### Copying data from Azure Data Explorer
53+
### Copy data from Azure Data Explorer
5454

5555
You can copy data from Azure Data Explorer using the copy activity or the [`.export`](/azure/kusto/management/data-export/) command. The `.export` command executes a query, and then exports the results of the query.
5656

@@ -115,7 +115,7 @@ This section addresses the use of copy activity where Azure Data Explorer is the
115115
| **Data processing complexity** | Latency varies according to source file format, column mapping, and compression.|
116116
| **The VM running your integration runtime** | <ul><li>For Azure copy, ADF VMs and machine SKUs can't be changed.</li><li> For on-prem to Azure copy, determine that the VM hosting your self-hosted IR is strong enough.</li></ul>|
117117

118-
## Monitoring activity progress
118+
## Monitor activity progress
119119

120120
* When monitoring the activity progress, the *Data written* property may be much larger than the *Data read* property
121121
because *Data read* is calculated according to the binary file size, while *Data written* is calculated according to the in-memory size, after data is de-serialized and decompressed.

0 commit comments

Comments
 (0)