Need to move ~50TB of data from an Azure VM to an Azure File share in the same tenant
I need to move 50tb from an Azure VM file share to Azure files. All of the Azure data move solutions are primarily targeted for on-premises to Azure, but I see almost no options for an Azure VM to Azure Files. Azure storage mover agent are image files for Hyper-v or VMware only so I can't use that. Azure file sync is intended for on-premises to Azure, but even so I don't think it'd be a help to me in this scenario.
After a lot of searching and failed attempts, I'm left with the solution of AzCopy/Azure storage mover to move the data. With there being ~50tb this will take a long time. Is there another solution I'm missing that could handle this bulk move better than AzCopy/Azure storage mover?