Skip to content

Commit c9a2ed5

Browse files
Merge pull request #220254 from jonburchel/patch-36
Update connector-rest.md
2 parents ebc624c + e0e8007 commit c9a2ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following properties are supported for the REST linked service:
8888
| type | The **type** property must be set to **RestService**. | Yes |
8989
| url | The base URL of the REST service. | Yes |
9090
| enableServerCertificateValidation | Whether to validate server-side TLS/SSL certificate when connecting to the endpoint. | No<br /> (the default is **true**) |
91-
| authenticationType | Type of authentication used to connect to the REST service. Allowed values are **Anonymous**, **Basic**, **AadServicePrincipal**, **OAuth2ClientCredential**, and **ManagedServiceIdentity**. You can additionally configure authentication headers in `authHeader` property. Refer to corresponding sections below on more properties and examples respectively.| Yes |
91+
| authenticationType | Type of authentication used to connect to the REST service. Allowed values are **Anonymous**, **Basic**, **AadServicePrincipal**, **OAuth2ClientCredential**, and **ManagedServiceIdentity**. You can additionally configure authentication headers in `authHeaders` property. Refer to corresponding sections below on more properties and examples respectively.| Yes |
9292
| 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 |
9393
| 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, this property uses the default Azure Integration Runtime. |No |
9494

@@ -282,7 +282,7 @@ In addition, you can configure request headers for authentication along with the
282282
"typeProperties": {
283283
"url": "<REST endpoint>",
284284
"authenticationType": "Anonymous",
285-
"authHeader": {
285+
"authHeaders": {
286286
"x-api-key": {
287287
"type": "SecureString",
288288
"value": "<API key>"

0 commit comments

Comments
 (0)