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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ AzCopy is a command-line utility that you can use to copy blobs or files to or f
16
16
> [!NOTE]
17
17
> AzCopy **V10** is the currently supported version of AzCopy.
18
18
>
19
-
> If you need to use AzCopy **v8.1**, see the [Use the previous version of AzCopy](#previous-version) section of this article.
19
+
> If you need to use a previous version of AzCopy, see the [Use the previous version of AzCopy](#previous-version) section of this article.
20
20
21
21
<aid="download-and-install-azcopy" />
22
22
@@ -69,7 +69,7 @@ Use this table as a guide:
69
69
By using Azure Active Directory, you can provide credentials once instead of having to append a SAS token to each command.
70
70
71
71
> [!NOTE]
72
-
> 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](storage-use-azcopy-blobs.md).
72
+
> 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](storage-use-azcopy-blobs.md).
73
73
74
74
The level of authorization that you need is based on whether you plan to upload files or just download them.
75
75
@@ -303,11 +303,11 @@ Storage Explorer uses your account key to perform operations, so after you sign
303
303
304
304
## Use the previous version of AzCopy
305
305
306
-
If you need to use the previous version of AzCopy (AzCopy v8.1), see either of the following links:
306
+
If you need to use the previous version of AzCopy, see either of the following links:
307
307
308
308
-[AzCopy on Windows (v8)](https://docs.microsoft.com/previous-versions/azure/storage/storage-use-azcopy)
309
309
310
-
-[AzCopy on Linux (v8)](https://docs.microsoft.com/previous-versions/azure/storage/storage-use-azcopy-linux)
310
+
-[AzCopy on Linux (v7)](https://docs.microsoft.com/previous-versions/azure/storage/storage-use-azcopy-linux)
0 commit comments