0

How to read TetaByte of data from On-prem SAP system into Azure blob storage very fastly using Azure datafactory?

user12206796
  • 73
  • 1
  • 1
  • 10

1 Answers1

3

Refer to this LINK

MSFT has provided detailed documentation on ADF connectivity with SAP. You can first create a linked service to SAP, create a Dataset and use that dataset as Source in a Copy Activity

  • I think the question is more about data volume and transfer speed, not how to connect (unless if each part of the sentence is one question, but Stack Overflow requires limiting to one question per question). – Sandra Rossi Feb 06 '22 at 07:12