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
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,6 @@ Use this table as a guide:
63
63
64
64
The level of authorization that you need is based on whether you plan to upload files or just download them.
65
65
66
-
#### Authorization to download files
67
-
68
-
#### Authorization to upload files
69
-
70
66
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.
71
67
72
68
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
98
94
If you belong to more than one organization, include the tenant ID of the organization to which the storage account belongs.
99
95
100
96
```azcopy
101
-
azcopy login --tenant-id = <tenant-id>
97
+
azcopy login --tenant-id=<tenant-id>
102
98
```
103
99
104
100
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.
135
131
136
132
## Use AzCopy in a script
137
133
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.
139
135
140
136
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.
141
137
@@ -158,7 +154,7 @@ The Url appears in the output of this command. Your script can then download AzC
158
154
159
155
## Use AzCopy in Storage Explorer
160
156
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.
162
158
163
159
In Storage Explorer, choose **Preview**->**Use AzCopy for Improved Blob Upload and Download**.
0 commit comments