The instructions and video below assume you know very little about Azure and have nothing but a Windows Server 2016 (or 2012R2 or 2019) server.

In case you don’t already know, Azure Storage lets you create a real UNC share on to an Azure cloud disk, kind of like what many people thought One Drive For Business was going to do.   You can also use Azure File Sync to take old files from your existing file shares and put them in the cloud so staff can seamlessly retrieve them without ever knowing those old files were in the cloud.

To get Azure File Sync to function, follow these steps.  If you don’t like video’s, we have every step detailed just below it.

A – SET THE AZURE FILE SHARE

  1. azure-storageLog into portal.azure.com
    1. If you don’t already have an account surf to azure.microsoft.com, create an account and get $200 free startup credit
  2. Click STORAGE ACCOUNTS from the menu on the left
  3. Click CREATE STORAGE ACCOUNT
  4. Complete the form as you see fit but that will most likely be
    1. RESOURCE GROUP = used to group resources for you – not for Microsoft so enter what you want
    2. LOCATION = see HERE for a list of where Microsoft data centers are located
    3. PERFORMANCE = SSD = PREMIUM and Spinning Disk = STANDARD
    4. ACCOUNT KIND = StorageV2
    5. REPLICATION = see HERE for what the replication options are
  5. Click the NEXT button and change anything you want but the defaults are fine
  6. Click the REVIEW + CREATE button
  7. Wait for it validate and then click CREATE

B – ADD AN AZURE FILE SHARE

  1. azure-sync-servicesClick STORAGE ACCOUNTS from the menu on the left
  2. Click FILES
  3. Click + FILE SHARE from the top menu
  4. Enter a name for your file share and leave the QUOTA blank
  5. Click ALL SERVICES from the menu on the left
  6. Search for SYNC, select STORAGE SYNC SERVICES and click the star to add it to your favorites (menu on the left)
  7. Click the + CREATE RESOURCE at the top of the menu on the left and search for AZURE FILE SYNC
  8. Click on AZURE FILE SYNC then click the CREATE button
  9. Type in a NAME for your sync
  10. Select your RESOURCE GROUP from the drop down
  11. Click STORAGE SYNC SERVICES from the menu on the left
    1. Click on sync service
    2. Click + SYNC GROUP from the menu at the top
    3. Enter a sync group name
    4. Click the SELECT STORAGE ACCOUNT
    5. Click the name of your AZURE FILE SHARE from the drop down
    6. Click the CREATE button
  12. Click on your sync group name
    1. Click ADD SERVER ENDPOINT and notice that you have 0 SERVER ENDPOINTS

C – SERVER SETUP ON YOUR ON PREM SERVER

  1. Azure-file-sync-registrationInstall Azure Resource Manager Module
    1. Launch a POWERSHELL as an Administrator
    2. Enter Install-Module -Name AzureRM and press ENTER
    3. Type Y and then ENTER for each of the two approval prompts
  2. Install the Azure File Sync Agent
    1. Download the Azure File Sync Agent directly from Microsoft HERE
    2. Install it accepting the defaults
    3. Click SIGN IN and enter your Azure credentials as prompted
    4. Select your AZURE SUBSCRIPTION, RESOURCE GROUP and STORAGE SYNC SERVICE
    5. Click the REGISTER button
    6. Sign in again as prompted

D – ADD SERVER ENDPOINT IN THE AZURE PORTAL

  1. azure-storage-syncClick STORAGE SYNC SERVICES from the menu on the left
  2. Select your storage sync
  3. Click the ADD SERVER ENDPOINT button from the top menu
  4. Select your on-prem server from the REGISTERED SERVER drop down
  5. Enter a network path for the share located on your on-prem server
    1. Can not be on C:\ drive
    2. Must be NTFS
  6. Expand CLOUD TIERING
    1. Enter whatever settings you would like (or don’t because tiering is optional)
  7. Click CREATE

VALIDATE

  1. In Azure Portal, expand STORAGE ACCOUNTS > click your account
  2. Click STORAGE EXPLORER and expand FILE SHARES
    1. You should see your files and folders listed AND be able to click on any file to download it

You are done.  The files in you share should start syncing to the Azure cloud and if you have set CLOUD TIERING files on your server will start changing to stubs.  You can identify file stubs by checking the file size.  If you see SIZE ON DISK = 0, then the file is stored in the cloud and not on your on-prem server.

IMPORTANT THINGS TO NOTE:

  1. Azure File Sync still does not lock files that are duplicated on multiple servers so, until Microsoft adds that feature, I would not have more than one server pointing to a share.
  2. You NEED to confirm your AntiVirus is set to ignore files that are marked as ‘offline’.  If it is not, it will pull down every file from Azure to scan it… obviously not good.
  3. You NEED to confirm your backup software knows how to talk to Azure Storage, otherwise it can pull down every file… obviously not good
  4. We asked Microsoft about the process that occurs when there is a problem with the billing and this is what they told us:  “The data is maintained after the subscription runs out at this point forever. However it does stop when the subscription runs out. When the subscription is paid everyone’s access will be right back up with no data loss.”

If you still have questions, you might also find this video from Microsoft Ignite in the fall of 2018 to be helpful:


2 Comments

Clean Slate: Deleting Apps on Your iPad for a Fresh Start – Up & Running Technologies, Tech How To's · January 3, 2024 at 8:49 pm

[…] Create Folders: Apps of like kind may be grouped in folders. For instance, store all your social media applications in one folder and productivity applications in another. […]

SOLVED: Azure AD Sync Failure – Sync Generic Failure – Stopped Deletion Threshold Exceeded – Prevent Accidental Deletes – Up & Running Technologies, Tech How To's · July 26, 2023 at 10:01 pm

[…] title of this article might seem a bit convoluted but this article will explain how to troubleshoot Azure AD Sync […]

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *