Skip to content

Commit e05fe9e

Browse files
committed
fix
1 parent 7c9b4dc commit e05fe9e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/data-factory/connector-salesforce-service-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For a list of data stores that are supported as sources or sinks, see the [Suppo
3737
Specifically, this Salesforce Service Cloud connector supports:
3838

3939
- Salesforce Developer, Professional, Enterprise, or Unlimited editions.
40-
- Copying data from and to custom domain (Custom domain can be configured in both production and sanbox environments).
40+
- Copying data from and to custom domain (Custom domain can be configured in both production and sandbox environments).
4141

4242
You can explicitly set the API version used to read/write data via [`apiVersion` property](#linked-service-properties) in linked service. When copying data to Salesforce Service Cloud, the connector uses BULK API 2.0.
4343

articles/data-factory/connector-salesforce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For a list of data stores that are supported as sources or sinks, see the [Suppo
3737
Specifically, this Salesforce connector supports:
3838

3939
- Salesforce Developer, Professional, Enterprise, or Unlimited editions.
40-
- Copying data from and to custom domain (Custom domain can be configured in both production and sanbox environments).
40+
- Copying data from and to custom domain (Custom domain can be configured in both production and sandbox environments).
4141

4242
You can explicitly set the API version used to read/write data via [`apiVersion` property](#linked-service-properties) in linked service. When copying data to Salesforce, the connector uses BULK API 2.0.
4343

articles/data-factory/connector-troubleshoot-salesforce.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,29 @@ This article provides suggestions to troubleshoot common problems with the Sales
3030
1. Setup OAuth access token scope, it's better to set up "**Full access**" for Azure Data Factory in case of permission issue.
3131
<br/>If you want to keep the mini scope, at least the "**Manage user data via APIs (api)**" should be added.
3232
<br/>If you don't set proper scope, you may get following similar message like: **Unauthorized, This session is not valid for use with the REST API**
33-
1. Select **Enable Client Credentails FLow**.
33+
1. Select **Enable Client Credentials Flow**.
3434

3535
:::image type="content" source="media/connector-salesforce/configure-basic-information.png" alt-text="Screenshot of configuring basic information for the Salesforce connector app.":::
3636

37-
1. Get Client Id and Secret through **Manage Consumer Details**.
37+
1. Get Client ID and Secret through **Manage Consumer Details**.
3838

3939
:::image type="content" source="media/connector-salesforce/manage-consumer-details.png" alt-text="Screenshot of the manage consumer details.":::
4040

41-
1. Copy the client id and secret to a txt file for Azure Data Factory linked service.
41+
1. Copy the client ID and secret to a txt file for Azure Data Factory linked service.
4242

43-
:::image type="content" source="media/connector-salesforce/client-id-secret.png" alt-text="Screenshot of the Client Id and Secret.":::
43+
:::image type="content" source="media/connector-salesforce/client-id-secret.png" alt-text="Screenshot of the Client ID and Secret.":::
4444

4545
1. Create a user who has the API Only User permission.
4646

47-
1. Set up a permission set which only have API only permission.
47+
1. Set up a permission set which only has API only permission.
4848
:::image type="content" source="media/connector-salesforce/set-up-a-permission.png" alt-text="Screenshot of setting system permissions.":::
4949
1. Specify the **API Enabled** and **Api Only User**.
5050
:::image type="content" source="media/connector-salesforce/system-permissions.png" alt-text="Screenshot of the system permissions.":::
5151

5252
1. Create a new user and link the permission set in the user detail page: **Permission Set Assignments**.
5353
:::image type="content" source="media/connector-salesforce/permission-set-assignments.png" alt-text="Screenshot of the permission set assignments.":::
5454

55-
1. From the connected app detail page, click Manage, Click **Edit Policies**. For **Run As**, select an execution user who has the API Only User permission. Set the **Timeout Value** value to None.
55+
1. From the connected app detail page, click Manage, click **Edit Policies**. For **Run As**, select an execution user who has the API Only User permission. Set the **Timeout Value** value to None.
5656

5757
:::image type="content" source="media/connector-salesforce/connected-app-detail.png" alt-text="Screenshot of the connected app detail.":::
5858

0 commit comments

Comments
 (0)