Skip to content

Commit cc00f67

Browse files
authored
Update data-factory-load-data.md
1 parent b4dfa6f commit cc00f67

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

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

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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

@@ -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

0 commit comments

Comments
 (0)