Skip to content

Commit f8a4da8

Browse files
committed
update the --handle-extended-json-format info
1 parent acbab8f commit f8a4da8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-resource-manager/templates/deploy-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ az deployment group create \
162162

163163
## Handle extended JSON format
164164

165-
To deploy a template with multi-line strings or comments, you must use the `--handle-extended-json-format` switch. For example:
165+
To deploy a template with multi-line strings or comments using Azure CLI with version 2.3.0 or older, you must use the `--handle-extended-json-format` switch. For example:
166166

167167
```json
168168
{

articles/azure-resource-manager/templates/template-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ You have a few options for adding comments and metadata to your template.
288288
For inline comments, you can use either `//` or `/* ... */` but this syntax doesn't work with all tools. You can't use the portal template editor to work on templates with inline comments. If you add this style of comment, be sure the tools you use support inline JSON comments.
289289

290290
> [!NOTE]
291-
> To deploy templates with comments by using Azure CLI with version 2.3.0 or older, use the `--handle-extended-json-format` switch.
291+
> To deploy templates with comments by using Azure CLI with version 2.3.0 or older, you must use the `--handle-extended-json-format` switch.
292292
293293
```json
294294
{

0 commit comments

Comments
 (0)