Skip to content

Commit 9a2461e

Browse files
authored
Merge pull request #78847 from normesta/master-azcopy-updates
Some AzCopy updates
2 parents d543641 + 22ac2ae commit 9a2461e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AzCopy is a command-line utility that you can use to copy blobs or files to or f
2323

2424
## Download AzCopy
2525

26-
First, download the AzCopy V10 executable file to any directory on your computer. For convenience, consider adding the AzCopy directory location to your system path for ease of use.
26+
First, download the AzCopy V10 executable file to any directory on your computer.
2727

2828
- [Windows](https://aka.ms/downloadazcopy-v10-windows) (zip)
2929
- [Linux](https://aka.ms/downloadazcopy-v10-linux) (tar)
@@ -34,7 +34,9 @@ First, download the AzCopy V10 executable file to any directory on your computer
3434
3535
## Run AzCopy
3636

37-
From a command prompt, navigate to the directory where you downloaded the file.
37+
For convenience, consider adding the directory location of the AzCopy executable to your system path for ease of use. That way you can type `azcopy` from any directory on your system.
38+
39+
If you choose not to add the AzCopy directory to your path, you'll have to change directories to the location of your AzCopy executable and type `azcopy` or `.\azcopy` in Windows PowerShell command prompts.
3840

3941
To see a list of commands, type `azcopy -h` and then press the ENTER key.
4042

0 commit comments

Comments
 (0)