Skip to content

Commit a7dd03a

Browse files
committed
edit pass: azure-data-factory-quickstarts
1 parent 5d26465 commit a7dd03a

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

articles/data-factory/data-flow-create.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ ms.date: 02/13/2025
1313

1414
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1515

16-
A mapping data flow provides a way to transform data at scale without any coding required. You can design a data transformation job in the data flow designer by constructing a series of transformations. Start with any number of source transformations, followed by data transformation steps. Then, complete your data flow with a sink to land your results in a destination.
17-
1816
[!INCLUDE[data-flow-preamble](includes/data-flow-preamble.md)]
1917

18+
A mapping data flow provides a way to transform data at scale without any coding required. You can design a data transformation job in the data flow designer by constructing a series of transformations. Start with any number of source transformations, followed by data transformation steps. Then, complete your data flow with a sink to land your results in a destination.
19+
2020
## Steps to create a new data flow
2121

2222
# [Azure Data Factory](#tab/data-factory)
2323

24-
1. [Create a new data factory by using the Azure portal](quickstart-create-data-factory-portal.md).
24+
1. [Create a new V2 data factory by using the Azure portal](quickstart-create-data-factory-portal.md).
2525

2626
1. In the portal, go to your data factory. Select **Overview**, and then select the **Open Azure Data Factory Studio** tile.
2727

@@ -31,7 +31,7 @@ A mapping data flow provides a way to transform data at scale without any coding
3131

3232
:::image type="content" source="media/data-flow-create/open-template-gallery-from-data-factory.png" alt-text="Screenshot that shows selections for opening the template gallery in Azure Data Factory Studio.":::
3333

34-
1. Under **Categories**, select the **Data flow** category to choose from the available templates.
34+
1. Filter by the **Data flow** category to choose from the available templates.
3535

3636
:::image type="content" source="media/data-flow-create/template-gallery-filtered-for-data-flow.png" alt-text="Screenshot that shows the template gallery filtered for data flows.":::
3737

@@ -51,7 +51,7 @@ You can also add data flows directly to your data factory without using a templa
5151

5252
:::image type="content" source="media/data-flow-create/open-template-gallery-from-synapse.png" alt-text="Screenshot that shows selections for opening the template gallery in Azure Synapse Analytics Studio.":::
5353

54-
1. For **Category**, select **Data flow** to choose from the available templates.
54+
1. Filter by the **Data flow** category to choose from the available templates.
5555

5656
:::image type="content" source="media/data-flow-create/synapse-template-gallery-filtered-for-data-flow.png" alt-text="Screenshot that shows the template gallery filtered for data flows.":::
5757

articles/data-factory/includes/data-flow-preamble.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.date: 10/20/2023
66
ms.author: susabat
77
ms.reviewer: whhender
88
---
9-
Data flows are available in both Azure Data Factory pipelines and Azure Synapse Analytics pipelines. This article applies to mapping data flows. If you're new to transformations, refer to the introductory article [Transform data using a mapping data flow](../tutorial-data-flow.md).
9+
Data flows are available in both Azure Data Factory pipelines and Azure Synapse Analytics pipelines. This article applies to mapping data flows. If you're new to transformations, refer to the introductory article [Transform data using mapping data flows](../tutorial-data-flow.md).

articles/data-factory/quickstart-create-data-factory.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ By using Azure Data Factory Studio, you can create a data factory in seconds:
3434

3535
:::image type="content" source="media/quickstart-create-data-factory/create-with-azure-data-factory-studio.png" alt-text="Screenshot that shows the Azure Data Factory Studio page for creating a data factory.":::
3636

37-
After you create a data factory, you go to it from the home page of Azure Data Factory Studio.
37+
After you create a data factory, you can go to it from the home page of Azure Data Factory Studio.
3838

3939
:::image type="content" source="media/quickstart-create-data-factory/azure-data-factory-studio-home-page.png" alt-text="Screenshot that shows the Azure Data Factory Studio page for a created data factory.":::
4040

@@ -54,15 +54,15 @@ When you use the Azure portal to create a data factory, the creation options are
5454
- Select an existing resource group from the dropdown list.
5555
- Select **Create new**, and then enter the name of a new resource group.
5656

57-
To learn about resource groups, see [What is a resource group?](../azure-resource-manager/management/overview.md#what-is-a-resource-group).
57+
To learn about resource groups, see [What is a resource group?](../azure-resource-manager/management/overview.md#resource-groups).
5858

5959
1. For **Region**, select the location for the data factory.
6060

6161
The list shows only locations that Data Factory supports, and where your Data Factory metadata will be stored. The associated data stores (like Azure Storage and Azure SQL Database) and computes (like Azure HDInsight) that Data Factory uses can run in other regions.
6262

6363
1. For **Name**, enter **ADFTutorialDataFactory**.
6464

65-
The name of the Azure data factory must be *globally unique*. If you see the following error, change the name of the data factory (for example, to **\<yourname\>ADFTutorialDataFactory**) and try creating it again. To learn about naming rules for Data Factory artifacts, see [Data Factory naming rules](naming-rules.md).
65+
The name of the data factory must be *globally unique*. If you see the following error, change the name of the data factory (for example, to **\<yourname\>ADFTutorialDataFactory**) and try creating it again. To learn about naming rules for Data Factory artifacts, see [Data Factory naming rules](naming-rules.md).
6666

6767
:::image type="content" source="./media/doc-common-process/name-not-available-error.png" alt-text="Screenshot that shows an error for a new data factory that indicates a duplicate name.":::
6868

@@ -82,4 +82,4 @@ When you use the Azure portal to create a data factory, the creation options are
8282
## Related content
8383

8484
- Learn how to [use Azure Data Factory to copy data from one location to another](quickstart-hello-world-copy-data-tool.md).
85-
- Learn how to [create a data flow with Azure Data Factory](data-flow-create.md).
85+
- Learn how to [create a data flow by using Azure Data Factory](data-flow-create.md).

articles/data-factory/quickstart-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following video provides a walkthrough of the sample in this article:
3131
3232
## Step 1: Use the demo to create resources
3333

34-
In this demo scenario, you use the [copy activity](copy-activity-overview.md) in a data factory to copy a blob named moviesDB2.csv from an input folder on Azure Blob Storage to an output folder. In a real-world scenario, this copy operation could be between any of the many supported data sources and sinks available in the service. It could also involve transformations in the data.
34+
In this demo scenario, you use the [copy activity](copy-activity-overview.md) in a data factory to copy a blob named moviesDB2.csv from an input folder in Azure Blob Storage to an output folder. In a real-world scenario, this copy operation could be between any of the many supported data sources and sinks available in the service. It could also involve transformations in the data.
3535

3636
1. Select the following button.
3737

@@ -89,7 +89,7 @@ All the resources in this demo are created in the new resource group, so you can
8989

9090
## Step 3: Trigger the demo pipeline to run
9191

92-
1. Select **Add Trigger**, and then select **Trigger now**.
92+
1. Select **Add trigger**, and then select **Trigger now**.
9393

9494
:::image type="content" source="media/quickstart-get-started/trigger-now.png" alt-text="Screenshot of the button for the triggering the demo pipeline to run.":::
9595
1. On the right pane, under **Pipeline run**, select **OK**.

articles/data-factory/quickstart-hello-world-copy-data-tool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: mode-other
1414

1515
[!INCLUDE[appliesto-adf-xxx-md](includes/appliesto-adf-xxx-md.md)]
1616

17-
In this quickstart, you use the Copy Data tool in Azure Data Factory Studio to create a pipeline that copies data from the source folder in Azure Blob Storage to a target folder.
17+
In this quickstart, you use the Copy Data tool in Azure Data Factory Studio to create a pipeline that copies data from a source folder in Azure Blob Storage to a target folder.
1818

1919
## Prerequisites
2020

@@ -94,9 +94,9 @@ The Copy Data tool has five pages that walk you through the task of copying data
9494

9595
### Step 3: Complete destination configuration
9696

97-
1. On the **Target** page of the Copy Data tool, for **connection**, select the **AzureBlobStorage** connection that you created.
97+
1. On the **Target** page of the Copy Data tool, for **Connection**, select the **AzureBlobStorage** connection that you created.
9898

99-
1. In the **Folder path** section, enter **adftutorial/output**.
99+
1. In the **Folder path** section, enter **adftutorial/output**.
100100

101101
:::image type="content" source="./media/quickstart-hello-world-copy-data-tool/destination-data-store.png" alt-text="Screenshot that shows settings for a destination data store.":::
102102

@@ -129,7 +129,7 @@ After you finish copying the data, you can monitor the pipeline that you created
129129

130130
:::image type="content" source="./media/quickstart-hello-world-copy-data-tool/refresh-pipeline.png" alt-text="Screenshot that shows the button for refreshing the list of pipelines.":::
131131

132-
1. On the page that shows the details of the activity run, select the **Details** link (eyeglasses icon) in the **Activity name** column for more details about copy operation. For information about the properties, see the [overview article about the copy activity](copy-activity-overview.md).
132+
1. On the page that shows the details of the activity run, select the **Details** link (eyeglasses icon) in the **Activity name** column for more details about the copy operation. For information about the properties, see the [overview article about the copy activity](copy-activity-overview.md).
133133

134134
## Related content
135135

articles/data-factory/quickstart-learn-modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Summary of Introductory Training Modules
3-
description: Learn about introductory training modules that can help you quickly get started with Aure Data Factory.
3+
description: Learn about introductory training modules that can help you quickly get started with Azure Data Factory.
44
author: whhender
55
ms.topic: concept-article
66
ms.date: 02/13/2025
@@ -37,6 +37,6 @@ This module introduces you to the details of ingestion methods in Azure Data Fac
3737
- [Quickstart: Get started with Azure Data Factory](quickstart-get-started.md)
3838
- [Quickstart: Create a data factory by using the Azure portal](quickstart-create-data-factory-portal.md)
3939
- [Quickstart: Use the Copy Data tool in Azure Data Factory Studio to copy data](quickstart-hello-world-copy-data-tool.md)
40-
- [Quickstart: Create an Azure Data Factory by using an ARM template](quickstart-create-data-factory-resource-manager-template.md)
40+
- [Quickstart: Create an Azure data factory by using an ARM template](quickstart-create-data-factory-resource-manager-template.md)
4141
- [Quickstart: Create a mapping data flow in Azure Data Factory and Azure Synapse Analytics](data-flow-create.md)
4242
- [All training modules for Azure Data Factory](/training/browse/?filter-products=fact&products=azure-data-factory)

0 commit comments

Comments
 (0)