Skip to content

Commit 21144c8

Browse files
committed
On branch edburns-msft-96155-jsonc-mention Fix length of H2. Fix markdown hyperlink syntax.
modified: articles/azure-resource-manager/templates/best-practices.md Signed-off-by: Ed Burns <[email protected]>
1 parent db0b76a commit 21144c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/templates/best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ The following information can be helpful when you work with [resources](./syntax
293293

294294
In addition to the `comments` property, comments using the `//` syntax are supported. For more details about comments and metadata see [Understand the structure and syntax of ARM templates](/azure/azure-resource-manager/templates/syntax#comments-and-metadata). You may choose to save JSON files that contain `//` comments using the `.jsonc` file extension, to indicate the JSON file contains comments. The ARM service will also accept comments in any JSON file including parameters files.
295295

296-
## Visual Studio Code Azure Resource Manager Tools
296+
## Visual Studio Code ARM Tools
297297

298-
Working with ARM templates is much easier with the Azure Resource Manager (ARM) Tools for Visual Studio Code. This extension provides language support, resource snippets, and resource auto-completion to help you create and validate Azure Resource Manager templates. To learn more and install the extension, see (Azure Resource Manager (ARM) Tools)[https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools].
298+
Working with ARM templates is much easier with the Azure Resource Manager (ARM) Tools for Visual Studio Code. This extension provides language support, resource snippets, and resource auto-completion to help you create and validate Azure Resource Manager templates. To learn more and install the extension, see [Azure Resource Manager (ARM) Tools]([https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools).
299299

300300
## Use test toolkit
301301

0 commit comments

Comments
 (0)