You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/common/storage-choose-data-transfer-solution.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ ms.date: 09/25/2020
11
11
ms.author: shaas
12
12
---
13
13
14
+
<!--
15
+
10/26/23: 100 (869/0)
16
+
Prev score: 87 (850/8)
17
+
-->
18
+
14
19
# Choose an Azure solution for data transfer
15
20
16
21
This article provides an overview of some of the common Azure data transfer solutions. The article also links out to recommended options depending on the network bandwidth in your environment and the size of the data you intend to transfer.
@@ -25,13 +30,14 @@ Data transfer can be offline or over the network connection. Choose your solutio
25
30
26
31
The data movement can be of the following types:
27
32
28
-
-**Offline transfer using shippable devices** - Use physical shippable devices when you want to do offline one-time bulk data transfer. Microsoft sends you a disk, or a secure specialized device. Alternatively, you can purchase and ship your own disks. You copy data to the device and then ship it to Azure where the data is uploaded. The available options for this case are Data Box Disk, Data Box, Data Box Heavy, and Import/Export (use your own disks).
33
+
-**Offline transfer using shippable devices** - Use physical shippable devices when you want to do offline one-time bulk data transfer. This use case involves copying data to either a disk or specialized device, and then shipping it to a secure Microsoft facility where the data is uploaded. You can purchase and ship your own disks, or you order a Microsoft-supplied disk or device. Microsoft-supplied solutions for offline transfer include Azure [Data Box](../../databox/data-box-overview.md), [Data Box Disk](../../databox/data-box-disk-overview.md), and [Data Box Heavy](../../databox/data-box-heavy-overview.md).
29
34
30
-
-**Network Transfer** - You transfer your data to Azure over your network connection. This can be done in many ways.
35
+
-**Network Transfer** - You transfer your data to Azure over your network connection. This transfer can be done in many ways.
31
36
32
-
-**Graphical interface** - If you occasionally transfer just a few files and do not need to automate the data transfer, you can choose a graphical interface tool such as Azure Storage Explorer or a web-based exploration tool in Azure portal.
33
-
-**Scripted or programmatic transfer** - You can use optimized software tools that we provide or call our REST APIs/SDKs directly. The available scriptable tools are AzCopy, Azure PowerShell, and Azure CLI. For programmatic interface, use one of the SDKs for .NET, Java, Python, Node/JS, C++, Go, PHP or Ruby.
37
+
-**Hybrid migration service** - [Azure Storage Mover](../../storage-mover/service-overview.md) is a new, fully managed migration service that enables you to migrate your files and folders to Azure Storage while minimizing downtime for your workload. Azure Storage Mover is a hybrid cloud service consisting of a cloud service component and an on-premises migration agent virtual machine (VM). Storage Mover is used for migration scenarios such as *lift-and-shift*, and for cloud migrations that you repeat occasionally.
34
38
-**On-premises devices** - We supply you a physical or virtual device that resides in your datacenter and optimizes data transfer over the network. These devices also provide a local cache of frequently used files. The physical device is the Azure Stack Edge and the virtual device is the Data Box Gateway. Both run permanently in your premises and connect to Azure over the network.
39
+
-**Graphical interface** - If you occasionally transfer just a few files and don't need to automate the data transfer, you can choose a graphical interface tool such as Azure Storage Explorer or a web-based exploration tool in Azure portal.
40
+
-**Scripted or programmatic transfer** - You can use optimized software tools that we provide or call our REST APIs/SDKs directly. The available scriptable tools are AzCopy, Azure PowerShell, and Azure CLI. For programmatic interface, use one of the SDKs for .NET, Java, Python, Node/JS, C++, Go, PHP or Ruby.
35
41
-**Managed data pipeline** - You can set up a cloud pipeline to regularly transfer files between several Azure services, on-premises or a combination of two. Use Azure Data Factory to set up and manage data pipelines, and move and transform data for analysis.
36
42
37
43
The following visual illustrates the guidelines to choose the various Azure data transfer tools depending upon the network bandwidth available for transfer, data size intended for transfer, and frequency of the transfer.
@@ -44,7 +50,7 @@ The following visual illustrates the guidelines to choose the various Azure data
44
50
45
51
Answer the following questions to help select a data transfer solution:
46
52
47
-
- Is your available network bandwidth limited or non-existent, and you want to transfer large datasets?
53
+
- Is your available network bandwidth limited or nonexistent, and you want to transfer large datasets?
48
54
49
55
If yes, see: [Scenario 1: Transfer large datasets with no or low network bandwidth](storage-solution-large-dataset-low-network.md).
50
56
- Do you want to transfer large datasets over network and you have a moderate to high network bandwidth?
@@ -62,19 +68,23 @@ Answer the following questions to help select a data transfer solution:
62
68
63
69
## Data transfer feature in Azure portal
64
70
65
-
You can also go to your Azure Storage account in Azure portal and select the **Data transfer** feature. Provide the network bandwidth in your environment, the size of the data you want to transfer, and the frequency of data transfer. You will see the optimum data transfer solutions corresponding to the information that you have provided.
71
+
You can also provide information specific to your scenario and review a list of optimal data transfer solutions. To view the list, navigate to your Azure Storage account within the Azure portal and select the **Data transfer** feature. After providing the network bandwidth in your environment, the size of the data you want to transfer, and the frequency of data transfer, you're shown a list of solutions corresponding to the information that you have provided.
66
72
67
73
## Next steps
68
74
69
75
-[Get an introduction to Azure Storage Explorer](https://azure.microsoft.com/resources/videos/introduction-to-microsoft-azure-storage-explorer/).
70
76
-[Read an overview of AzCopy](./storage-use-azcopy-v10.md).
71
77
-[Quickstart: Upload, download, and list blobs with PowerShell](../blobs/storage-quickstart-blobs-powershell.md)
72
78
-[Quickstart: Create, download, and list blobs with Azure CLI](../blobs/storage-quickstart-blobs-cli.md)
79
+
- Learn about:
80
+
-[Azure Storage Mover](../../storage-mover/service-overview.md), a hybrid migration service.
81
+
-[Cloud migration using Azure Storage Mover](../../storage-mover/migration-basics.md).
73
82
- Learn about:
74
83
75
84
-[Azure Data Box, Azure Data Box Disk, and Azure Data Box Heavy for offline transfers](../../databox/index.yml).
76
85
-[Azure Data Box Gateway and Azure Stack Edge for online transfers](../../databox-online/index.yml).
77
-
-[Learn what is Azure Data Factory](../../data-factory/copy-activity-overview.md).
86
+
87
+
-[Learn about Azure Data Factory](../../data-factory/copy-activity-overview.md).
0 commit comments