Sharepoint with Logic Apps integration authenticate using managed identity.

Viggo Lagerstedt Ekholm 5 Reputation points
2023-02-02T20:21:11.52+00:00

Hello!

I need help with triggering my Logic App whenever a SharePoint list is modified. There are built in connectors that handle such events but they do not support managed identities, you have to link your own account to the connection. I have thought about creating a Azure Event Grid but I do not know if this is the right way. How can I trigger my Logic App whenever a Sharepoint list is updated?

Thanks!

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,543 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
454 questions
{count} vote

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2023-02-06T05:18:48.05+00:00

    @Viggo Lagerstedt Ekholm Thanks for reaching out. Unfortunately, managed identity is not supported for SharePoint connector. You can always pass your feedback here if this is something you want to see if logic app sharepoint connector.

    Leveraging the event grid will not help you in this case as the event source is not SharePoint. The available event sources are documented here.

    The alternative would be leveraging the Graph API for SharePoint in logic app using schedule trigger to get the list and check for lastModifiedDateTime property to know if the list was modify recently or not.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.