Home > Software engineering >  Azure Data Factory - Copy Offce data to SQL Server
Azure Data Factory - Copy Offce data to SQL Server

Time:04-25

Goal is to extract data from Offce 365 via Azure Data Factory into a SQL Server. It seems like that it is only possible to sink the data from an Office source into the following technologies:

Azure Copy Object:

Azure Copy Object

Sinks für Offce Source:

Sinks für Offce Source

How is that possible?

CodePudding user response:

Currently, you can only enter image description here

So 1st step would be to copy the data into blob as a file and then copy from file into SQL

  • Related