Skip to content

Commit c14d230

Browse files
committed
PR review fixes
1 parent 929e027 commit c14d230

21 files changed

+17
-17
lines changed

articles/data-factory/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ items:
2121
- name: Get started with Azure Data Factory
2222
href: quickstart-get-started.md
2323
- name: Create a data factory
24-
href: quickstart-create-data-factory-portal.md
24+
href: quickstart-create-data-factory.md
2525
- name: Hello World - How to copy data
2626
href: quickstart-hello-world-copy-data-tool.md
2727
displayName: timeout

articles/data-factory/copy-data-tool-metadata-driven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Each row in control table contains the metadata for one object (for example, one
108108

109109
| Column name | Description |
110110
|:--- |:--- |
111-
| Id | Unique ID of the object to be copied. |
111+
| ID | Unique ID of the object to be copied. |
112112
| SourceObjectSettings | Metadata of source dataset. It can be schema name, table name etc. Here is an [example](connector-azure-sql-database.md#dataset-properties). |
113113
| SourceConnectionSettingsName | The name of the source connection setting in connection control table. It is optional. |
114114
| CopySourceSettings | Metadata of source property in copy activity. It can be query, partitions etc. Here is an [example](connector-azure-sql-database.md#azure-sql-database-as-the-source). |

articles/data-factory/copy-data-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following table provides guidance on when to use the Copy Data tool vs. per-
2828
| You want to easily build a data loading task without learning about entities (linked services, datasets, pipelines, etc.) | You want to implement complex and flexible logic for loading data into lake. |
2929
| You want to quickly load a large number of data artifacts into a data lake. | You want to chain Copy activity with subsequent activities for cleansing or processing data. |
3030

31-
To start the Copy Data tool, click the **Ingest** tile on the home page of your the Data Factory or Synapse Studio UI.
31+
To start the Copy Data tool, click the **Ingest** tile on the home page of the Data Factory or Synapse Studio UI.
3232

3333
# [Azure Data Factory](#tab/data-factory)
3434
:::image type="content" source="./media/doc-common-process/get-started-page.png" alt-text="Screenshot that shows the home page - link to Copy Data tool.":::
-8.71 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)