Azure에서 azcopy
명령어를 통해 file share에서 다른 file share로 데이터를 이관하는 기능을 제공합니다.
💡 https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-files
[다른 저장소 계정에 파일 공유 복사] 부분 참조
아래 명령어만 터미널에서 실행해 주면 됩니다.
azcopy copy 'https://<source-storage-account-name>.file.core.windows.net/<file-share-name><SAS-token>' 'https://<destination-storage-account-name>.file.core.windows.net/<file-share-name><SAS-token>' --recursive
SAS 토큰의 경우 Azure Portal > 스토리지 계정 > 공유 엑세스 서명 메뉴로 들어가서, SAS 및 연결 문자열 생성 버튼을 누르면 생성됩니다.