You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/templates/syntax.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,7 @@ For inline comments, you can use either `//` or `/* ... */`. In Visual Studio Co
318
318
319
319
In Visual Studio Code, the [Azure Resource Manager Tools extension](quickstart-create-templates-use-visual-studio-code.md) can automatically detect an ARM template and change the language mode. If you see **Azure Resource Manager Template** at the bottom-right corner of Visual Studio Code, you can use the inline comments. The inline comments are no longer marked as invalid.
320
320
321
-
:::image type="content" alt-text="Visual Studio Code Azure Resource Manager templatemode" alt-text="Visual Studio Code Azure Resource Manager template mode":::
321
+
:::image type="content" source="./media/template-syntax/resource-manager-template-editor-mode.png" alt-text="Screenshot of Visual Studio Code in Azure Resource Manager template mode.":::
322
322
323
323
In Bicep, see [comments](../bicep/file.md#comments).
324
324
@@ -350,7 +350,7 @@ For `parameters`, add a `metadata` object with a `description` property.
350
350
351
351
When deploying the template through the portal, the text you provide in the description is automatically used as a tip for that parameter.
0 commit comments