Data transfer costs between 2 subscriptions in 2 diferent tenants

Jorge Rodrigues 181 Reputation points
2022-11-22T10:46:11.367+00:00

I have 50 TB of data to migrate between 2 storage accounts in 2 different subscriptions located at different tenants, but within the same region.
Is there any way official way of migrating this data without incurring in outbound costs of data leaving Azure?
My plan would be to spin up a VM in the same vnet as the storage to access the files within the subscription and then transfer them to the new storage account.

Does any one have some insight on this specific scenario?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,716 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,437 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Ramya Harinarthini_MSFT 5,306 Reputation points Microsoft Employee
    2022-11-22T12:20:26.18+00:00

    @Jorge Rodrigues Welcome to Microsoft Q&A Forum, Thanks for posting here!!

    If the available network bandwidth (1 Gbps - 100 Gbps) is high on the Azure VM, you can use azcopy tools to copy the data across storage accounts within the same region which offers free data egress charges.

    AzCopy - Use this command-line tool to easily copy data to and from Azure Blobs, Files, and Table storage with optimal performance. AzCopy supports concurrency and parallelism, and the ability to resume copy operations when interrupted.

    There are also other tools such as Azure Storage REST APIs/SDKs, Azure Data Box family for online transfers, Azure Data Factory to move the data across storage accounts

    You can also choose other data transfer solution based on network bandwidth availability which are discussed here: https://learn.microsoft.com/en-us/azure/storage/common/storage-choose-data-transfer-solution#selecting-a-data-transfer-solution

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue

    ---------------------------------------------------------------------------------------------------------------------------

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members

    1 person found this answer helpful.