Skip to content

Commit c4fa98f

Browse files
committed
Fix warnings
1 parent e748d93 commit c4fa98f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following properties are supported for a SharePoint Online List linked servi
7676
| ***For ServicePrincipalKey*** | | |
7777
| 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). Refer to this [section](#grant-permission-for-using-service-principal-key) for more details including the permission settings. | No |
7878
| ***For ServicePrincipalCert*** | | |
79-
| servicePrincipalEmbeddedCert | Specify the base64 encoded certificate of your application registered in Microsoft Entra ID, and ensure the certificate content type is **PKCS #12**. 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). Refer to this [article](https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azuread) for permission settings.| No |
79+
| servicePrincipalEmbeddedCert | Specify the base64 encoded certificate of your application registered in Microsoft Entra ID, and ensure the certificate content type is **PKCS #12**. 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). Refer to this [article](https://learn.microsoft.com/sharepoint/dev/solution-guidance/security-apponly-azuread) for permission settings.| No |
8080
| servicePrincipalEmbeddedCertPassword | Specify the password of your certificate if your certificate is secured with a password. 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). | No |
8181
| | | |
8282
| tenantId | The tenant ID under which your application resides. | Yes |
@@ -273,7 +273,7 @@ You can copy file from SharePoint Online by using **Web activity** to authentica
273273

274274
:::image type="content" source="media/connector-sharepoint-online-list/sharepoint-online-copy-file-flow.png" alt-text="sharepoint copy file flow":::
275275

276-
1. Follow the [Prerequisites](#prerequisites) section to create Microsoft Entra application and grant permission to SharePoint Online.
276+
1. Follow the [Grant permission for using service principal key](#grant-permission-for-using-service-principal-key) section to create Microsoft Entra application and grant permission to SharePoint Online.
277277

278278
2. Create a **Web Activity** to get the access token from SharePoint Online:
279279

0 commit comments

Comments
 (0)