Use DFS-N with Azure Files
Published Sep 09 2020 10:14 AM 15.8K Views
Microsoft

Recently I was working with a customer who wanted to use Azure Files to help alleviate the on-premises storage issue where they were rapidly running out of space.  One of the targets to help alleviate this issue were the sizeable file shares that migrating to Azure Files would allow for a large amount of on-premises space to be freed up.  

 

Namespaces

One of the challenges that the customer had was that there were LOB applications that would files on these shares, and the namespace they used were hard coded into the applications and could not be easily modified across the entire enterprise in a timely manner.  The migration to Azure Files would definitely change those namespaces and break these LOB applications.  

 

DFS-N

DFS Namespaces is a role service in Windows Server that enables you to group shared folders located on different servers into one or more logically structured namespaces. This makes it possible to give users a virtual view of shared folders, where a single path leads to files located on multiple server. 

 

By installing Stand-Alone DFS-N on the current file servers they were able to keep the same namespace but map it to Azure Files endpoints without interruption to their LOB apps.  This allowed for freeing up of the significant storage space that the file shares were taking up as the shares were migrated, though it did leave the file servers up until the LOB applications could be updated.

 

In our use case they needed to keep the same server names, but if you have domain based namespace it works out even better because you don't have to keep the old file servers up to host the DFS-N but it still works the same.

Steps to Setup

  1. Define and Choose the type of Namespace needed
  2. Create Azure File Share
  3. Setup Active Directory Domain Services authentication for Azure File Shares
  4. Migrate files to make sure that your ACLs stay intact
  5. If not already setup deploy DFS-N based on your Namespace Type
  6. Use the Azure File share as the DFS-N folder target
12 Comments
Version history
Last update:
‎Sep 24 2020 04:51 PM
Updated by: