Skip to content

Commit 7e803ae

Browse files
authored
Update migrate-files-between-shares.md
1 parent a29b1f2 commit 7e803ae

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/storage/files/migrate-files-between-shares.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
---
22
title: Migrate files between SMB Azure file shares
3-
description: Learn how to migrate files from one SMB Azure file share to another using common migration tools.
3+
description: Learn how to migrate files from one SMB Azure file share to another using Robocopy, a common migration tool.
44
ms.service: azure-file-storage
55
ms.topic: how-to
6-
ms.date: 07/26/2023
6+
ms.date: 05/08/2024
77
ms.author: kendownie
88
author: khdownie
99
---
1010

11-
# Migrate files between SMB Azure file shares
11+
# Migrate files from one SMB Azure file share to another
1212

13-
This article describes how to migrate files from one SMB Azure file share to another. One common reason to do this is if you need to migrate from a standard file share to a premium file share to get increased performance for your application workload.
13+
This article describes how to migrate files between SMB Azure file shares. One common reason to do this is if you need to migrate from a standard file share to a premium file share to get increased performance for your application workload.
1414

1515
> [!WARNING]
1616
> If you're using Azure File Sync, the migration process is different than described in this article. Instead, see [Migrate files from one Azure file share to another when using Azure File Sync](../file-sync/file-sync-share-to-share-migration.md).
1717
1818
## Applies to
19+
1920
| File share type | SMB | NFS |
2021
|-|:-:|:-:|
2122
| Standard file shares (GPv2), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
@@ -51,4 +52,4 @@ Follow these steps to migrate using Robocopy, a command-line file copy utility t
5152
## See also
5253

5354
- [Migrate to Azure file shares using RoboCopy](storage-files-migration-robocopy.md)
54-
- [Migrate files from one Azure file share to another when using Azure File Sync](../file-sync/file-sync-share-to-share-migration.md)
55+
- [Migrate files from one Azure file share to another when using Azure File Sync](../file-sync/file-sync-share-to-share-migration.md)

0 commit comments

Comments
 (0)