Skip to content

Commit 9b68204

Browse files
committed
fix double alt text
1 parent 8d53ff6 commit 9b68204

File tree

1 file changed

+3
-3
lines changed
  • articles/azure-resource-manager/templates

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ For inline comments, you can use either `//` or `/* ... */`. In Visual Studio Co
318318

319319
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.
320320

321-
:::image type="content" alt-text="Visual Studio Code Azure Resource Manager template mode" 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.":::
322322

323323
In Bicep, see [comments](../bicep/file.md#comments).
324324

@@ -350,7 +350,7 @@ For `parameters`, add a `metadata` object with a `description` property.
350350

351351
When deploying the template through the portal, the text you provide in the description is automatically used as a tip for that parameter.
352352

353-
:::image type="content" alt-text="Show parameter tip" alt-text="Show parameter tip":::
353+
:::image type="content" source="./media/template-syntax/show-parameter-tip.png" alt-text="Screenshot showing parameter tip in Azure portal.":::
354354

355355
For `resources`, add a `comments` element or a `metadata` object. The following example shows both a `comments` element and a `metadata` object.
356356

@@ -430,4 +430,4 @@ In Bicep, see [multi-line strings](../bicep/file.md#multi-line-strings).
430430
* For details about the functions you can use from within a template, see [ARM template functions](template-functions.md).
431431
* To combine several templates during deployment, see [Using linked and nested templates when deploying Azure resources](linked-templates.md).
432432
* For recommendations about creating templates, see [ARM template best practices](./best-practices.md).
433-
* For answers to common questions, see [Frequently asked questions about ARM templates](frequently-asked-questions.yml).
433+
* For answers to common questions, see [Frequently asked questions about ARM templates](frequently-asked-questions.yml).

0 commit comments

Comments
 (0)