Blog Post

ITOps Talk Blog
1 MIN READ

Azure Unblogged - Replace your file server with a serverless Azure file share!

thomasmaurer's avatar
thomasmaurer
Icon for Microsoft rankMicrosoft
Feb 26, 2020

You can already extend your on-premises file servers into Azure using Azure File Sync, but now you can completely decommission those old on-premises file servers and replace them with serverless Azure file shares. With the new capabilities, the Azure Files team announced this week; you can now integrate your Azure File share in Active Directory and your on-premises network.

 

In this video, I had the chance to talk to Will Gries from the Azure Files team, to give you a quick look at how to domain join your storage account to your on-premises domain, and configure Azure networking to access your Azure file share from on-premises.

 

 

If you want to learn more about Azure Files and how you can start using Azure Files to replace your on-premises file server, check out the following documentation:

 

I hope you enjoyed the video if you have any questions feel free to leave a comment. You can also watch previous Azure Unblogged videos here:

 

Updated May 11, 2021
Version 6.0

20 Comments

  • dkirby's avatar
    dkirby
    Copper Contributor

    I am prototyping a solution for remote users using Azure Guest accounts to access Azure Storage File shares. The prototype has hit a wall with the P2S VPN. The VPN indicates it is connected but the Test-netconnection fails and I can not ping any IPs on the azure side. In your ignite presentation there was a mention of adding an entry to the host file for the IP of the nic of the Private endpoint. Still no luck. The VPN was created using the Scripts located at:  https://docs.microsoft.com/en-us/azure/storage/files/storage-files-configure-p2s-vpn-windows

     

    On another note the Script for the P2S to complete the Client setup fails when you are running it on the machine you are updating. There is contention on the copy step. That being said the process still created the VPN option and connects. 

     

    One last item to note. for those running the client side script I had to turn off IPv6 to get the New-PSSession cmdlet to complete successfully.

     

    Thanks in advance for your assistance 

  • Sanket_Tambe's avatar
    Sanket_Tambe
    Copper Contributor

    Testing this over Expressroute, I have noticed it takes a lot of time to render the window where you assign permissions to folders to On-Prem AD groups. Also, the location keeps on flipping between the On-prem Domain name and Storage Account Name. Is this a limitation of the Preview?

  • Christian Echetto, if one of your storage accounts does not have any storage accounts registered, it won't be in your private DNS, so requests will go through to the public DNS automatically.

  • Stephane Munger, you can use standard tools like robocopy to do the migration. I would recommend against tools like AzCopy, as these don't preserve the ACLs and other file system attributes of a file/folder.

  • Tim67 Thanks for the question, with the AD integration you should already be able to do that. You will basically add the Azure Files Share in the local AD and you can use DFS-N in front of it.

  • Tim67's avatar
    Tim67
    Brass Contributor

    any plans for DFS on-prem pointing to Azure files

  • It is mentioned to use DNS forwarding for core.windows.net to be able to get the private IP of a share - however, what happens with the storage accounts and anything else under the core.windows.net namespace that we actually need the public IP resolved? Will the private DNS used for this forward the request to the upper Azure DNS to get a public IP?

     

    Example:

     

    fileshare.file.core.windows.net -- resolved to private IP (which is correct)

    anotherstgacc.file.core.windows.net -- resolved to a public IP

     

    Thank you

  • Stephane Munger's avatar
    Stephane Munger
    Copper Contributor

    Hello,

    Do you have a tools or script for transfert de data and Security from thé old on-promise serveur to azure file share ? (Ex: Azure migrator)

    Thanks !