Skip to content

Commit dfbe550

Browse files
Address comments in PR.
1 parent 5ed534e commit dfbe550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ ms.custom: seo-python-october2019
2323
2424
In this quickstart, you create a data factory by using Python. The pipeline in this data factory copies data from one folder to another folder in Azure Blob storage.
2525

26-
Azure Data Factory is a cloud-based data integration service. This service allows you to create data-driven workflows for orchestrating and automating data movement and data transformation. Using Azure Data Factory, you can create and schedule data-driven workflows, called pipelines.
26+
Azure Data Factory is a cloud-based data integration service that allows you to create data-driven workflows for orchestrating and automating data movement and data transformation. Using Azure Data Factory, you can create and schedule data-driven workflows, called pipelines.
2727

2828
Pipelines can ingest data from disparate data stores. Pipelines process or transform data by using compute services such as Azure HDInsight Hadoop, Spark, Azure Data Lake Analytics, and Azure Machine Learning. Pipelines publish output data to data stores such as Azure SQL Data Warehouse for business intelligence (BI) applications.
2929

3030
## Prerequisites
3131

3232
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
3333

34-
* [Python](https://www.python.org/downloads/) version 3.4 or more recent.
34+
* [Python 3.4+](https://www.python.org/downloads/).
3535

3636
* [An Azure Storage account](../storage/common/storage-account-create.md).
3737

0 commit comments

Comments
 (0)