Migrate to Azure Files

Posted by SisterLakesMI@reddit | sysadmin | View on Reddit | 18 comments

Hey Guys/Gals,

I am slowly working to get our company off of a server.

At this point in time I have all of our company computers Entra Joined (not hybrid). We still have AD sync to Entra for users, but I'd like to eventually get rid of AD and make all the users just Entra only. We have a mapped drive to our file server. (If I just turn off my AD at some point will those Entra Synced users have any issues?)

Main hangup is our data.

It's not a ton of data (under 700 GB) and I've been wanting to move it to department based Sharepoint sites, but getting the department heads to cleanup their data has been a challenge. I extended our warranty on our server one more year, but really would like it to be gone by the time we move to a new building this winter.

I'd really like to be able to just lift and shift my data up into Azure File Shares and then have users authenticate with their Entra logins.

From what I understand with Azure Files I can sync the data to the Azure Files storage from my server, assign it a drive letter and it will essentially show up exactly the same as our current mapped drive. Once everyone is onboarded and it's working, I can just turn off the server. Or at least that's how I'd like this too work.

Concerns or questions.

  1. SMB uses port 445 which most IP's block. It sounds like there is a way I can push out an Azure Endpoint to my devices via Intune that will essentially allow an always on vpn/connection to the tunnel so my staff won't even have to do anything to access the mapped drive regardless of their locaiton/network. Any guides or details on that? Ideally I'd like it to be the same experience for in office as remote staff. Also our data is not huge, we are a specialized vehicle dealer, so mainly just pdfs and documents. No crazy large files like CAD drawings or anything.

  2. It seems up until recently it still required some sort of entra/hybrid environment with traditional AD still involved. While my users are currently synced with local AD. I hope to cut that off at some point soon and be 100% Entra only. This is a generally open share with no permissions within the structure so I'm not too worried about permissions or things coming over from AD.

  3. What is the backup situation cost like. It looks like with the calculators, I can get 1000 TB of storage for $90-120 a month, but not sure how much the backup tacks on top of that. Also I use Ninja365 backup for my Sharepoint/Outlook/Onedrive backups at the moment. Is there a third party backup solution?

If anyone knows of any guides that can help with this including primarly the setting up of the secure connection and the Azure File blob correctly, I'd appreciate it.