Skip to content

Commit 7367d31

Browse files
authored
Removed extraneous word, tidied cross reference
1 parent 40c8d3c commit 7367d31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/connector-sharepoint-online-list.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The following properties are supported for an SharePoint Online List linked serv
8282
| servicePrincipalId | The Application (client) ID of the application registered in Azure Active Directory. | Yes |
8383
| servicePrincipalKey | The 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 |
8484
| tenantId | The tenant ID under which your application resides. | Yes |
85-
| 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 |
85+
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to use to connect to the data store. Learn more from [Prerequisites](#prerequisites), earlier in this article. If not specified, the default Azure Integration Runtime is used. | No |
8686

8787
**Example:**
8888

@@ -215,7 +215,7 @@ You can copy file from SharePoint Online by using **Web activity** to authentica
215215
- **Method**: POST
216216
- **Headers**:
217217
- Content-Type: application/x-www-form-urlencoded
218-
- **Body**: `grant_type=client_credentials&client_id=[Client-ID]@[Tenant-ID]&client_secret=[Client-Secret]&resource=00000003-0000-0ff1-ce00-000000000000/[Tenant-Name].sharepoint.com@[Tenant-ID]`. Replace the client ID, client secret, tenant ID and and tenant name.
218+
- **Body**: `grant_type=client_credentials&client_id=[Client-ID]@[Tenant-ID]&client_secret=[Client-Secret]&resource=00000003-0000-0ff1-ce00-000000000000/[Tenant-Name].sharepoint.com@[Tenant-ID]`. Replace the client ID, client secret, tenant ID and tenant name.
219219

220220
> [!CAUTION]
221221
> Set the Secure Output option to true in Web activity to prevent the token value from being logged in plain text. Any further activities that consume this value should have their Secure Input option set to true.
@@ -237,4 +237,4 @@ To learn details about the properties, check [Lookup activity](control-flow-look
237237

238238
## Next steps
239239

240-
For a list of data stores that Copy Activity supports as sources and sinks in Azure Data Factory, see [Supported data stores and formats](copy-activity-overview.md#supported-data-stores-and-formats).
240+
For a list of data stores that Copy Activity supports as sources and sinks in Azure Data Factory, see [Supported data stores and formats](copy-activity-overview.md#supported-data-stores-and-formats).

0 commit comments

Comments
 (0)