Skip to content

Commit 1cd6b34

Browse files
committed
fixing some stuff
1 parent a9e914e commit 1cd6b34

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If you belong to more than one organization, include the tenant ID of the organi
9797
azcopy login --tenant-id=<tenant-id>
9898
```
9999

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.
101101

102102
This command returns an authentication code and the URL of a website. Open the website, provide the code, and then choose the **Next** button.
103103

@@ -131,7 +131,7 @@ To find example commands, see any of these articles.
131131

132132
## Use AzCopy in a script
133133

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.
135135

136136
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.
137137

@@ -145,7 +145,7 @@ To obtain the link, run this command:
145145
> [!NOTE]
146146
> 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.
147147
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.
149149

150150
| Operating system | Command |
151151
|--------|-----------|
@@ -154,7 +154,7 @@ The Url appears in the output of this command. Your script can then download AzC
154154

155155
## Use AzCopy in Storage Explorer
156156

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.
158158

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

@@ -163,6 +163,8 @@ In Storage Explorer, choose **Preview**->**Use AzCopy for Improved Blob Upload a
163163
> [!NOTE]
164164
> 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.
165165
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.
167+
166168
<a id="previous-version" />
167169

168170
## Use the previous version of AzCopy

0 commit comments

Comments
 (0)