Skip to content

Commit 04ec271

Browse files
Merge pull request #314520 from khdownie/kendownie040926
Add Azure Migrate discovery and assessment capabilities
2 parents 6e8b6eb + df8fbdb commit 04ec271

1 file changed

Lines changed: 24 additions & 8 deletions

File tree

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

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate to SMB Azure file shares and choose from a tab
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: concept-article
7-
ms.date: 08/28/2025
7+
ms.date: 04/09/2026
88
ms.author: kendownie
99
# Customer intent: "As a system administrator, I want to understand the migration process to SMB Azure file shares, so that I can efficiently move our data with full fidelity and select the appropriate tools for a seamless transition to cloud storage."
1010
---
@@ -75,14 +75,33 @@ The following table lists supported metadata for Azure Files.
7575

7676
## Discovery phase
7777

78-
The first phase of a migration is the discovery phase, in which you determine all the existing SMB file shares that need to be migrated, including their size, number, and any dependencies. This can be a difficult and time consuming task, especially for organizations with large, distributed environments. For customers with more than 100 TiB of file data, we recommend using Komprise, a third-party tool that can help you discover and analyze your file shares. For more information, see [Komprise File Migration](https://www.komprise.com/azure-file-migration/).
78+
The first phase of a migration is the discovery phase, in which you determine all the existing SMB file shares that need to be migrated, including their size, number, and any dependencies. This can be a difficult and time consuming task, especially for organizations with large, distributed environments.
79+
80+
### Azure Migrate file share discovery
81+
82+
If you've already deployed an [Azure Migrate](/azure/migrate/migrate-services-overview) appliance for server migration, you can use it to discover file shares without any additional setup. The appliance automatically identifies existing SMB and NFS shares on both Windows and Linux servers and displays them in the Azure Migrate portal.
83+
84+
You can view discovered file shares in two ways:
85+
86+
- **Per-server view:** Select a specific server to see all the file shares hosted on that operating system.
87+
- **Infrastructure view:** Navigate to the infrastructure view to see all discovered file shares across all servers in a hierarchical inventory. Select an individual share to see details such as the volume, file system path, and approximate size.
88+
89+
### Third-party discovery tools
90+
91+
For customers with more than 100 TiB of file data, we recommend using Komprise, a third-party tool that can help you discover and analyze your file shares. For more information, see [Komprise File Migration](https://www.komprise.com/azure-file-migration/).
7992

8093
Keep in mind that your existing SMB file shares might not be limited to on-premises Windows Servers. They could be on Linux servers, in the cloud, or on external NAS devices.
8194

8295
## Assessment phase
8396

8497
After discovery comes the assessment phase, which involves understanding available options for file storage, deploying the Azure resources you'll need, and preparing to use Azure file shares.
8598

99+
### Azure Migrate file share assessment
100+
101+
If you used [Azure Migrate](/azure/migrate/migrate-services-overview) to discover your file shares, you can also use it to create assessments. Select one or more discovered shares and create an assessment. For each share, Azure Migrate evaluates IOPS, throughput, size, capacity, and regional availability to determine a readiness state: **ready**, **ready with conditions**, or **not ready**. It then recommends a target configuration, prioritizing migration to Azure Files as a modernization path. If Azure Files isn't suitable for a particular share, the assessment falls back to recommending an Azure VM-based path.
102+
103+
You can also create a business case from the assessment to compare the cost of running your file shares on-premises versus migrating them to Azure Files, helping you make a data-driven decision.
104+
86105
### Deploy Azure storage resources
87106

88107
As part of the assessment phase, you'll provision the Azure storage accounts and the SMB Azure file shares within them.
@@ -209,7 +228,7 @@ This section describes tools that help you plan and run migrations.
209228

210229
#### Azure Storage Mover
211230

212-
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](migrate-files-storage-mover.md).
231+
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. See [Migrate to Azure file shares using Azure Storage Mover](migrate-files-storage-mover.md).
213232

214233
#### RoboCopy
215234

@@ -230,12 +249,9 @@ To learn more, see [Comparison Matrix for Azure Storage Migration Program partic
230249

231250
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.
232251

233-
You can use the tool to create a perspective before an [Azure File Sync deployment](../file-sync/file-sync-deployment-guide.md). 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.
234-
235-
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.
252+
You can use the tool to create a perspective before an [Azure File Sync deployment](../file-sync/file-sync-deployment-guide.md). 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 tool won't cause recall of tiered files during its normal operation.
236253

237254
## See also
238255

239-
- [Azure file share overview](storage-files-introduction.md)
256+
- [Azure Files overview](storage-files-introduction.md)
240257
- [Planning for an Azure File Sync deployment](../file-sync/file-sync-planning.md)
241-
- [Azure File Sync: Cloud tiering](../file-sync/file-sync-cloud-tiering-overview.md)

0 commit comments

Comments
 (0)