Skip to content

Commit 7e221b0

Browse files
author
BobbySchmidt2
committed
edit pass: storage-files-migration-overview
1 parent 9ac2f58 commit 7e221b0

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

articles/storage/files/storage-files-migration-overview.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This article contains migration basics and a table of migration guides. These gu
1717

1818
## Migration basics
1919

20-
Azure has multiple available types of cloud storage. A fundamental aspect of file migration to Azure is determining which Azure storage option is right for your data.
20+
Azure has multiple available types of cloud storage. A fundamental aspect of file migrations to Azure is determining which Azure storage option is right for your data.
2121

22-
Azure file shares are suitable for general purpose file data. This data includes anything you use an on-premises SMB or NFS share for. With [Azure File Sync](storage-sync-files-planning.md), you can cache the contents of several Azure file shares on Windows Servers on-premises.
22+
[Azure file shares](storage-files-introduction.md) are suitable for general purpose file data. This data includes anything you use an on-premises SMB or NFS share for. With [Azure File Sync](storage-sync-files-planning.md), you can cache the contents of several Azure file shares on Windows Servers on-premises.
2323

24-
For an app that currently runs on an on-premises server, storing files in Azure file shares might be right for you. You can move the app to Azure and use Azure file shares as shared storage. You can also consider [Azure Disks](../../virtual-machines/windows/managed-disks-overview.md) for this scenario.
24+
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](../../virtual-machines/windows/managed-disks-overview.md) for this scenario.
2525

2626
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](../blobs/storage-blobs-overview.md) is often the best choice.
2727

@@ -46,13 +46,13 @@ To ensure your migration proceeds smoothly, identify [the best copy tool for you
4646

4747
Taking the previous information into account, you can see that the target storage for general purpose files in Azure is [Azure file shares](storage-files-introduction.md).
4848

49-
Unlike object storage in Azure blobs, an Azure file share can natively store file metadata. Azure file shares also preserve the file and folder hierarchy. And NTFS permissions can be stored on files and folders because they're on-premises.
49+
Unlike object storage in Azure blobs, an Azure file share can natively store file metadata. Azure file shares also preserve the file and folder hierarchy, attributes, and permissions. NTFS permissions can be stored on files and folders because they're on-premises.
5050

51-
A user of Azure Active Directory Domain Services (Azure AD DS) can natively access an Azure file share. They use 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.
51+
A user of Azure Active Directory (Azure AD) or Azure Active Directory Domain Services (Azure AD DS) can natively access an Azure file share. They use 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.
5252

5353
The alternative data stream is the primary aspect of file fidelity that currently can't be stored on a file in an Azure file share. It's preserved on-premises when Azure File Sync is used.
5454

55-
Learn more about [Azure Active Directory (Azure AD) authentication](storage-files-identity-auth-active-directory-enable.md) and [Azure AD DS authentication](storage-files-identity-auth-active-directory-domain-service-enable.md) for Azure file shares.
55+
Learn more about [Azure AD authentication](storage-files-identity-auth-active-directory-enable.md) and [Azure AD DS authentication](storage-files-identity-auth-active-directory-domain-service-enable.md) for Azure file shares.
5656

5757
## Migration guides
5858

@@ -100,7 +100,13 @@ There are several file-copy tools available from Microsoft and others. To select
100100

101101
* Does the tool have features that let it fit into your migration strategy?
102102

103-
For example, consider whether the tool lets you minimize your downtime. A good question to ask is, "Can I run this copy multiple times on the same, by users actively accessed location?" If so, you can reduce downtime significantly. Compare this situation to one where you guarantee a complete copy by starting the copy only after the source stops changing.
103+
For example, consider whether the tool lets you minimize your downtime.
104+
105+
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.
106+
107+
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.
108+
109+
By mirroring a source to a target (as with **robocopy /MIR**), you can run the tool again on that same source and target. The run is much faster because it needs to transport only source changes that occur after the previous run. Rerunning a copy tool this way can reduce downtime significantly.
104110

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

0 commit comments

Comments
 (0)