Skip to content

Commit 308f378

Browse files
authored
Merge pull request #110439 from normesta/normesta-reg-updates-5
Fixing version number of AzCopy on Linux
2 parents 725a7ff + ced7396 commit 308f378

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AzCopy is a command-line utility that you can use to copy blobs or files to or f
1616
> [!NOTE]
1717
> AzCopy **V10** is the currently supported version of AzCopy.
1818
>
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.
2020
2121
<a id="download-and-install-azcopy" />
2222

@@ -69,7 +69,7 @@ Use this table as a guide:
6969
By using Azure Active Directory, you can provide credentials once instead of having to append a SAS token to each command.
7070

7171
> [!NOTE]
72-
> In the current release, if you plan to copy blobs between storage accounts, youll 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).
7373
7474
The level of authorization that you need is based on whether you plan to upload files or just download them.
7575

@@ -303,11 +303,11 @@ Storage Explorer uses your account key to perform operations, so after you sign
303303

304304
## Use the previous version of AzCopy
305305

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:
307307

308308
- [AzCopy on Windows (v8)](https://docs.microsoft.com/previous-versions/azure/storage/storage-use-azcopy)
309309

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)
311311

312312
## Configure, optimize, and troubleshoot AzCopy
313313

0 commit comments

Comments
 (0)