Copy data in Blob to another Cloud provider

thanakrit rungchatkamol 41 Reputation points
2026-09-01T02:17:55.79+00:00

Hi,

I would like to copy data in Azure blob storage to another cloud object storage. i mean, i want to copy to tencent cloud object storage.

I'm not sure if AzCopy or Azure Data Factory can support this solution. it support Tencent cloud object storage is Destination?

What are your thoughts, and are there any other tools available for copying data from a Azure blob storage to Tencent cloud object storage? Please advise.

BR,

TR

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Senthil kumar 2,420 Reputation points
    2026-09-01T05:35:13.2533333+00:00

    Hi @thanakrit rungchatkamol

    You want to know what are tools available to copy data from Azure blob storage to Tencent cloud.

    • rclone most popular and easier. This works for large-scale migration and automation.
    • Tencent. This is the most “official” method.
    • Write a script in python/.Net. This gives full control, retries, logging, and automation and This is the most flexible and enterprise-friendly.
    • Hybrid ADF pipeline. ADF cannot write to COS directly, but you can. ADF → Azure Function → Tencent COS. This is used in enterprise environments where ADF is mandatory.
    • Use Databricks / Synapse Spark. Spark can read Azure Blob and write to COS using. This is good for very large datasets.

    Thanks.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.