How to copy file from OneDrive to ADLS using ADF, Without Power Automation, Logic Apps and Graph API.

Abhilash E 0 Reputation points
2024-03-21T10:33:21.0033333+00:00

I want to copy file from Onedrive to ADLS using ADF. Without enabling Graph API, Logic Apps or Power Automation. Is there any method to do this?

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,426 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,199 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
981 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247 13,801 Reputation points
    2024-03-21T14:32:40.1966667+00:00

    Hi Abhilash E,

    Thanks for reaching out to Microsoft Q&A.

    Yes, it is possible and should be straightforward if my understanding of your question is right (correct if wrong).

    You can copy a file from OneDrive to ADLS using ADF without relying on Graph API, Logic Apps, or Power Automate, by using the following steps:

    1. Create Linked Services
    2. Create datasets
    3. Create copy activity
    4. Authenticate (authenticate to OneDrive using OAuth-based authentication within ADF)
    5. Configure File Filters (optional)
    6. Execute & monitor the pipeline

    Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.