Skip to content

Commit 50bc320

Browse files
committed
Merge branch 'data-explorer-data-factory' of https://github.com/itechedit/azure-docs-pr into data-explorer-data-factory
2 parents 430cbc4 + 6db12bd commit 50bc320

File tree

2 files changed

+22
-26
lines changed

2 files changed

+22
-26
lines changed

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

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ ms.date: 04/15/2019
1616

1717
Azure Data Explorer is a fast, fully managed, data-analytics service. It offers real-time analysis on large volumes of data that stream from many sources, such as applications, websites, and IoT devices. With Azure Data Explorer, you can iteratively explore data and identify patterns and anomalies to improve products, enhance customer experiences, monitor devices, and boost operations. It helps you explore new questions and get answers in minutes.
1818

19-
Azure Data Factory is a fully managed, cloud-based, data-integration service. You can use it to populate your Azure Data Explorer database with data from your existing system. And it can help you save time when you're building analytics solutions.
19+
Azure Data Factory is a fully managed, cloud-based, data-integration service. You can use it to populate your Azure Data Explorer database with data from your existing system. It can help you save time when you're building analytics solutions.
2020

2121
When you load data into Azure Data Explorer, Data Factory provides the following benefits:
2222

2323
* **Easy setup**: Get an intuitive, five-step wizard with no scripting required.
2424
* **Rich data store support**: Get built-in support for a rich set of on-premises and cloud-based data stores. For a detailed list, see the table of [Supported data stores](/azure/data-factory/copy-activity-overview#supported-data-stores-and-formats).
25-
* **Secure and compliant**: Data is transferred over HTTPS or ExpressRoute. The global service presence ensures that your data never leaves the geographical boundary.
26-
* **High performance**: Get a data-loading speed of up to 1 gigabyte per second (GBps) into Azure Data Explorer. For more information, see [Copy activity performance](/azure/data-factory/copy-activity-performance).
25+
* **Secure and compliant**: Data is transferred over HTTPS or Azure ExpressRoute. The global service presence ensures that your data never leaves the geographical boundary.
26+
* **High performance**: The data-loading speed is up to 1 gigabyte per second (GBps) into Azure Data Explorer. For more information, see [Copy activity performance](/azure/data-factory/copy-activity-performance).
2727

2828
In this article, you use the Data Factory Copy Data tool to load data from Amazon Simple Storage Service (S3) into Azure Data Explorer. You can follow a similar process to copy data from other data stores, such as:
29-
* [Azure Blob Storage](/azure/data-factory/connector-azure-blob-storage)
29+
* [Azure Blob storage](/azure/data-factory/connector-azure-blob-storage)
3030
* [Azure SQL Database](/azure/data-factory/connector-azure-sql-database)
3131
* [Azure SQL Data Warehouse](/azure/data-factory/connector-azure-sql-data-warehouse)
3232
* [Google BigQuery](/azure/data-factory/connector-google-bigquery)
3333
* [Oracle](/azure/data-factory/connector-oracle)
34-
* [File system](/azure/data-factory/connector-file-system).
34+
* [File system](/azure/data-factory/connector-file-system)
3535

3636
## Prerequisites
3737

3838
* If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/free/) before you begin.
39-
* [An Azure Data Explorer cluster and database].(create-cluster-database-portal.md)
39+
* [An Azure Data Explorer cluster and database](create-cluster-database-portal.md).
4040
* A source of data.
4141

4242
## Create a data factory
@@ -47,22 +47,21 @@ In this article, you use the Data Factory Copy Data tool to load data from Amazo
4747

4848
![Create a data factory in the Azure portal](media/data-factory-load-data/create-adf.png)
4949

50-
1. In the **New data factory** pane, do the following
50+
1. In the **New data factory** pane, provide values for the fields in the following table:
5151

52-
![New data factory pane](media/data-factory-load-data/my-new-data-factory.png)
52+
![The "New data factory" pane](media/data-factory-load-data/my-new-data-factory.png)
5353

54-
a. In the **Name** 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 naming rules for Data Factory artifacts, see [Data Factory naming rules](/azure/data-factory/naming-rules).
55-
56-
b. In the **Subscription** drop-down list, select your Azure subscription in which to create the data factory.
57-
58-
c. Under **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-
60-
d. In the **Version** drop-down list, select **V2**.
61-
62-
e. In the **Location** 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 be in other locations or regions.
54+
| Setting | Value to enter |
55+
|---|---|
56+
| **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).|
57+
| **Subscription** | In the drop-down list, select the Azure subscription in which to create the data factory. |
58+
| **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**. |
60+
| **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. |
6361

6462
1. Select **Create**.
65-
1. To monitor the creation process, select **Notifications** on the toolbar. After the creation is complete, select the new data factory.
63+
64+
1. To monitor the creation process, select **Notifications** on the toolbar. After you've created the data factory, select it.
6665

6766
The **Data Factory** pane opens.
6867

@@ -76,7 +75,7 @@ You can load data from many types of [data stores](/azure/data-factory/copy-acti
7675

7776
You can load your data in either of the following ways:
7877

79-
* In 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, 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).
8079
* 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).
8180

8281
### Copy data from Amazon S3 (source)
@@ -93,7 +92,7 @@ You can load your data in either of the following ways:
9392

9493
![The Copy Data "Source data store" pane](media/data-factory-load-data/source-create-connection.png)
9594

96-
1. Select **Amazon S3**, and then select **Continue**
95+
1. Select **Amazon S3**, and then select **Continue**.
9796

9897
![The New Linked Service pane](media/data-factory-load-data/amazons3-select-new-linked-service.png)
9998

@@ -136,6 +135,8 @@ You can load your data in either of the following ways:
136135

137136
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.
138137

138+
#### Create the Azure Data Explorer linked service
139+
139140
To create the Azure Data Explorer linked service, do the following;
140141

141142
1. To use an existing data store connection or specify a new data store, in the **Destination data store** pane, select **Create new connection**.
@@ -233,7 +234,5 @@ After you've created the linked service connection, the **Destination data store
233234
## Next steps
234235

235236
* Learn about the [Azure Data Explorer connector](/azure/data-factory/connector-azure-data-explorer) in Azure Data Factory.
236-
237237
* Learn more about editing linked services, datasets, and pipelines in the [Data Factory UI](/azure/data-factory/quickstart-create-data-factory-portal).
238-
239238
* Learn about [Azure Data Explorer queries](/azure/data-explorer/web-query-data) for data querying.

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure Data Factory is a fully managed, cloud-based, data-integration service. Yo
2323
You create the *Bulk Copy from Database to Azure Data Explorer* template by using *Lookup* and *ForEach* activities. For faster data copying, you can use the template to create many pipelines per database or per table.
2424

2525
> [!IMPORTANT]
26-
> Be sure to use appropriate tool for the quantity of data you want to copy.
26+
> Be sure to use the tool that's appropriate for the quantity of data you want to copy.
2727
> * Use the *Bulk Copy from Database to Azure Data Explorer* template to copy large amounts of data from databases such as SQL server and Google BigQuery to Azure Data Explorer.
2828
> * Use the [*Data Factory Copy Data tool*](data-factory-load-data.md) to copy a few tables with small or moderate amounts of data into Azure Data Explorer.
2929
@@ -104,15 +104,12 @@ If your ControlTableDataset is in a different format, create a comparable Contro
104104

105105
![The "Debug" and "Run pipeline" buttons](media/data-factory-template/trigger-run-of-pipeline.png)
106106

107-
108107
You can now use the template to efficiently copy large amounts of data from your databases and tables.
109108

110109
## Next steps
111110

112111
* Learn how to [copy data to Azure Data Explorer by using Azure Data Factory](data-factory-load-data.md).
113-
114112
* Learn about the [Azure Data Explorer connector](/azure/data-factory/connector-azure-data-explorer) in Azure Data Factory.
115-
116113
* Learn about [Azure Data Explorer queries](/azure/data-explorer/web-query-data) for data querying.
117114

118115

0 commit comments

Comments
 (0)