...
Choisir la technologie de transfert de données vers Azure ou à partir de Azure
Criteria
Need to transfer large amounts of data with a time-consuming Internet connection: physical transfer (Azure Data Box).
Need to transfer large amounts of data with a moderate or fast Internet connection:
if moderate Internet speed: physical transfer (Azure Data Box).
if high-speed (from 1 Gbps): AzCopy, Azure Data Box (Virtual Version), Azure Data Factory, Azure Storage REST Apis (SDKs).
Need to orchestrate any quantity: Azure Data Factory.
Need to log whatever the quantity: Azure Data Factory, Azure Storage REST APIs.
Need to transfer small amounts of data with a slow to moderate Internet connection:
Without programming: GUI (Azure Storage Explorer Utility), Azure Portal, SFTP Client.
With programming: AzCopy/PowerShell, Azure CLI, Azure Storage REST APIs (Azure Functions, Applications).
Regular or continuous transfer requirements:
Regular interval: AzCopy, Azure Storage APIs.
Continuous interval: Azure Data Factory, Azure Data Box for online transfer
...
Technology | Limitations |
---|---|
SFTP Client | Authentication & Authorization
|
AzCopy Utility |
|
Azure Data Factory |
|
Azure Function |
|
Initial/subsequent document loading process
Option A : Azure Data Factory with Copy Data Tool (built-in service)
...
1- Configure the self-hosted integration runtime with the on-premise server containing the documents.
2- Azure Data Factory invokes its native copy task with the Copy Data Tool.
3 & 4- Azure Data Factory extracts and copies the documents into the Storage Account's Blob Storage.
5- From the Azure Storage Explorer application interface, visual validation is possible.