Skip to content

Commit a9e914e

Browse files
committed
Some fixes and tweaks
1 parent bb48ed9 commit a9e914e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ Use this table as a guide:
6363

6464
The level of authorization that you need is based on whether you plan to upload files or just download them.
6565

66-
#### Authorization to download files
67-
68-
#### Authorization to upload files
69-
7066
If you just want to download files, then verify that the [Storage Blob Data Reader](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#storage-blob-data-reader) has been assigned to your identity.
7167

7268
If you want to upload files, then verify that one of these roles has been assigned to your identity:
@@ -98,7 +94,7 @@ azcopy login
9894
If you belong to more than one organization, include the tenant ID of the organization to which the storage account belongs.
9995

10096
```azcopy
101-
azcopy login --tenant-id = <tenant-id>
97+
azcopy login --tenant-id=<tenant-id>
10298
```
10399

104100
Replace the `<tenant-id> placeholder with the tenant ID of the organization to which the storage account belongs. To find the tenant ID, select **Azure Active Directory > Properties > Directory ID** in the Azure portal.
@@ -135,7 +131,7 @@ To find example commands, see any of these articles.
135131

136132
## Use AzCopy in a script
137133

138-
Over time, the links presented in the [download section](#download-and-install-azcopy) of this article will point new versions of AzCopy. Scripts that download AzCopy by using these links might encounter issues if new versions of AzCopy remove or change features that your script depends upon.
134+
Over time, the AzCopy [download link](#download-and-install-azcopy) will point new versions of AzCopy. If your script downloads AzCopy, the scrip might stop working if a newer version of AzCopy modifies features that your script depends upon.
139135

140136
To avoid these issues, obtain a static (un-changing) link to the current version of AzCopy. That way, your script downloads the same exact version of AzCopy each time that it runs.
141137

@@ -158,7 +154,7 @@ The Url appears in the output of this command. Your script can then download AzC
158154

159155
## Use AzCopy in Storage Explorer
160156

161-
If you want to leverage the performance advantages of AzCopy, but you prefer to use Storage Explorer rather than the command line to interact with your files, then enable AzCopy in Storage Explorer. Storage Explorer uses your account key to perform operations so you won't need to provide additional authorization credentials beyond logging into Storage Explorer.
157+
If you want to leverage the performance advantages of AzCopy, but you prefer to use Storage Explorer rather than the command line to interact with your files, then enable AzCopy in Storage Explorer. Storage Explorer uses your account key to perform operations, so after you sign into Storage Explorer, you won't need to provide additional authorization credentials.
162158

163159
In Storage Explorer, choose **Preview**->**Use AzCopy for Improved Blob Upload and Download**.
164160

0 commit comments

Comments
 (0)