self-hosted integration from sharepoint to synapse

Nick Wong 170 Reputation points
2024-05-15T12:47:22.0833333+00:00

Hello,

I successfully connect my synapse to file system by setting up self-hosted integration. However, previous I would like to connect my sharepoint to synapse but it keeps on having this error.

User's image

We investigated, was wondering if we also need self-hosted on premise integration set up between sharepoint and synapse, if it is, how do the operator of the sharepoint application place the authenicated key generated by Synpase, any document I could read through? or just need to run them via powershell?

Kind regards

Nick

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,485 questions
{count} votes

1 answer

Sort by: Most helpful
  1. BhargavaGunnam-MSFT 27,661 Reputation points Microsoft Employee
    2024-05-16T19:25:13.0133333+00:00

    Hello Nick Wong,

    When it comes to integrating SharePoint with Azure Synapse, you would use a service principal for Azure resources, and the service principal's ID and secret are used in the linked service configuration for SharePoint.

    This configuration is not done directly in SharePoint but rather in the Azure Synapse workspace where you set up the linked service to connect to SharePoint.

    Please see the below sceeenshot for your reference. User's image

    If you need to configure the authentication key for the App ID(which is used for integration with Azure services like Synapse) you would do it in the Azure portal.

    https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azuread

    I hope this answer your question.

    0 comments No comments