Skip to content

Commit 3af0213

Browse files
committed
Update name
1 parent ae70b1f commit 3af0213

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/connector-rest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For a list of data stores that are supported as sources/sinks, see [Supported da
3838
Specifically, this generic REST connector supports:
3939

4040
- Copying data from a REST endpoint by using the **GET** or **POST** methods and copying data to a REST endpoint by using the **POST**, **PUT** or **PATCH** methods.
41-
- Copying data by using one of the following authentications: **Anonymous**, **Basic**, **Service principal**, and **user-assigned managed identity**.
41+
- Copying data by using one of the following authentications: **Anonymous**, **Basic**, **Service Principal**, and **user-assigned managed identity**.
4242
- **[Pagination](#pagination-support)** in the REST APIs.
4343
- For REST as source, copying the REST JSON response [as-is](#export-json-response-as-is) or parse it by using [schema mapping](copy-activity-schema-and-type-mapping.md#schema-mapping). Only response payload in **JSON** is supported.
4444

@@ -94,7 +94,7 @@ The following properties are supported for the REST linked service:
9494

9595
For different authentication types, see the corresponding sections for details.
9696
- [Basic authentication](#use-basic-authentication)
97-
- [Service principal authentication](#use-aad-service-principal-authentication)
97+
- [Service Principal authentication](#use-aad-service-principal-authentication)
9898
- [OAuth2 Client Credential authentication](#use-oauth2-client-credential-authentication)
9999
- [User-assigned managed identity authentication](#use-user-assigned-managed-identity-authentication)
100100
- [Anonymous authentication](#using-authentication-headers)
@@ -132,7 +132,7 @@ Set the **authenticationType** property to **Basic**. In addition to the generic
132132
}
133133
```
134134

135-
### Use service principal authentication
135+
### Use Service Principal authentication
136136

137137
Set the **authenticationType** property to **AadServicePrincipal**. In addition to the generic properties that are described in the preceding section, specify the following properties:
138138

@@ -142,7 +142,7 @@ Set the **authenticationType** property to **AadServicePrincipal**. In addition
142142
| servicePrincipalKey | Specify the Azure Active Directory application's key. Mark this field as a **SecureString** to store it securely in Data Factory, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). | Yes |
143143
| tenant | Specify the tenant information (domain name or tenant ID) under which your application resides. Retrieve it by hovering the mouse in the top-right corner of the Azure portal. | Yes |
144144
| aadResourceId | Specify the Microsoft Azure Active Directory (Azure AD) resource you are requesting for authorization, for example, `https://management.core.windows.net`.| Yes |
145-
| azureCloudType | For service principal authentication, specify the type of Azure cloud environment to which your Azure AD application is registered. <br/> Allowed values are **AzurePublic**, **AzureChina**, **AzureUsGovernment**, and **AzureGermany**. By default, the data factory's cloud environment is used. | No |
145+
| azureCloudType | For Service Principal authentication, specify the type of Azure cloud environment to which your Azure AD application is registered. <br/> Allowed values are **AzurePublic**, **AzureChina**, **AzureUsGovernment**, and **AzureGermany**. By default, the data factory's cloud environment is used. | No |
146146

147147
**Example**
148148

0 commit comments

Comments
 (0)