Skip to content

Commit abe7280

Browse files
Merge pull request #256355 from stevenmatthew/awareness
Azure solutions: updated options
2 parents 9472c36 + 8e6963a commit abe7280

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

articles/storage/common/storage-choose-data-transfer-solution.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ ms.date: 09/25/2020
1111
ms.author: shaas
1212
---
1313

14+
<!--
15+
10/26/23: 100 (869/0)
16+
Prev score: 87 (850/8)
17+
-->
18+
1419
# Choose an Azure solution for data transfer
1520

1621
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
2530

2631
The data movement can be of the following types:
2732

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).
2934

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.
3136

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.
3438
- **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.
3541
- **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.
3642

3743
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
4450

4551
Answer the following questions to help select a data transfer solution:
4652

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?
4854

4955
If yes, see: [Scenario 1: Transfer large datasets with no or low network bandwidth](storage-solution-large-dataset-low-network.md).
5056
- 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:
6268

6369
## Data transfer feature in Azure portal
6470

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.
6672

6773
## Next steps
6874

6975
- [Get an introduction to Azure Storage Explorer](https://azure.microsoft.com/resources/videos/introduction-to-microsoft-azure-storage-explorer/).
7076
- [Read an overview of AzCopy](./storage-use-azcopy-v10.md).
7177
- [Quickstart: Upload, download, and list blobs with PowerShell](../blobs/storage-quickstart-blobs-powershell.md)
7278
- [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).
7382
- Learn about:
7483

7584
- [Azure Data Box, Azure Data Box Disk, and Azure Data Box Heavy for offline transfers](../../databox/index.yml).
7685
- [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).
7888
- Use the REST APIs to transfer data
7989

8090
- [In .NET](/dotnet/api/overview/azure/storage)

0 commit comments

Comments
 (0)