migration of Azure content to account under changed company email

Coffeng, René 20 Reputation points
2024-01-03T05:44:11.72+00:00

My company changed email address and thus I got a new Azure account. I want to transfee all storage account and blob details from my old account to my new. Are there tools for export/import or do I have to do all steps manually?

Azure Database Migration service
{count} votes

Accepted answer
  1. Anand Prakash Yadav 6,315 Reputation points Microsoft Vendor
    2024-01-04T11:30:59.3766667+00:00

    Hello Coffeng, René,

    Thank you for posting your query here!

    Adding on to the previous response, you can use AzCopy to copy your blobs across storage accounts. You can use SAS tokens to get access to storage accounts in different subscriptions.

    Here's the how to guide:
    https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-blobs-copy?toc=/azure/storage/blobs/toc.json

    You may consider Object replication; it asynchronously copies block blobs between a source storage account and a destination account.

    Configure object replication for block blobs

    Also, you can create an Azure Data Factory pipeline to copy data from the source storage account to the destination storage account.

    Please let us know if you have any further queries. I’m happy to assist you further.


    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.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Luke Murray 10,536 Reputation points MVP
    2024-01-03T08:51:59.8666667+00:00

    You could setup a new storage account in your own account and setup Object Replication between them, might be the easiest way to get the data and make sure any new data in your 'old' storage account gets replicated across.

    Or investigate moving the Azure subscription holding the storage account, to your new tenancy.

    0 comments No comments