Skip to content

Commit e01fde1

Browse files
committed
Fixing some validation issues
1 parent 9f9c2e0 commit e01fde1

19 files changed

+75
-76
lines changed

articles/storage/common/storage-ref-azcopy-bench.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ description: This article provides reference information for the azcopy bench co
44
author: normesta
55
ms.service: storage
66
ms.topic: reference
7-
ms.date: 09/26/2022
7+
ms.date: 05/26/2022
88
ms.author: normesta
99
ms.subservice: common
1010
ms.reviewer: zezha-msft
1111
---
1212

1313
# azcopy bench
1414

15-
Runs a performance benchmark by uploading or downloading test data to or from a specified destination.
16-
For uploads, the test data is automatically generated.
15+
Runs a performance benchmark by uploading or downloading test data to or from a specified destination. For uploads, the test data is automatically generated.
1716

1817
The benchmark command runs the same process as 'copy', except that:
1918

@@ -23,7 +22,7 @@ The benchmark command runs the same process as 'copy', except that:
2322
and 'Download'. Default value is 'Upload'.
2423

2524
- For upload benchmarks, the payload is described by command line parameters, which control how many files are auto-generated and
26-
how big they are. The generation process takes place entirely in memory. Disk is not used.
25+
how big they are. The generation process takes place entirely in memory. Disk isn't used.
2726

2827
- For downloads, the payload consists of whichever files already exist at the source. (See example below about how to generate
2928
test files if needed).
@@ -63,19 +62,19 @@ Run a benchmark test that downloads existing files from a target
6362

6463
`azcopy bench --mode='Download' "https://[account].blob.core.windows.net/[container]?<SAS?"`
6564

66-
Run an upload that does not delete the transferred files. (These files can then serve as the payload for a download test)
65+
Run an upload that doesn't delete the transferred files. (These files can then serve as the payload for a download test)
6766

6867
`azcopy bench "https://[account].blob.core.windows.net/[container]?<SAS>" --file-count 100 --delete-test-data=false`
6968

7069
## Options
7170

7271
`--blob-type string` defines the type of blob at the destination. Used to allow benchmarking different blob types. Identical to the same-named parameter in the copy command (default "Detect")
7372

74-
`--block-size-mb float` Use this block size (specified in MiB). Default is automatically calculated based on file size. Decimal fractions are allowed - e.g. 0.25. Identical to the same-named parameter in the copy command
73+
`--block-size-mb float` Use this block size (specified in MiB). Default is automatically calculated based on file size. Decimal fractions are allowed - for example, 0.25. Identical to the same-named parameter in the copy command
7574

76-
`--check-length` Check the length of a file on the destination after the transfer. If there is a mismatch between source and destination, the transfer is marked as failed. (default true)
75+
`--check-length` Check the length of a file on the destination after the transfer. If there's a mismatch between source and destination, the transfer is marked as failed. (default true)
7776

78-
`--delete-test-data` If true, the benchmark data will be deleted at the end of the benchmark run. Set it to false if you want to keep the data at the destination - e.g. to use it for manual tests outside benchmark mode (default true)
77+
`--delete-test-data` If true, the benchmark data will be deleted at the end of the benchmark run. Set it to false if you want to keep the data at the destination - for example, to use it for manual tests outside benchmark mode (default true)
7978

8079
`--file-count` (uint) number of auto-generated data files to use (default 100)
8180

@@ -93,7 +92,7 @@ Run an upload that does not delete the transferred files. (These files can then
9392

9493
## Options inherited from parent commands
9594

96-
`--cap-mbps` (float) Caps the transfer rate, in megabits per second. Moment-by-moment throughput might vary slightly from the cap. If this option is set to zero, or it is omitted, the throughput isn't capped.
95+
`--cap-mbps` (float) Caps the transfer rate, in megabits per second. Moment-by-moment throughput might vary slightly from the cap. If this option is set to zero, or it's omitted, the throughput isn't capped.
9796

9897
`--output-type` (string) Format of the command's output. The choices include: text, json. The default value is 'text'. (default "text")
9998

articles/storage/common/storage-ref-azcopy-configuration-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for AzCopy V10 configur
44
author: normesta
55
ms.service: storage
66
ms.topic: reference
7-
ms.date: 04/02/2021
7+
ms.date: 05/26/2022
88
ms.author: normesta
99
ms.subservice: common
1010
ms.reviewer: zezha-msft

articles/storage/common/storage-ref-azcopy-copy.md

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

articles/storage/common/storage-ref-azcopy-doc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for the azcopy doc comm
44
author: normesta
55
ms.service: storage
66
ms.topic: reference
7-
ms.date: 09/26/2022
7+
ms.date: 05/26/2022
88
ms.author: normesta
99
ms.subservice: common
1010
ms.reviewer: zezha-msft
@@ -31,7 +31,7 @@ azcopy doc [flags]
3131

3232
## Options inherited from parent commands
3333

34-
`--cap-mbps` (float) Caps the transfer rate, in megabits per second. Moment-by-moment throughput might vary slightly from the cap. If this option is set to zero, or it is omitted, the throughput isn't capped.
34+
`--cap-mbps` (float) Caps the transfer rate, in megabits per second. Moment-by-moment throughput might vary slightly from the cap. If this option is set to zero, or it's omitted, the throughput isn't capped.
3535

3636
`--output-type` (string) Format of the command's output. The choices include: text, json. The default value is 'text'. (default "text").
3737

articles/storage/common/storage-ref-azcopy-env.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for the azcopy env comm
44
author: normesta
55
ms.service: storage
66
ms.topic: reference
7-
ms.date: 09/26/2022
7+
ms.date: 05/26/2022
88
ms.author: normesta
99
ms.subservice: common
1010
ms.reviewer: zezha-msft
@@ -31,7 +31,7 @@ azcopy env [flags]
3131

3232
## Options inherited from parent commands
3333

34-
`--cap-mbps float` Caps the transfer rate, in megabits per second. Moment-by-moment throughput might vary slightly from the cap. If this option is set to zero, or it is omitted, the throughput isn't capped.
34+
`--cap-mbps float` Caps the transfer rate, in megabits per second. Moment-by-moment throughput might vary slightly from the cap. If this option is set to zero, or it's omitted, the throughput isn't capped.
3535

3636
`--output-type` (string) Format of the command's output. The choices include: text, json. The default value is 'text'. (default "text")
3737

articles/storage/common/storage-ref-azcopy-jobs-clean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for the azcopy jobs cle
44
author: normesta
55
ms.service: storage
66
ms.topic: reference
7-
ms.date: 09/26/2020
7+
ms.date: 05/26/2022
88
ms.author: normesta
99
ms.subservice: common
1010
ms.reviewer: zezha-msft

articles/storage/common/storage-ref-azcopy-jobs-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for the azcopy jobs lis
44
author: normesta
55
ms.service: storage
66
ms.topic: reference
7-
ms.date: 09/26/2022
7+
ms.date: 05/26/2022
88
ms.author: normesta
99
ms.subservice: common
1010
ms.reviewer: zezha-msft

articles/storage/common/storage-ref-azcopy-jobs-remove.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for the azcopy jobs rem
44
author: normesta
55
ms.service: storage
66
ms.topic: reference
7-
ms.date: 09/26/2022
7+
ms.date: 05/26/2022
88
ms.author: normesta
99
ms.subservice: common
1010
ms.reviewer: zezha-msft
@@ -39,7 +39,7 @@ azcopy jobs remove [jobID] [flags]
3939

4040
## Options inherited from parent commands
4141

42-
`--cap-mbps` (float) Caps the transfer rate, in megabits per second. Moment-by-moment throughput might vary slightly from the cap. If this option is set to zero, or it is omitted, the throughput isn't capped.
42+
`--cap-mbps` (float) Caps the transfer rate, in megabits per second. Moment-by-moment throughput might vary slightly from the cap. If this option is set to zero, or it's omitted, the throughput isn't capped.
4343

4444
`--output-type` (string) Format of the command's output. The choices include: text, json. The default value is 'text'. (default "text")
4545

articles/storage/common/storage-ref-azcopy-jobs-resume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for the azcopy jobs res
44
author: normesta
55
ms.service: storage
66
ms.topic: reference
7-
ms.date: 09/26/2022
7+
ms.date: 05/26/2022
88
ms.author: normesta
99
ms.subservice: common
1010
ms.reviewer: zezha-msft

articles/storage/common/storage-ref-azcopy-jobs-show.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for the azcopy jobs sho
44
author: normesta
55
ms.service: storage
66
ms.topic: reference
7-
ms.date: 09/26/2022
7+
ms.date: 05/26/2022
88
ms.author: normesta
99
ms.subservice: common
1010
ms.reviewer: zezha-msft

0 commit comments

Comments
 (0)