Hello Taranjeet Malik,
Greetings! Welcome to Microsoft Q&A Forum.
I understand that you would like to migrate a large amount of data from one tenant to another, This -https://learn.microsoft.com/en-us/azure/storage/common/storage-choose-data-transfer-solution article provides an overview of some of the common Azure data transfer solutions.
You can try using Azure Data Factory (ADF) - which is a managed ETL service that orchestrates data movement and transformation. Create an ADF pipeline to copy data between storage accounts. ADF supports incremental data loads and can be scheduled to run at specific intervals.
Alternatively, try using Azure Storage Explorer which is a powerful graphical tool that allows you to manage Azure Storage resources. While it primarily focuses on managing and exploring storage accounts, it does provide features for data transfer:
Blob Transfer: You can copy blobs between containers within the same storage account or across different storage accounts. It supports both online (over the internet) and offline (using physical devices like Azure Data Box) transfers. Use it to move blobs efficiently and manage your data.
Table Transfer: Azure Storage Explorer also allows you to interact with Azure Table Storage. You can view, edit, and transfer table data between storage accounts. However, note that table storage is primarily designed for structured data (key-value pairs) rather than large-scale data migration.
For online transfers, ensure that the available network bandwidth is sufficient. High network bandwidth (1 Gbps - 100 Gbps) on the Azure VM can improve data transfer performance.
Similar docs for reference- https://learn.microsoft.com/en-us/answers/questions/1319845/large-blob-storage-migration-from-one-azure-ad-ten, https://learn.microsoft.com/en-us/azure/data-factory/connector-azure-blob-storage?tabs=data-factory,https://learn.microsoft.com/en-us/training/modules/copy-blobs-using-azure-cli/, https://learn.microsoft.com/en-us/azure/architecture/guide/multitenant/service/storage.
Hope this answer helps! Please let us know if you have any further queries. I’m happy to assist you further.
Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.