Skip to content

Commit bfdf0b0

Browse files
committed
Update linked service section
1 parent 2b87b49 commit bfdf0b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +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. You need to grant SharePoint Online site permission. Refer to [Prerequisites](#prerequisites) for the configuration steps.| 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 |
107107
| 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 |
108108

109-
>[!Note]
110-
>You need to grant SharePoint Online site permission. Refer to [Prerequisites](#prerequisites) for the configuration steps.
111109

112110
**Example:**
113111

0 commit comments

Comments
 (0)