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-use-azcopy-v10.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
2
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.
4
4
author: normesta
5
5
ms.service: storage
6
6
ms.topic: how-to
7
-
ms.date: 11/15/2021
7
+
ms.date: 09/22/2022
8
8
ms.author: normesta
9
9
ms.subservice: common
10
10
ms.custom: contperf-fy21q2
11
11
---
12
12
13
13
# Get started with AzCopy
14
14
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.
16
16
17
17
> [!NOTE]
18
18
> 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
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.
34
35
36
+
For detailed information on AzCopy releases see the [AzCopy release page](https://github.com/Azure/azure-storage-azcopy/releases).
37
+
35
38
> [!NOTE]
36
39
> 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).
37
40
@@ -61,11 +64,6 @@ Use this table as a guide:
61
64
62
65
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.
63
66
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
-
69
67
#### Option 2: Use a SAS token
70
68
71
69
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
125
123
|[azcopy jobs remove](storage-ref-azcopy-jobs-remove.md?toc=/azure/storage/blobs/toc.json)|Remove all files associated with the given job ID.|
126
124
|[azcopy jobs resume](storage-ref-azcopy-jobs-resume.md?toc=/azure/storage/blobs/toc.json)|Resumes the existing job with the given job ID.|
127
125
|[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.|
130
126
|[azcopy list](storage-ref-azcopy-list.md?toc=/azure/storage/blobs/toc.json)|Lists the entities in a given resource.|
131
127
|[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.|
132
129
|[azcopy logout](storage-ref-azcopy-logout.md?toc=/azure/storage/blobs/toc.json)|Logs the user out and terminates access to Azure Storage resources.|
133
130
|[azcopy make](storage-ref-azcopy-make.md?toc=/azure/storage/blobs/toc.json)|Creates a container or file share.|
134
131
|[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:
206
203
207
204
-[Optimize the performance of AzCopy](storage-use-azcopy-optimize.md)
208
205
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)
0 commit comments