Skip to content

Commit 6d933ee

Browse files
authored
acrolinx and extra bracket fix
1 parent 49a7901 commit 6d933ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/batch-cli-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ are not developers. With only CLI commands, you can create a pool, upload input
2828
associated tasks, and download the resulting output data. No additional code is
2929
required. Run the CLI commands directly or integrate them into scripts.
3030

31-
Batch templates build on the [existing Batch support in the [Azure
31+
Batch templates build on the existing Batch support in the [Azure
3232
CLI](batch-cli-get-started.md#json-files-for-resource-creation) for JSON files to specify property values when creating pools,
3333
jobs, tasks, and other items. Batch templates add the following capabilities:
3434

@@ -101,7 +101,7 @@ the following main concepts:
101101
- Allow property values to be specified in a body section, with only
102102
parameter values needing to be supplied when the template is used. For
103103
example, the complete definition for a pool could be placed in the body
104-
and only one parameter defined for pool id; only a pool ID string
104+
and only one parameter defined for `poolId`; only a pool ID string
105105
therefore needs to be supplied to create a pool.
106106

107107
- The template body can be authored by someone with knowledge of Batch and

0 commit comments

Comments
 (0)