Insert Excel Data in Sharepoint/Onedrive to SQl DB using ADF - cannot use Storage Account

Dixan Lal Thomas 60 Reputation points
2024-06-26T07:32:25.61+00:00

I want to insert the data in Excel placed in a Sharepoint/Onedrive, into a DB using ADF. I found that this can be done using a storage account. My requirement is not to use a Storage account.

Can anyone guide me?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
Microsoft 365 and Office SharePoint For business Windows
Microsoft 365 and Office Excel For business Windows
0 comments No comments
{count} votes

Accepted answer
  1. Bhargava-MSFT 31,261 Reputation points Microsoft Employee Moderator
    2024-06-26T16:50:39.6433333+00:00

    Hello Dixan Lal Thomas

    Welcome to the Microsoft Q&A forum.

    You can configure the Copy Activity to read data from the Excel file dataset and write data to the SQL Server dataset.

    Copy activity supports "SharePoint Online" as a source and Azure SQL as sink

    Here you need to setup a linked service for sharepoint and connect to excel file and setup Linked Service for the SQL Database/Azure SQL.

    Create a copy activity pipeline to transfer the data.

    Please follwo these reference documents:
    https://learn.microsoft.com/en-us/azure/data-factory/copy-activity-overview

    https://learn.microsoft.com/en-us/azure/data-factory/connector-sharepoint-online-list?tabs=data-factory

    https://learn.microsoft.com/en-us/azure/data-factory/connector-azure-sql-database?tabs=data-factory

    I hope this answers your question. Please let me know if you have any further questions.


0 additional answers

Sort by: Most helpful

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.