Migrate to SMB Azure file shares

This article covers the basic aspects of a migration to SMB Azure file shares and contains a table of migration guides. These guides help you move your files into Azure file shares. The guides are organized based on where your data is and what deployment model (cloud-only or hybrid) you're moving to.

Applies to

File share type SMB NFS
Standard file shares (GPv2), LRS/ZRS Yes No
Standard file shares (GPv2), GRS/GZRS Yes No
Premium file shares (FileStorage), LRS/ZRS Yes No

Migration basics

Azure offers different types of cloud storage. A fundamental aspect of file migrations to Azure is determining which Azure storage option is right for your data.

Azure file shares are suitable for general-purpose file data. This data includes anything you use an on-premises SMB share for. With Azure File Sync, you can cache the contents of several Azure file shares on servers running Windows Server on-premises.

For an app that currently runs on an on-premises server, storing files in an Azure file share might be a good choice. You can move the app to Azure and use Azure file shares as shared storage. You can also consider Azure Disks for this scenario.

Some cloud apps don't depend on SMB or on machine-local data access or shared access. For those apps, object storage like Azure blobs is often the best choice.

The key in any migration is to capture all the applicable file fidelity when moving your files from their current storage location to Azure. How much fidelity the Azure storage option supports and how much your scenario requires also helps you pick the right Azure storage.

Here are the two basic components of a file:

  • Data stream: The data stream of a file stores the file content.
  • File metadata: Unlike object storage in Azure blobs, an Azure file share can natively store file metadata. General-purpose file data traditionally depends on file metadata. App data might not. The file metadata has these subcomponents:
    • File attributes like read-only
    • File permissions, which are often referred to as NTFS permissions or file and folder ACLs
    • Timestamps, most notably the creation and last-modified timestamps
    • An alternative data stream, which is a space to store larger amounts of nonstandard properties. This alternative data stream can't be stored on a file in an Azure file share. It's preserved on-premises when Azure File Sync is used.

File fidelity in a migration can be defined as the ability to:

  • Store all applicable file information on the source.
  • Transfer files with the migration tool.
  • Store files in the target storage of the migration.
    The target for migration guides in this article is one or more Azure file shares. Consider this list of features that SMB Azure file shares don't support.

To ensure your migration proceeds smoothly, identify the best copy tool for your needs and match a storage target to your source.

Important

If you're migrating on-premises file servers to Azure Files, set the ACLs for the root directory of the file share before copying a large number of files, as changes to permissions for root ACLs can take a long time to propagate if done after a large file migration.

Users that leverage Active Directory Domain Services (AD DS) as their on-premises domain controller can natively access an Azure file share. So can users of Microsoft Entra Domain Services. Each uses their current identity to get access based on share permissions and on file and folder ACLs. This behavior is similar to a user connecting to an on-premises file share.

Learn more about on-premises Active Directory authentication and Microsoft Entra Domain Services authentication for Azure file shares.

Supported metadata

The following table lists supported metadata for Azure Files.

Important

The LastAccessTime timestamp isn't currently supported for files or directories on the target share.

Source Target
Directory structure The original directory structure of the source can be preserved on the target share.
Symbolic links Symbolic links on the source can be preserved and mapped on the target share.
Access permissions Azure Files supports Windows ACLs, and they must be set on the target share even if no AD integration is configured at migration time. The following ACLs must be preserved: owner security identifier (SID), group SID, discretionary access lists (DACLs), system access control lists (SACLs).
Create timestamp The original create timestamp of the source file can be preserved on the target share.
Change timestamp The original change timestamp of the source file can be preserved on the target share.
Modified timestamp The original modified timestamp of the source file can be preserved on the target share.
File attributes Common attributes such as read-only, hidden, and archive flags can be preserved on the target share.

Migration guides

The following table lists suggested tool combinations for migrating to SMB Azure file shares.

How to use the table:

  1. Locate the row for the source system your files are currently stored on.

  2. Choose one of these targets:

    • Hybrid deployment: Use Azure File Sync to cache the content of Azure file shares on-premises and tier less frequently used files to the cloud.
    • Cloud-only deployment: Azure file shares in the cloud, with no on-premises caching.

    Select the target column that matches your choice.

  3. Within the intersection of source and target, a table cell lists available migration scenarios. Select one to directly link to the migration guide.

A scenario without a link doesn't yet have a published migration guide. Check this table occasionally for updates. New guides will be published when they're available.

Source Target:
Hybrid deployment
(Azure Files + Azure File Sync)
Target:
Cloud-only deployment
(Azure Files)
Recommended tool combination: Recommended tool combination:
Windows Server 2012 R2 and later
Windows Server 2012 and earlier
  • Via DataBox and Azure File Sync to recent server OS
  • Via Storage Migration Service to recent server with Azure File Sync, then upload
Network-attached storage (NAS)
Linux (SMB only)

Migration toolbox

File-copy tools

There are several file-copy tools available from Microsoft and others. To select the right tool for your migration scenario, consider these fundamental questions:

  • Does the tool support the source and target locations for your file copy?

  • Does the tool support your network path or available protocols (such as REST or SMB) between the source and target storage locations?

  • Does the tool preserve the necessary file fidelity supported by your source and target locations?

    In some cases, your target storage doesn't support the same fidelity as your source. If the target storage is sufficient for your needs, the tool must match only the target's file-fidelity capabilities.

  • Does the tool have features that let it fit into your migration strategy?

    For example, consider whether the tool lets you minimize your downtime.

    When a tool supports an option to mirror a source to a target, you can often run it multiple times on the same source and target while the source stays accessible.

    The first time you run the tool, it copies the bulk of the data. This initial run might last a while. It often lasts longer than you want for taking the data source offline for your business processes.

    By mirroring a source to a target (as with robocopy /MIR), you can run the tool again on that same source and target. This second run is much faster because it needs to transport only source changes that happened after the previous run. Rerunning a copy tool this way can reduce downtime significantly.

The following table classifies Microsoft tools and their current suitability for SMB Azure file shares:

Recommended Tool Support for Azure file shares Preservation of file fidelity
Yes, recommended Azure Storage Mover Supported. Full fidelity.*
Yes, recommended RoboCopy Supported. Azure file shares can be mounted as network drives. Full fidelity.*
Yes, recommended Azure File Sync Natively integrated into Azure file shares. Full fidelity.*
Yes, recommended Azure Storage Migration Program Supported. Full fidelity.*
Yes, recommended Storage Migration Service Indirectly supported. Azure file shares can be mounted as network drives on SMS target servers. Full fidelity.*
Yes, recommended Data Box (including the data copy service to load files onto the device) Supported.
(Data Box Disks doesn't support large file shares)
Data Box and Data Box Heavy fully support metadata.
Data Box Disks does not preserve file metadata.
Not fully recommended AzCopy
latest version
Supported but not fully recommended. Doesn't support differential copies at scale, and some file fidelity might be lost.
Learn how to use AzCopy with Azure file shares
Not fully recommended Azure Storage Explorer
latest version
Supported but not recommended. Loses most file fidelity, like ACLs. Supports timestamps.
Not recommended Azure Data Factory Supported. Doesn't copy metadata.

* Full fidelity: meets or exceeds Azure file share capabilities.

Migration helper tools

This section describes tools that help you plan and run migrations.

Azure Storage Mover

Azure Storage Mover is a relatively new, fully managed migration service that enables you to migrate files and folders to SMB Azure file shares with the same level of file fidelity as the underlying Azure file share. Folder structure and metadata values such as file and folder timestamps, ACLs, and file attributes are maintained. To learn how to use Azure Storage Mover with Azure Files, see Migrate to SMB Azure file shares using Azure Storage Mover.

RoboCopy

Included in Windows, RoboCopy is one of the tools most applicable to SMB file migrations. The main RoboCopy documentation is a helpful resource for this tool's many options.

Azure Storage Migration Program

Understanding your data is the first step in selecting the appropriate Azure storage service and migration strategy. Azure Storage Migration Program provides different tools that can analyze your data and storage infrastructure to provide valuable insights. These tools can help you understand the size and type of data, file and folder count, and access patterns. They provide a consolidated view of your data and enable the creation of various customized reports.

This information can help:

  • Identify duplicate and redundant data sets
  • Identify colder data that can be moved to less expensive storage

To learn more, see Comparison Matrix for Azure Storage Migration Program participants.

TreeSize from JAM Software GmbH

Azure File Sync scales primarily with the number of items (files and folders) and not with the total storage amount. The TreeSize tool lets you determine the number of items on your Windows Server volumes.

You can use the tool to create a perspective before an Azure File Sync deployment. You can also use it when cloud tiering is engaged after deployment. In that scenario, you see the number of items and which directories use your server cache the most.

The tested version of the tool is version 4.4.1. It's compatible with cloud-tiered files. The tool won't cause recall of tiered files during its normal operation.

Next steps

  1. Create a plan for which deployment of Azure file shares (cloud-only or hybrid) you want.
  2. Review the list of available migration guides to find the guide that matches your source and deployment of Azure file shares.

More information about the Azure Files technologies mentioned in this article: