Skip to content

Commit 3eeb40b

Browse files
authored
Merge pull request #127782 from Samantha-Yu/updateadf0831-2
Created a new section
2 parents 93dec64 + 95de985 commit 3eeb40b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

articles/data-factory/connector-overview.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: linda33wj
66
ms.service: data-factory
77
ms.workload: data-services
88
ms.topic: conceptual
9-
ms.date: 07/16/2020
9+
ms.date: 08/31/2020
1010
ms.author: jingwang
1111
ms.reviewer: craigg
1212
---
@@ -15,12 +15,23 @@ ms.reviewer: craigg
1515

1616
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1717

18-
Azure Data Factory supports the following data stores and formats via Copy, Data Flow, Look-up, Get Metadata, and Delete activities. Click each data store to learn the supported capabilities and the corresponding configurations in details.
18+
Azure Data Factory supports the following data stores and formats via Copy, Data Flow, Look up, Get Metadata, and Delete activities. Click each data store to learn the supported capabilities and the corresponding configurations in details.
1919

2020
## Supported data stores
2121

2222
[!INCLUDE [Connector overview](../../includes/data-factory-v2-connector-overview.md)]
2323

24+
## Integrate with more data stores
25+
26+
Azure Data Factory can reach broader set of data stores than the list mentioned above. If you need to move data to/from a data store that is not in the Azure Data Factory built-in connector list, here are some extensible options:
27+
- For database and data warehouse, usually you can find a corresponding ODBC driver, with which you can use [generic ODBC connector](connector-odbc.md).
28+
- For SaaS applications:
29+
- If it provides RESTful APIs, you can use [generic REST connector](connector-rest.md).
30+
- If it has OData feed, you can use [generic OData connector](connector-odata.md).
31+
- If it provides SOAP APIs, you can use [generic HTTP connector](connector-http.md).
32+
- If it has ODBC driver, you can use [generic ODBC connector](connector-odbc.md).
33+
- For others, check if you can load data to or expose data as any ADF supported data stores, e.g. Azure Blob/File/FTP/SFTP/etc, then let ADF pick up from there. You can invoke custom data loading mechanism via [Azure Function](control-flow-azure-function-activity.md), [Custom activity](transform-data-using-dotnet-custom-activity.md), [Databricks](transform-data-databricks-notebook.md)/[HDInsight](transform-data-using-hadoop-hive.md), [Web activity](control-flow-web-activity.md), etc.
34+
2435
## Supported file formats
2536

2637
Azure Data Factory supports the following file formats. Refer to each article for format-based settings.

0 commit comments

Comments
 (0)