Skip to content

Commit 4d8c012

Browse files
committed
fixing the data transfer section
1 parent fec5bb7 commit 4d8c012

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

articles/storage/common/storage-account-move.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: normesta
66
ms.service: storage
77
ms.subservice: common
88
ms.topic: article
9-
ms.date: 09/27/2019
9+
ms.date: 05/11/2020
1010
ms.author: normesta
1111
ms.reviewer: dineshm
1212
---
@@ -227,23 +227,9 @@ The following table lists these features along with guidance for adding them to
227227
228228
### Move data to the new storage account
229229

230-
Here's some ways to move your data over.
230+
AzCopy is the preferred tool to move your data over. It's optimized for performance. One way that it's faster, is that data is copied directly between storage servers, so AzCopy doesn't use the network bandwidth of your computer. Use AzCopy at the command line or as part of a custom script. See [Get started with AzCopy](https://docs.microsoft.com/azure/storage/common/storage-use-azcopy-v10?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
231231

232-
:heavy_check_mark: **Azure Storage Explorer**
233-
234-
It's easy-to-use, and suitable for small data sets. You can copy containers and file shares, and then paste them into the target account.
235-
236-
See [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/);
237-
238-
:heavy_check_mark: **AzCopy**
239-
240-
This is the preferred approach. It's optimized for performance. One way that it's faster, is that data is copied directly between storage servers, so AzCopy doesn't use the network bandwidth of your computer. Use AzCopy at the command line or as part of a custom script.
241-
242-
See [Get started with AzCopy](https://docs.microsoft.com/azure/storage/common/storage-use-azcopy-v10?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)
243-
244-
:heavy_check_mark: **Azure Data Factory**
245-
246-
Use this tool only if you need functionality that isn't supported in the current release of AzCopy. For example, in the current release of AzCopy, you can't copy blobs between accounts that have a hierarchical namespace. Also AzCopy doesn't preserve file access control lists or file timestamps (For example: create and modified time stamps).
232+
You can also use Azure Data Factory to move your data over. It provides an intuitive user interface. To use Azure Data Factory, see any of these links:.
247233

248234
See these links:
249235
- [Copy data to or from Azure Blob storage by using Azure Data Factory](https://docs.microsoft.com/azure/data-factory/connector-azure-blob-storage)

0 commit comments

Comments
 (0)