Copying file from sharepoint to blob storage in ADF with Service Principal Certificate

Enock Leclaire ANJIPU MFONCHA 0 Reputation points
2025-10-01T15:25:20.9366667+00:00

Because ACS has been retired, I have to update my pipeline to use certificate-based authorization instead of using secret.

Azure tutorial isn't updated to use certificates. Is there any way to download SharePoint files with certificate-based authorization?

I tried to recreate steps in mentioned Azure tutorial without step about using site: https://\<your-site-url\>/\_layouts/15/appinv.aspx To grant Service Principal permission, because cert based way uses microsoft graph to grant Service Principal access to sharepoint.

In step 3 in Azure tutorial was trying to copy file by HTTP linked service with link

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,716 Reputation points MVP Volunteer Moderator
    2025-10-01T16:03:47.96+00:00

    User's image

    In the initial web activity, while generating the token, you can use Service principal cert for authentication purpose


Your answer

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