Reputation: 17
I am looking to move the files from one storage account (from Tenant A) to another storage account (to Tenant B) on the same Azure account.
I have bill exports on Tenant B storage account which I have to move them to storage account on Tenant A.
How can I make a start on this problem?
Upvotes: 1
Views: 2244
Reputation: 10859
AFAIK if the storage accounts are under different tenants, then you need to manually move your data.
i.e.; When your tenants of source and destination are not same, you may need to contact support with a support request to move the resources to a new tenant.
You can use server side copy to copy blobs between storage accounts in different regions and subscriptions &
To move resources across resource groups or subscriptions you can check this guide on how to: Move resources to a new subscription or resource group-ARM or azcopy between storage accounts .
Upvotes: 0