Skip to content

Commit 6e705e8

Browse files
Merge pull request #3 from hyoshioka0128/patch-591
Typo "Azure data factory"→"Azure Data Factory"
2 parents fda5c52 + 4087603 commit 6e705e8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Create an Azure data factory using REST API
3-
description: Create an Azure data factory pipeline to copy data from one location in Azure Blob storage to another location.
4-
author: linda33wj
2+
title: Create an Azure Data Factory using REST API
3+
description: Create an Azure Data Factory pipeline to copy data from one location in Azure Blob storage to another location.
4+
author: jianleishen
55
ms.service: data-factory
66
ms.subservice: data-movement
77
ms.devlang: rest-api
88
ms.topic: quickstart
9-
ms.date: 05/31/2021
10-
ms.author: jingwang
9+
ms.date: 08/18/2022
10+
ms.author: jianleishen
1111
ms.custom: devx-track-azurepowershell, mode-api
1212
---
1313

14-
# Quickstart: Create an Azure data factory and pipeline by using the REST API
14+
# Quickstart: Create an Azure Data Factory and pipeline by using the REST API
1515

1616
> [!div class="op_single_selector" title1="Select the version of Data Factory service you are using:"]
1717
> * [Version 1](v1/data-factory-copy-data-from-azure-blob-storage-to-sql-database.md)
@@ -21,7 +21,7 @@ ms.custom: devx-track-azurepowershell, mode-api
2121

2222
Azure Data Factory is a cloud-based data integration service that allows you to create data-driven workflows in the cloud for orchestrating and automating data movement and data transformation. Using Azure Data Factory, you can create and schedule data-driven workflows (called pipelines) that can ingest data from disparate data stores, process/transform the data by using compute services such as Azure HDInsight Hadoop, Spark, Azure Data Lake Analytics, and Azure Machine Learning, and publish output data to data stores such as Azure Synapse Analytics for business intelligence (BI) applications to consume.
2323

24-
This quickstart describes how to use REST API to create an Azure data factory. The pipeline in this data factory copies data from one location to another location in an Azure blob storage.
24+
This quickstart describes how to use REST API to create an Azure Data Factory. The pipeline in this data factory copies data from one location to another location in an Azure blob storage.
2525

2626
If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
2727

@@ -109,7 +109,7 @@ $response.Content
109109

110110
Note the following points:
111111

112-
* The name of the Azure data factory must be globally unique. If you receive the following error, change the name and try again.
112+
* The name of the Azure Data Factory must be globally unique. If you receive the following error, change the name and try again.
113113

114114
```
115115
Data factory name "ADFv2QuickStartDataFactory" is not available.
@@ -166,7 +166,7 @@ $body = @"
166166
}
167167
}
168168
"@
169-
$response = Invoke-RestMethod -Method PUT -Uri $request -Header $authHeader -Body $body
169+
$response = Invoke-AzRestMethod -Path ${path} -Method PUT -Payload $body
170170
$response.content
171171
```
172172

0 commit comments

Comments
 (0)