Skip to content

Commit f63dfb7

Browse files
committed
update
1 parent a922638 commit f63dfb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/resource-group-authoring-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ For examples of how to use outputs, see [Outputs in Azure Resource Manager templ
281281

282282
You have a few options for adding comments and metadata to your template.
283283

284-
## Comments
284+
### Comments
285285

286286
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.
287287

@@ -304,7 +304,7 @@ In Visual Studio Code, the VS Code extension can automatically detect languages.
304304

305305
![Visual Studio Code Azure Resource Manager template mode](./media/resource-group-authoring-templates/resource-manager-template-arm-mode.png)
306306

307-
## Metadata
307+
### Metadata
308308

309309
You can add a `metadata` object almost anywhere in your template. Resource Manager ignores the object, but your JSON editor may warn you that the property isn't valid. In the object, define the properties you need.
310310

0 commit comments

Comments
 (0)