Skip to content

Commit 83efa61

Browse files
committed
typos
1 parent cc440d9 commit 83efa61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/large-number-tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: danlep
1818
ms.custom:
1919

2020
---
21-
# Submit a large number of tasks in a job
21+
# Submit a large number of tasks in a Batch job
2222

2323
When you run large-scale Azure Batch workloads, you might want to submit tens of thousands, hundreds of thousands, or even more tasks in a single job.
2424

@@ -47,7 +47,7 @@ It can take some time to add a large collection of tasks to a job - for example,
4747

4848
The Azure CLI with Batch CLI templates increases the number of concurrent operations automatically based on the pool configuration, but this property is not configurable in the CLI.
4949

50-
* **HTTP connection limits** - The number of concurrent HTTP connections can throttle the performance of the Batch client when it is adding large numbers of tasks. The number of HTTP connections is limited with certain APIs. When developing with the .NET API, for example, the [ServicePointManager.DefaultConnectionLimit](dotnet/api/system.net.servicepointmanager.defaultconnectionlimit) property is set to 2 by default, but you can increase the value.
50+
* **HTTP connection limits** - The number of concurrent HTTP connections can throttle the performance of the Batch client when it is adding large numbers of tasks. The number of HTTP connections is limited with certain APIs. When developing with the .NET API, for example, the [ServicePointManager.DefaultConnectionLimit](/dotnet/api/system.net.servicepointmanager.defaultconnectionlimit) property is set to 2 by default, but you can increase the value.
5151

5252
## Example: Batch .NET
5353

0 commit comments

Comments
 (0)