Can I Use Azure Files for Hybrid AD Setup and On-Prem Access?

0
5
Asked By TechWizard42 On

I'm exploring the use of Azure Files as file shares in a hybrid Active Directory setup. I've successfully created an Azure File share and accessed it through an Azure VM, but I want to make sure that I can extend user mapping with the right permissions from on-premises devices. Has anyone here successfully done this? What are some key things I should be aware of? Also, I'm curious about how to estimate costs for data throughput. Do I need to connect using a storage account key, or can I set it up using user credentials? Lastly, we're facing a challenge with archiving — is it feasible to store large amounts of retention data in Azure's archive or cold storage instead of on-prem?

5 Answers

Answered By CloudGuru99 On

It's really dependent on your setup. I strongly recommend using Entra authentication to link to your share. We connect through Entra and use SMB for accessing files and folders based on standard Windows share permissions. If you're starting a new share without pre-existing files, go all in with Entra and skip SMB altogether.

AzureExplorer22 -

But how do you mount the share without using SMB?

Answered By OnPremWizard On

We recently set up something similar. We had to create an on-prem VM to act as a domain controller to manage permissions for specific groups. Otherwise, if you just set up Azure Files, anyone in your Entra has access to all the shares and files.

Answered By StoragePro03 On

If you're considering storage needs, take a look at Qumulo. Their pricing calculator is handy, and you can easily deploy it through the Azure portal. Don’t forget they have a cold storage tier that might work for you!

Answered By DataSavvy88 On

Honestly, you should test out different configurations. Costs vary based on your specific setup because some applications work well with remote SMB while others might not perform as needed.

Answered By FileServerFan On

Just a heads up, Azure Files might not be ideal for terrestrial machines with human users. A physical file server with backup to the cloud could offer a better experience. And for archiving, while Azure cold storage is an option, solutions like Wasabi S3 might give you more value.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.