Hey Everyone,
In an effort to transition to a 100% mobile workforce, I've been slowly migrating our IT services over to Azure. We have AD Connect synchronizing our users to AAD, and Azure Files are sync'd with our on-premises file server. I even set up an S2S VPN so on-premises users can map their share drive directly to Azure Files (though I haven't rolled that feature out to the users yet).
The next phase is having the users map their share drive to Azure Files from home. I tried using Azure Storage Explorer, which works, but it's too foriegn for users to grasp. Then I thought maybe a P2S VPN would work. Currently, our Azure Files is setup to use a storage access key. I plan on moving to Azure AD DS in the future.
But, before I go down this rabbit hole, am I even on the right track? Is it possible for Windows 10 users (and Mac users) to access Azure Files from anywhere? If so, can you point out the high-level steps that I would need to take?
Thanks :)