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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ If you belong to more than one organization, include the tenant ID of the organi
97
97
azcopy login --tenant-id=<tenant-id>
98
98
```
99
99
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.
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.
101
101
102
102
This command returns an authentication code and the URL of a website. Open the website, provide the code, and then choose the **Next** button.
103
103
@@ -131,7 +131,7 @@ To find example commands, see any of these articles.
131
131
132
132
## Use AzCopy in a script
133
133
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.
134
+
Over time, the AzCopy [download link](#download-and-install-azcopy) will point to new versions of AzCopy. If your script downloads AzCopy, the script might stop working if a newer version of AzCopy modifies features that your script depends upon.
135
135
136
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.
137
137
@@ -145,7 +145,7 @@ To obtain the link, run this command:
145
145
> [!NOTE]
146
146
> For Linux, `--strip-components=1` on the `tar` command removes the top-level folder that contains the version name, and instead extracts the binary directly into the current folder. This allows the script to be updated with a new version of `azcopy` by only updating the `wget` URL.
147
147
148
-
The Url appears in the output of this command. Your script can then download AzCopy by using that URL.
148
+
The URL appears in the output of this command. Your script can then download AzCopy by using that URL.
149
149
150
150
| Operating system | Command |
151
151
|--------|-----------|
@@ -154,7 +154,7 @@ The Url appears in the output of this command. Your script can then download AzC
154
154
155
155
## Use AzCopy in Storage Explorer
156
156
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.
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.
158
158
159
159
In Storage Explorer, choose **Preview**->**Use AzCopy for Improved Blob Upload and Download**.
160
160
@@ -163,6 +163,8 @@ In Storage Explorer, choose **Preview**->**Use AzCopy for Improved Blob Upload a
163
163
> [!NOTE]
164
164
> You don't have to enable this setting if you've enabled a hierarchical namespace on your storage account. That's because Storage Explorer automatically uses AzCopy on storage accounts that have a hierarchical namespace.
165
165
166
+
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.
0 commit comments