Skip to content

Commit 8bf4892

Browse files
authored
Merge pull request #205484 from Clare-Zheng82/0721-Add_overview_table_to_File_and_Generic_protocol_connector_docs
Add overview table to File and Generic protocol connector docs
2 parents a8c6a57 + f5ab721 commit 8bf4892

File tree

6 files changed

+54
-25
lines changed

6 files changed

+54
-25
lines changed

articles/data-factory/connector-http.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@ The difference among this HTTP connector, the [REST connector](connector-rest.md
2828

2929
## Supported capabilities
3030

31-
This HTTP connector is supported for the following activities:
31+
This HTTP connector is supported for the following capabilities:
3232

33-
- [Copy activity](copy-activity-overview.md) with [supported source/sink matrix](copy-activity-overview.md)
34-
- [Lookup activity](control-flow-lookup-activity.md)
33+
| Supported capabilities|IR |
34+
|---------| --------|
35+
|[Copy activity](copy-activity-overview.md) (source/-)|① ②|
36+
|[Lookup activity](control-flow-lookup-activity.md)|① ②|
3537

36-
You can copy data from an HTTP source to any supported sink data store. For a list of data stores that Copy Activity supports as sources and sinks, see [Supported data stores and formats](copy-activity-overview.md#supported-data-stores-and-formats).
38+
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
39+
40+
For a list of data stores that are supported as sources/sinks, see [Supported data stores](connector-overview.md#supported-data-stores).
3741

3842
You can use this HTTP connector to:
3943

@@ -87,7 +91,7 @@ The following properties are supported for the HTTP linked service:
8791
| type | The **type** property must be set to **HttpServer**. | Yes |
8892
| url | The base URL to the web server. | Yes |
8993
| enableServerCertificateValidation | Specify whether to enable server TLS/SSL certificate validation when you connect to an HTTP endpoint. If your HTTPS server uses a self-signed certificate, set this property to **false**. | No<br /> (the default is **true**) |
90-
| authenticationType | Specifies the authentication type. Allowed values are **Anonymous**, **Basic**, **Digest**, **Windows**, and **ClientCertificate**. User-based OAuth isn't supported. You can additionally configure authentication headers in `authHeader` property. See the sections that follow this table for more properties and JSON samples for these authentication types. | Yes |
94+
| authenticationType | Specifies the authentication type. Allowed values are **Anonymous**, **Basic**, **Digest**, **Windows**, and **ClientCertificate**. You can additionally configure authentication headers in `authHeader` property. See the sections that follow this table for more properties and JSON samples for these authentication types. | Yes |
9195
| authHeaders | Additional HTTP request headers for authentication.<br/> For example, to use API key authentication, you can select authentication type as “Anonymous” and specify API key in the header. | No |
9296
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to use to connect to the data store. Learn more from [Prerequisites](#prerequisites) section. If not specified, the default Azure Integration Runtime is used. |No |
9397

articles/data-factory/connector-odata.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,16 @@ This article outlines how to use Copy Activity in an Azure Data Factory or Synap
2121

2222
## Supported capabilities
2323

24-
This OData connector is supported for the following activities:
24+
This OData connector is supported for the following capabilities:
2525

26-
- [Copy activity](copy-activity-overview.md) with [supported source/sink matrix](copy-activity-overview.md)
27-
- [Lookup activity](control-flow-lookup-activity.md)
26+
| Supported capabilities|IR |
27+
|---------| --------|
28+
|[Copy activity](copy-activity-overview.md) (source/-)|&#9312; &#9313;|
29+
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|
2830

29-
You can copy data from an OData source to any supported sink data store. For a list of data stores that Copy Activity supports as sources and sinks, see [Supported data stores and formats](copy-activity-overview.md#supported-data-stores-and-formats).
31+
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
32+
33+
For a list of data stores that are supported as sources/sinks, see [Supported data stores](connector-overview.md#supported-data-stores).
3034

3135
Specifically, this OData connector supports:
3236

articles/data-factory/connector-odbc.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@ This article outlines how to use the Copy Activity in Azure Data Factory to copy
2020

2121
## Supported capabilities
2222

23-
This ODBC connector is supported for the following activities:
23+
This ODBC connector is supported for the following capabilities:
2424

25-
- [Copy activity](copy-activity-overview.md) with [supported source/sink matrix](copy-activity-overview.md)
26-
- [Lookup activity](control-flow-lookup-activity.md)
25+
| Supported capabilities|IR |
26+
|---------| --------|
27+
|[Copy activity](copy-activity-overview.md) (source/sink)|&#9313;|
28+
|[Lookup activity](control-flow-lookup-activity.md)|&#9313;|
2729

28-
You can copy data from ODBC source to any supported sink data store, or copy from any supported source data store to ODBC sink. For a list of data stores that are supported as sources/sinks by the copy activity, see the [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats) table.
30+
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
31+
32+
For a list of data stores that are supported as sources/sinks, see the [Supported data stores](connector-overview.md#supported-data-stores) table.
2933

3034
Specifically, this ODBC connector supports copying data from/to **any ODBC-compatible data stores** using **Basic** or **Anonymous** authentication. A **64-bit ODBC driver** is required. For ODBC sink, the service support ODBC version 2.0 standard.
3135

articles/data-factory/connector-oracle-cloud-storage.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,16 @@ This article outlines how to copy data from Oracle Cloud Storage. To learn more,
1919

2020
## Supported capabilities
2121

22-
This Oracle Cloud Storage connector is supported for the following activities:
22+
This Oracle Cloud Storage connector is supported for the following capabilities:
2323

24-
- [Copy activity](copy-activity-overview.md) with [supported source/sink matrix](copy-activity-overview.md)
25-
- [Lookup activity](control-flow-lookup-activity.md)
26-
- [GetMetadata activity](control-flow-get-metadata-activity.md)
27-
- [Delete activity](delete-activity.md)
24+
| Supported capabilities|IR |
25+
|---------| --------|
26+
|[Copy activity](copy-activity-overview.md) (source/-)|&#9312; &#9313;|
27+
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|
28+
|[GetMetadata activity](control-flow-get-metadata-activity.md)|&#9312; &#9313;|
29+
|[Delete activity](delete-activity.md)|&#9312; &#9313;|
30+
31+
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
2832

2933
Specifically, this Oracle Cloud Storage connector supports copying files as is or parsing files with the [supported file formats and compression codecs](supported-file-formats-and-compression-codecs.md). It takes advantage of Oracle Cloud Storage's S3-compatible interoperability.
3034

articles/data-factory/connector-rest.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@ The difference among this REST connector, [HTTP connector](connector-http.md), a
2424

2525
## Supported capabilities
2626

27-
You can copy data from a REST source to any supported sink data store. You also can copy data from any supported source data store to a REST sink. For a list of data stores that Copy Activity supports as sources and sinks, see [Supported data stores and formats](copy-activity-overview.md#supported-data-stores-and-formats).
27+
This REST connector is supported for the following capabilities:
28+
29+
| Supported capabilities|IR |
30+
|---------| --------|
31+
|[Copy activity](copy-activity-overview.md) (source/sink)|&#9312; &#9313;|
32+
|[Mapping data flow](concepts-data-flow-overview.md) (source/sink)|&#9312; |
33+
34+
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
35+
36+
For a list of data stores that are supported as sources/sinks, see [Supported data stores](connector-overview.md#supported-data-stores).
2837

2938
Specifically, this generic REST connector supports:
3039

articles/data-factory/connector-sftp.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,17 @@ This article outlines how to use Copy Activity to copy data from and to the secu
2222

2323
## Supported capabilities
2424

25-
The SFTP connector is supported for the following activities:
25+
This SFTP connector is supported for the following capabilities:
2626

27-
- [Copy activity](copy-activity-overview.md) with [supported source/sink matrix](copy-activity-overview.md)
28-
- [Mapping data flow](concepts-data-flow-overview.md)
29-
- [Lookup activity](control-flow-lookup-activity.md)
30-
- [GetMetadata activity](control-flow-get-metadata-activity.md)
31-
- [Delete activity](delete-activity.md)
27+
| Supported capabilities|IR |
28+
|---------| --------|
29+
|[Copy activity](copy-activity-overview.md) (source/sink)|&#9312; &#9313;|
30+
|[Mapping data flow](concepts-data-flow-overview.md) (source/sink)|&#9312; |
31+
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|
32+
|[GetMetadata activity](control-flow-get-metadata-activity.md)|&#9312; &#9313;|
33+
|[Delete activity](delete-activity.md)|&#9312; &#9313;|
34+
35+
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
3236

3337
Specifically, the SFTP connector supports:
3438

0 commit comments

Comments
 (0)