Skip to content

Commit 1650ee1

Browse files
committed
Updating author for frontline articles
1 parent ec7497c commit 1650ee1

12 files changed

+35
-26
lines changed

articles/data-factory/data-factory-tutorials.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Azure Data Factory tutorials
33
description: A list of tutorials demonstrating Azure Data Factory concepts
4-
author: kromerm
5-
ms.author: makromer
4+
author: whhender
5+
ms.author: whhender
6+
ms.reviewer: makromer
67
ms.topic: tutorial
78
ms.subservice: authoring
89
ms.date: 02/13/2025

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Create a mapping data flow
33
description: How to create an Azure Data Factory mapping data flow
4-
author: kromerm
5-
ms.author: makromer
4+
author: whhender
5+
ms.author: whhender
6+
ms.reviewer: makromer
67
ms.subservice: data-flows
78
ms.topic: quickstart
89
ms.date: 02/13/2025

articles/data-factory/introduction.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Introduction to Azure Data Factory
33
description: Learn about Azure Data Factory, a cloud data integration service that orchestrates and automates movement and transformation of data.
4-
author: dcstwh
5-
ms.author: weetok
4+
author: whhender
5+
ms.author: whhender
6+
ms.reviewer: weetok
67
ms.topic: overview
78
ms.subservice: authoring
89
ms.date: 02/13/2025

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: "Quickstart: Create an Azure Data Factory using Azure CLI"
33
description: This quickstart creates an Azure Data Factory, including a linked service, datasets, and a pipeline. You can run the pipeline to do a file copy action.
4-
author: jianleishen
5-
ms.author: jianleishen
4+
author: whhender
5+
ms.author: whhender
6+
ms.reviewer: jianleishen
67
ms.subservice: data-movement
78
ms.topic: quickstart
89
ms.date: 05/15/2024

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: Create Azure Data Factory using .NET SDK
33
description: Create an Azure Data Factory and pipeline using .NET SDK to copy data from one location in Azure Blob storage to another location.
4-
author: jianleishen
4+
author: whhender
55
ms.subservice: data-movement
66
ms.devlang: csharp
77
ms.topic: quickstart
88
ms.date: 12/15/2023
9-
ms.author: binluwang
9+
ms.author: whhender
10+
ms.reviewer: binluwang
1011
ms.custom: mode-api, devx-track-dotnet
1112
---
1213
# Quickstart: Create a data factory and pipeline using .NET SDK

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: Copy data in Blob Storage using Azure Data Factory
33
description: Create an Azure Data Factory using PowerShell to copy data from one location in Azure Blob storage to another location.
4-
author: jianleishen
4+
author: whhender
55
ms.subservice: data-movement
66
ms.devlang: powershell
77
ms.topic: quickstart
88
ms.date: 05/15/2024
9-
ms.author: jianleishen
9+
ms.author: whhender
10+
ms.reviewer: jianleishen
1011
ms.custom: devx-track-azurepowershell, mode-api
1112
---
1213
# Quickstart: Create an Azure Data Factory using PowerShell

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: 'Quickstart: Create an Azure Data Factory using Python'
33
description: Use a data factory to copy data from one location in Azure Blob storage to another location.
4-
author: ssabat
5-
ms.author: susabat
6-
ms.reviewer: whhender
4+
author: whhender
5+
ms.author: whhender
6+
ms.reviewer: susabat
77
ms.subservice: data-movement
88
ms.devlang: python
99
ms.topic: quickstart

articles/data-factory/quickstart-create-data-factory-resource-manager-template.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
title: Create an Azure Data Factory using an Azure Resource Manager template (ARM template)
33
description: Create a sample Azure Data Factory pipeline using an Azure Resource Manager template (ARM template).
44
tags: azure-resource-manager
5-
author: ssabat
6-
ms.author: susabat
7-
ms.reviewer: whhender, jingwang
5+
author: whhender
6+
ms.author: whhender
7+
ms.reviewer: susabat, jingwang
88
ms.topic: quickstart
99
ms.custom: subject-armqs, mode-arm, devx-track-arm-template
1010
ms.date: 10/20/2023
1111
---
1212

1313
# Quickstart: Create an Azure Data Factory using ARM template
1414

15-
1615
[!INCLUDE[appliesto-adf-xxx-md](includes/appliesto-adf-xxx-md.md)]
1716

1817
This quickstart describes how to use an Azure Resource Manager template (ARM template) to create an Azure data factory. The pipeline you create in this data factory **copies** data from one folder to another folder in an Azure blob storage. For a tutorial on how to **transform** data using Azure Data Factory, see [Tutorial: Transform data using Spark](transform-data-using-spark.md).

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: Create an Azure Data Factory using REST API
33
description: Create an Azure Data Factory pipeline to copy data from one location in Azure Blob storage to another location.
4-
author: jianleishen
4+
author: whhender
55
ms.subservice: data-movement
66
ms.devlang: rest-api
77
ms.topic: quickstart
88
ms.date: 02/13/2025
9-
ms.author: jianleishen
9+
ms.author: whhender
10+
ms.reviewer: jianleishen
1011
ms.custom: devx-track-azurepowershell, mode-api
1112
---
1213

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ author: whhender
55
ms.topic: quickstart
66
ms.subservice: authoring
77
ms.date: 09/25/2024
8-
ms.author: xupzhou
8+
ms.author: whhender
9+
ms.reviewer: xupzhou
910
---
1011

1112
# Quickstart: Create a data factory by using the Azure portal

0 commit comments

Comments
 (0)