|
1 | 1 | ---
|
2 |
| -title: Migrate to Azure file shares |
3 |
| -description: Learn how to migrate to Azure file shares and find your migration guide. |
| 2 | +title: Migrate to SMB Azure file shares |
| 3 | +description: Learn how to migrate to SMB Azure file shares and find your migration guide. |
4 | 4 | author: khdownie
|
5 | 5 | ms.service: azure-file-storage
|
6 | 6 | ms.topic: conceptual
|
7 |
| -ms.date: 11/28/2023 |
| 7 | +ms.date: 12/11/2023 |
8 | 8 | ms.author: kendownie
|
9 | 9 | ---
|
10 | 10 |
|
11 |
| -# Migrate to Azure file shares |
| 11 | +# Migrate to SMB Azure file shares |
12 | 12 |
|
13 |
| -This article covers the basic aspects of a migration to 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. |
| 13 | +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. |
| 14 | + |
| 15 | +## Applies to |
| 16 | +| File share type | SMB | NFS | |
| 17 | +|-|:-:|:-:| |
| 18 | +| Standard file shares (GPv2), LRS/ZRS |  |  | |
| 19 | +| Standard file shares (GPv2), GRS/GZRS |  |  | |
| 20 | +| Premium file shares (FileStorage), LRS/ZRS |  |  | |
14 | 21 |
|
15 | 22 | ## Migration basics
|
16 | 23 |
|
17 |
| -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. |
| 24 | +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. |
18 | 25 |
|
19 |
| -[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](../file-sync/file-sync-planning.md), you can cache the contents of several Azure file shares on servers running Windows Server on-premises. |
| 26 | +[Azure file shares](storage-files-introduction.md) are suitable for general-purpose file data. This data includes anything you use an on-premises SMB share for. With [Azure File Sync](../file-sync/file-sync-planning.md), you can cache the contents of several Azure file shares on servers running Windows Server on-premises. |
20 | 27 |
|
21 | 28 | 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/managed-disks-overview.md) for this scenario.
|
22 | 29 |
|
23 | 30 | 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.
|
24 | 31 |
|
25 |
| -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. |
| 32 | +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. |
26 | 33 |
|
27 | 34 | Here are the two basic components of a file:
|
28 | 35 |
|
29 | 36 | - **Data stream**: The data stream of a file stores the file content.
|
30 | 37 | - **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:
|
31 |
| - * File attributes like read-only |
32 |
| - * File permissions, which can be referred to as *NTFS permissions* or *file and folder ACLs* |
33 |
| - * Timestamps, most notably the creation and last-modified timestamps |
34 |
| - * 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. |
| 38 | + - File attributes like read-only |
| 39 | + - File permissions, which can be referred to as *NTFS permissions* or *file and folder ACLs* |
| 40 | + - Timestamps, most notably the creation and last-modified timestamps |
| 41 | + - 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. |
35 | 42 |
|
36 | 43 | File fidelity in a migration can be defined as the ability to:
|
37 | 44 |
|
@@ -98,18 +105,18 @@ A scenario without a link doesn't yet have a published migration guide. Check th
|
98 | 105 |
|
99 | 106 | There are several file-copy tools available from Microsoft and others. To select the right tool for your migration scenario, consider these fundamental questions:
|
100 | 107 |
|
101 |
| -* Does the tool support the source and target locations for your file copy? |
| 108 | +- Does the tool support the source and target locations for your file copy? |
102 | 109 |
|
103 |
| -* Does the tool support your network path or available protocols (such as REST, SMB, or NFS) between the source and target storage locations? |
| 110 | +- Does the tool support your network path or available protocols (such as REST or SMB) between the source and target storage locations? |
104 | 111 |
|
105 |
| -* Does the tool preserve the necessary file fidelity supported by your source and target locations? |
| 112 | +- Does the tool preserve the necessary file fidelity supported by your source and target locations? |
106 | 113 |
|
107 | 114 | 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.
|
108 | 115 |
|
109 |
| -* Does the tool have features that let it fit into your migration strategy? |
| 116 | +- Does the tool have features that let it fit into your migration strategy? |
110 | 117 |
|
111 | 118 | For example, consider whether the tool lets you minimize your downtime.
|
112 |
| - |
| 119 | + |
113 | 120 | 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.
|
114 | 121 |
|
115 | 122 | 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.
|
|
0 commit comments