Skip to content

Commit 68c6ab9

Browse files
authored
Merge pull request #310730 from khdownie/kendownie012126-2
Retrieval risk fixes for AI readiness
2 parents 2e35760 + 710885b commit 68c6ab9

1 file changed

Lines changed: 18 additions & 24 deletions

File tree

articles/storage/files/migrate-files-storage-mover.md

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,53 @@
11
---
2-
title: Migrate to SMB Azure file shares using Azure Storage Mover
2+
title: Migrate to Azure Files using Azure Storage Mover
33
description: Learn how to migrate on-premises file shares to SMB Azure file shares with full fidelity using Azure Storage Mover, a fully managed migration service.
44
ms.service: azure-file-storage
55
ms.topic: how-to
6-
ms.date: 05/08/2024
6+
ms.date: 01/21/2026
77
ms.author: kendownie
88
author: khdownie
99
# Customer intent: "As an IT administrator, I want to migrate on-premises SMB file shares to SMB Azure file shares using a managed service, so that I can ensure full fidelity transfer and streamline my data management in the cloud."
1010
---
1111

1212
# Use Azure Storage Mover to migrate to SMB Azure file shares
1313

14-
This migration guide describes how to migrate on-premises files to SMB Azure file shares with full fidelity using [Azure Storage Mover](../../storage-mover/service-overview.md), a fully managed migration service. You can use Azure Storage Mover to migrate from any SMB source share, including Windows Server, Linux, or NAS. You must have port 443 open outbound on the source in order to use Azure Storage Mover for Azure Files migrations. However, you don't need an SMB connection to your Azure file share because Azure Storage Mover uses the FileREST API to move the data instead of SMB.
14+
**Applies to:** :heavy_check_mark: SMB Azure file shares
1515

16-
Azure Storage Mover isn't currently available in Azure Government clouds.
16+
This migration guide describes how to migrate on-premises files to SMB Azure file shares with full fidelity using [Azure Storage Mover](../../storage-mover/service-overview.md), a fully managed migration service. You can use Storage Mover to migrate from any SMB source share, including Windows Server, Linux, or NAS. You don't need an SMB connection to your Azure file share because Storage Mover uses the FileREST API to move the data instead of SMB.
1717

18-
> [!NOTE]
19-
> If you're using or plan to use Azure File Sync for cloud tiering and on-premises caching, you can use Azure File Sync to migrate [on-premises NAS](storage-files-migration-nas-hybrid.md) or [Windows Server](../file-sync/file-sync-extend-servers.md) file shares instead of using Azure Storage Mover. If you don't plan to use Azure File Sync long term, use Azure Storage Mover for your migration.
20-
21-
## Applies to
18+
Storage Mover isn't currently available in Azure Government clouds.
2219

23-
| File share type | SMB | NFS |
24-
|-|:-:|:-:|
25-
| Standard file shares (GPv2), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
26-
| Standard file shares (GPv2), GRS/GZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
27-
| Premium file shares (FileStorage), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
20+
> [!NOTE]
21+
> If you're using or plan to use Azure File Sync for cloud tiering and on-premises caching, you can use Azure File Sync to migrate [on-premises NAS](storage-files-migration-nas-hybrid.md) or [Windows Server](../file-sync/file-sync-extend-servers.md) file shares instead of using Storage Mover. If you don't plan to use Azure File Sync long term, use Storage Mover for your migration.
2822
29-
## Why use Azure Storage Mover for Azure Files migrations?
23+
## Why use Storage Mover to migrate to Azure file shares?
3024

31-
There are several reasons to use Azure Storage Mover to migrate your on-premises SMB file shares to Azure Files.
25+
There are several reasons to use Storage Mover to migrate your on-premises SMB file shares to Azure file shares.
3226

3327
- It's faster than other methods such as Robocopy that depend on SMB to move the data to the cloud.
3428
- [Supported file metadata](storage-files-migration-overview.md#supported-metadata) is copied with full fidelity. Unlike object storage in Azure Blobs, an Azure file share can natively store file metadata, and it's important to make sure metadata gets copied from source to target during a migration.
35-
- It scales well, having been tested with 100 million namespace items (files and folders) from an SMB mount to Azure Files.
29+
- It scales well, having been tested with 100 million namespace items (files and folders) from an SMB mount to Azure file shares.
3630

3731
## Prerequisites
3832

39-
To use Azure Storage Mover to migrate your SMB file shares, the following are required:
33+
To use Storage Mover to migrate your SMB file shares, the following are required:
4034

4135
- An Azure subscription and resource group. [Review required permissions](../../storage-mover/deployment-planning.md#permissions).
4236
- An Azure storage account with at least one SMB Azure file share.
4337
- Your local network must allow the Storage Mover agent to communicate with Azure. Port 443 (TLS) must be open outbound, and your firewall rules shouldn't limit traffic to Azure. Use the connectivity checker on the Storage Mover agent console to learn about the endpoint URLs in Azure that you must allow.
4438

4539
> [!NOTE]
46-
> Azure Storage Mover supports using an SMB mount as the source and an SMB Azure file share as the target. Migrating data between other source-target pairs, such as source data on an NFS share to an Azure file share target, isn't currently supported.
40+
> Storage Mover supports using an SMB mount as the source and an SMB Azure file share as the target. Migrating data between other source-target pairs, such as source data on an NFS share to an Azure file share target, isn't currently supported.
4741
48-
## Migrate files and metadata using Azure Storage Mover
42+
## Migrate files and metadata using Storage Mover
4943

50-
To migrate your data to Azure Files, follow these steps.
44+
To migrate your data, follow these steps.
5145

52-
1. First, [create an Azure Storage Mover resource](../../storage-mover/storage-mover-create.md).
46+
1. First, [create a Storage Mover resource](../../storage-mover/storage-mover-create.md).
5347

5448
1. Next, [deploy one or more Storage Mover agents](../../storage-mover/agent-deploy.md) close to your on-premises migration sources. These are virtual machines (VMs) that can run on Hyper-V or VMware hypervisors.
5549

56-
1. To utilize your agent for a migration and manage it from the cloud, you need to [register the agent VM(s) with your Azure Storage Mover resource](../../storage-mover/agent-register.md). You need to connect locally over SSH to the agent for registration, and all subsequent steps are managed from the Azure portal, Azure PowerShell, or Azure CLI.
50+
1. To utilize your agent for a migration and manage it from the cloud, you need to [register the agent VM(s) with your Storage Mover resource](../../storage-mover/agent-register.md). You need to connect locally over SSH to the agent for registration, and all subsequent steps are managed from the Azure portal, Azure PowerShell, or Azure CLI.
5751

5852
1. Now you must [define your source and target endpoints](../../storage-mover/endpoint-manage.md) in preparation for migrating your data. When creating the target endpoint, select **File share** for **Target type**.
5953

@@ -63,11 +57,11 @@ To migrate your data to Azure Files, follow these steps.
6357

6458
1. [Define your first migration job](../../storage-mover/job-definition-create.md) in your Storage Mover project, using the source and target pair you've created. For the first migration job, it's best to use the Azure portal. You'll create multiple resources within your Storage Mover resource. There will be a source endpoint and a target endpoint, as well as a few migration settings you should review carefully. In addition, you'll reference the Azure Key Vault secrets when creating your migration job.
6559

66-
1. Once your migration job and its settings are as you want them, you can start the job. Telemetry and copy logs will help you monitor the progress and success of your migration job. If you want to estimate the time required to perform your migration job, see [Azure Storage Mover scale and performance targets](../../storage-mover/performance-targets.md#performance-baselines).
60+
1. Once your migration job and its settings are as you want them, you can start the job. Telemetry and copy logs will help you monitor the progress and success of your migration job. If you want to estimate the time required to perform your migration job, see [Storage Mover scale and performance targets](../../storage-mover/performance-targets.md#performance-baselines).
6761

6862
## Verify that the migration succeeded
6963

70-
When the migration job is complete, you should find all the files and folders in your Azure file share, with full fidelity. Review the copy logs to make sure nothing was left behind.
64+
When the migration job is complete, you should find all the files and folders in your Azure file share, with full fidelity. Review the copy logs to make sure nothing was left behind. In the Azure portal, navigate to your Storage Mover resource, select **Job definitions**, and confirm that the job status shows **Completed** with **0 failed items**.
7165

7266
## Next steps
7367

0 commit comments

Comments
 (0)