I have an Azure VM (ubuntu 16.04) which is hosting a lot of files. I want to migrate this files to Azure Files service. Furthermore, I have reading microsoft documentation about this: https://learn.microsoft.com/en-us/azure/storage/files/storage-files-introduction
My idea is to copy the all files inside the VM to Azure Files.I believe I don't need to do file sync.
So what would be the best way to migrate my existing filesystem to Azure Files? And what would the best way to access them afterwards?