Skip to content

Commit 99bd1ea

Browse files
Merge pull request #219736 from Clare-Zheng82/1128-Update_sharepoint_online_doc
[Supportability] - Update linked service section in SharePoint Online connector doc
2 parents 0a6a1eb + 6405b56 commit 99bd1ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 08/08/2022
10+
ms.date: 11/29/2022
1111
ms.author: jianleishen
1212
---
1313
# Copy data from SharePoint Online List by using Azure Data Factory or Azure Synapse Analytics
@@ -101,10 +101,11 @@ The following properties are supported for a SharePoint Online List linked servi
101101
| ------------------- | ------------------------------------------------------------ | ------------ |
102102
| type | The type property must be set to: **SharePointOnlineList**. | Yes |
103103
| siteUrl | The SharePoint Online site url, e.g. `https://contoso.sharepoint.com/sites/siteName`. | Yes |
104-
| servicePrincipalId | The Application (client) ID of the application registered in Azure Active Directory. | Yes |
104+
| servicePrincipalId | The Application (client) ID of the application registered in Azure Active Directory. Refer to [Prerequisites](#prerequisites) for more details including the permission settings.| Yes |
105105
| servicePrincipalKey | The application's key. Mark this field as a **SecureString** to store it securely, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). | Yes |
106106
| tenantId | The tenant ID under which your application resides. | Yes |
107-
| 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 |
107+
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to use to connect to the data store. If not specified, the default Azure Integration Runtime is used. | No |
108+
108109

109110
**Example:**
110111

0 commit comments

Comments
 (0)