Skip to content

Commit 7339822

Browse files
authored
Merge pull request #50070 from MicrosoftDocs/tamram-patch-9
Update storage-moving-data.md
2 parents a2a9570 + ce5c638 commit 7339822

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/storage/common/storage-moving-data.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22
title: Moving large amounts of data to/from cloud storage in Azure | Microsoft Docs
33
description: An overview of the different methods for moving data to and from Azure Storage.
44
services: storage
5-
author: JarrettRenshaw
5+
author: tamram
66
ms.service: storage
77
ms.topic: article
8-
ms.date: 01/30/2017
9-
ms.author: jarrettr
8+
ms.date: 08/26/2018
9+
ms.author: tamram
1010
ms.component: common
1111
---
12+
1213
# Moving data to and from Azure Storage
1314
If you want to move on-premises data to Azure Storage (or vice versa), there are a variety of ways to do this. The approach that works best for you will depend on your scenario. This article will provide a quick overview of different scenarios and appropriate offerings for each one.
1415

1516
## Building Applications
1617
If you're building an application, developing against the REST API or one of our many client libraries is a great way to move data to and from Azure Storage.
1718

18-
Azure Storage provides rich client libraries for .NET, iOS, Java, Android, Universal Windows Platform (UWP), Xamarin, C++, Node.JS, PHP, Ruby, and Python. The client libraries offer advanced capabilities such as retry logic, logging, and parallel uploads. You can also develop directly against the REST API, which can be called by any language that makes HTTP/HTTPS requests.
19+
Azure Storage provides rich client libraries for many popular languages, including .NET, Java, Android, Go, Xamarin, C++, Node.JS, PHP, Ruby, Python, and iOS. The client libraries offer advanced capabilities such as retry logic, logging, and parallel uploads. You can also develop directly against the REST API, which can be called by any language that makes HTTP/HTTPS requests.
1920

2021
See [Get Started with Azure Blob Storage](../blobs/storage-dotnet-how-to-use-blobs.md) to learn more.
2122

0 commit comments

Comments
 (0)