Skip to content

Commit f6d3d30

Browse files
Merge pull request #1 from normesta/community-patch-2
Resolving merge conflict
2 parents 6f3b8c0 + 9905b72 commit f6d3d30

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

articles/storage/common/storage-use-azcopy-v10.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: Copy or move data to Azure Storage by using AzCopy v10 | Microsoft Docs
3-
description: AzCopy is a command-line utility that you can use to copy data to, from, or between storage accounts. This article helps you download AzCopy, connect to your storage account, and then transfer files.
3+
description: AzCopy is a command-line utility that you can use to copy data to, from, or between storage accounts. This article helps you download AzCopy, connect to your storage account, and then transfer data.
44
author: normesta
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 11/15/2021
7+
ms.date: 09/22/2022
88
ms.author: normesta
99
ms.subservice: common
1010
ms.custom: contperf-fy21q2
1111
---
1212

1313
# Get started with AzCopy
1414

15-
AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account. This article helps you download AzCopy, connect to your storage account, and then transfer files.
15+
AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account. This article helps you download AzCopy, connect to your storage account, and then transfer data.
1616

1717
> [!NOTE]
1818
> AzCopy **V10** is the currently supported version of AzCopy.
@@ -28,10 +28,13 @@ First, download the AzCopy V10 executable file to any directory on your computer
2828
- [Windows 64-bit](https://aka.ms/downloadazcopy-v10-windows) (zip)
2929
- [Windows 32-bit](https://aka.ms/downloadazcopy-v10-windows-32bit) (zip)
3030
- [Linux x86-64](https://aka.ms/downloadazcopy-v10-linux) (tar)
31+
- [Linux ARM64 Preview](https://aka.ms/downloadazcopy-v10-linux-arm64) (tar)
3132
- [macOS](https://aka.ms/downloadazcopy-v10-mac) (zip)
3233

3334
These files are compressed as a zip file (Windows and Mac) or a tar file (Linux). To download and decompress the tar file on Linux, see the documentation for your Linux distribution.
3435

36+
For detailed information on AzCopy releases see the [AzCopy release page](https://github.com/Azure/azure-storage-azcopy/releases).
37+
3538
> [!NOTE]
3639
> If you want to copy data to and from your [Azure Table storage](../tables/table-storage-overview.md) service, then install [AzCopy version 7.3](https://aka.ms/downloadazcopynet).
3740
@@ -61,11 +64,6 @@ Use this table as a guide:
6164

6265
This option is available for blob Storage only. By using Azure Active Directory, you can provide credentials once instead of having to append a SAS token to each command.
6366

64-
> [!NOTE]
65-
> In the current release, if you plan to copy blobs between storage accounts, you'll have to append a SAS token to each source URL. You can omit the SAS token only from the destination URL. For examples, see [Copy blobs between storage accounts](#transfer-data).
66-
67-
To authorize access by using Azure AD, see [Authorize access to blobs with AzCopy and Azure Active Directory (Azure AD)](storage-use-azcopy-authorize-azure-active-directory.md).
68-
6967
#### Option 2: Use a SAS token
7068

7169
You can append a SAS token to each source or destination URL that use in your AzCopy commands.
@@ -125,10 +123,9 @@ The following table lists all AzCopy v10 commands. Each command links to a refer
125123
|[azcopy jobs remove](storage-ref-azcopy-jobs-remove.md?toc=/azure/storage/blobs/toc.json)|Remove all files associated with the given job ID.|
126124
|[azcopy jobs resume](storage-ref-azcopy-jobs-resume.md?toc=/azure/storage/blobs/toc.json)|Resumes the existing job with the given job ID.|
127125
|[azcopy jobs show](storage-ref-azcopy-jobs-show.md?toc=/azure/storage/blobs/toc.json)|Shows detailed information for the given job ID.|
128-
|[azcopy load](storage-ref-azcopy-load.md)|Subcommands related to transferring data in specific formats.|
129-
|[azcopy load clfs](storage-ref-azcopy-load-avere-cloud-file-system.md?toc=/azure/storage/blobs/toc.json)|Transfers local data into a Container and stores it in Microsoft's Avere Cloud FileSystem (CLFS) format.|
130126
|[azcopy list](storage-ref-azcopy-list.md?toc=/azure/storage/blobs/toc.json)|Lists the entities in a given resource.|
131127
|[azcopy login](storage-ref-azcopy-login.md?toc=/azure/storage/blobs/toc.json)|Logs in to Azure Active Directory to access Azure Storage resources.|
128+
|[azcopy login status](storage-ref-azcopy-login-status.md)|Lists the entities in a given resource.|
132129
|[azcopy logout](storage-ref-azcopy-logout.md?toc=/azure/storage/blobs/toc.json)|Logs the user out and terminates access to Azure Storage resources.|
133130
|[azcopy make](storage-ref-azcopy-make.md?toc=/azure/storage/blobs/toc.json)|Creates a container or file share.|
134131
|[azcopy remove](storage-ref-azcopy-remove.md?toc=/azure/storage/blobs/toc.json)|Delete blobs or files from an Azure storage account.|
@@ -206,7 +203,9 @@ See any of the following resources:
206203

207204
- [Optimize the performance of AzCopy](storage-use-azcopy-optimize.md)
208205

209-
- [Troubleshoot AzCopy V10 issues in Azure Storage by using log files](storage-use-azcopy-configure.md)
206+
- [Find errors and resume jobs by using log and plan files in AzCopy](storage-use-azcopy-configure.md)
207+
208+
- [Troubleshoot problems with AzCopy v10](storage-use-azcopy-troubleshoot.md)
210209

211210
## Use a previous version
212211

0 commit comments

Comments
 (0)