Skip to content

Commit 7d29f01

Browse files
authored
Merge pull request #116213 from JnHs/jh-batch-cjnote
add note
2 parents ff8f83e + b71c5e3 commit 7d29f01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/batch/batch-cli-templates.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ ms.custom: seodec18
77
---
88
# Use Azure Batch CLI templates and file transfer
99

10-
Using an Azure Batch extension to the Azure CLI, it is possible to run Batch jobs without writing code.
10+
Using a Batch extension to the Azure CLI, it is possible to run Batch jobs without writing code.
1111

1212
Create and use JSON template files with the Azure CLI to create Batch
1313
pools, jobs, and tasks. Use CLI extension commands to easily upload job input files to
1414
the storage account associated with the Batch account, and download job output files.
1515

16+
> [!NOTE]
17+
> JSON files don't support the same functionality as [Azure Resource Manager templates](../azure-resource-manager/templates/template-syntax.md). They are meant to be formatted like the raw REST request body. The CLI extension doesn't change any existing commands, but it does have a similar template option that adds partial Azure Resource Manager template functionality. See [Azure Batch CLI Extensions for Windows, Mac and Linux](https://github.com/Azure/azure-batch-cli-extensions).
18+
1619
## Overview
1720

1821
An extension to the Azure CLI enables Batch to be used end-to-end by users who

0 commit comments

Comments
 (0)