Forum Discussion
FSLogix profile container using Azure Files and domain controller step by step
Stefan Georgiev the goal is to move from standard to premium storage account.
The path is the issue - i'm trying to make a new storage account and move all the content over but NTFS permissions is not working so the folders / files have the wrong owner - i cant change it post because it seems like you cant modify Ownership on files on a storage account - tried with ICACLS and Explorer.. 😞
Just reading this quickly on my way out but when I migrated I used copy to preserve ownership when moving to another vhd the azure file sync to upload into azure files.
- Christian_PedersenApr 30, 2020Brass Contributor
True - that could be it - that i need to use Azure File Sync - instead - probably that can preserve permissions - but is't like - well very aparant that the implementation is kind of not complete - that you need other tools to perform that.
Im not sure if Azure File Sync can sync from a UNC then i can just map the 2 file shares up on a VM and migrate directly - the easiest part would be to use robocopy <src> <dst> /sec /mir and then it would copy all the content..