Skip to content

Commit 5987ade

Browse files
committed
Ze feedback
1 parent 0947981 commit 5987ade

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can benchmark performance, and then use commands and environment variables t
3939

4040
### Run benchmark tests
4141

42-
You can run a performance benchmark test on specific blob containers to view general performance statics and to identity performance bottlenecks.
42+
You can run a performance benchmark test on specific blob containers to view general performance statistics and to identity performance bottlenecks.
4343

4444
> [!NOTE]
4545
> In the current release, this feature is available only for Blob Storage containers.
@@ -48,7 +48,7 @@ Use the following command to run a performance benchmark test.
4848

4949
| | |
5050
|--------|-----------|
51-
| **Syntax** | `azcopy bench 'https://<storage-account-name>.blob.core.windows.net/<container-name>` |
51+
| **Syntax** | `azcopy bench 'https://<storage-account-name>.blob.core.windows.net/<container-name>'` |
5252
| **Example** | `azcopy bench 'https://mystorageaccount.blob.core.windows.net/mycontainer/myBlobDirectory/'` |
5353

5454
This command runs a performance benchmark by uploading test data to a specified destination. The test data is generated in memory, uploaded to the destination, then deleted from the destination after the test is complete. You can specify how many files to generate and what size you'd like them to be by using optional command parameters.
@@ -146,7 +146,7 @@ When you resume a job, AzCopy looks at the job plan file. The plan file lists al
146146

147147
## Change the location of the plan and log files
148148

149-
By default, plan and log files are located in the `%USERPROFILE\\.azcopy` directory on Windows, or in the `$HOME\\.azcopy` directory on Mac and Linux. You can change this location.
149+
By default, plan and log files are located in the `%USERPROFILE$\.azcopy` directory on Windows, or in the `$HOME$\.azcopy` directory on Mac and Linux. You can change this location.
150150

151151
### Change the location of plan files
152152

0 commit comments

Comments
 (0)