copy files from one azure subscription to another

Tristano,G,Giuseppe,JBP12 R 111 Reputation points
2021-11-30T13:07:38.227+00:00

Hello All,

I'm trying to schedule a job to copy files from one container to another. The two containers belong to two different azure subscriptions.
Is there an easy way to achieve this?
Thank you in advance for your help
giuseppe

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

Accepted answer
  1. Alan Kinane 16,951 Reputation points MVP Volunteer Moderator
    2021-11-30T14:42:50.033+00:00

    Yes, 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

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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