I need to move my delta lake files to a new blobstore on a different subscription. Any ideas whats the best way to do this?
Im moving them to an ADLS Gen2 Storage, I think the previous storage was just blob storage. This delta lake is updated on an hourly basis by databricks jobs (but I can pause those if necessary). Size is around 3TB-5TB, I'm initially thinking of pausing all jobs and using azcopy to move the files and point the jobs there afterwards. But I want to check other options that may be better in terms of speed of transfer and cost.