Skip to content

Commit 6e2a991

Browse files
authored
Merge pull request #127331 from changeworld/patch-15
Fix typo: availale -> available
2 parents 5a5e280 + dd0baf3 commit 6e2a991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/batch-get-resource-counts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can use a similar pattern for REST and other supported languages to get task
4545
The List Pool Node Counts operation counts compute nodes by the following states in each pool. Separate aggregate counts are provided for dedicated nodes and Spot nodes in each pool.
4646

4747
- **Creating**: An Azure-allocated VM that hasn't yet started to join a pool.
48-
- **Idle**: A compute node that's availale and currently not running any tasks.
48+
- **Idle**: A compute node that's available and currently not running any tasks.
4949
- **LeavingPool**: A node that is leaving the pool, either because the user explicitly removed it or because the pool is resizing or autoscaling down.
5050
- **Offline**: A node that Batch cannot use to schedule new tasks.
5151
- **Preempted**: A Spot node that was removed from the pool because Azure reclaimed the VM. A `preempted` node can be reinitialized when replacement Spot VM capacity is available.

0 commit comments

Comments
 (0)