Skip to content

Commit cccffb9

Browse files
authored
Merge pull request #179022 from davidsmatlak/ds-fix-image-1108
Updates screenshots
2 parents e47fcae + 9b74a02 commit cccffb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
-5.29 KB
Loading
Loading

articles/azure-resource-manager/troubleshooting/quickstart-troubleshoot-arm-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot ARM template deployments
33
description: Learn how to troubleshoot Azure Resource Manager template (ARM template) deployments.
4-
ms.date: 11/04/2021
4+
ms.date: 11/08/2021
55
ms.topic: quickstart
66
ms.custom: devx-track-azurepowershell
77
---
@@ -84,11 +84,11 @@ Copy the following template and save it locally. You'll use this file to trouble
8484

8585
## Fix validation error
8686

87-
Open the file in Visual Studio Code. The wavy lines under `parameterss:` indicate an error. Hover over the error to see the validation error.
87+
Open the file in Visual Studio Code. The wavy line under `parameterss:` indicates an error. To see the validation error, hover over the error.
8888

8989
:::image type="content" source="media/quickstart-troubleshoot-arm-deployment/validation-error.png" alt-text="Screenshot of a template validation error in Visual Studio Code.":::
9090

91-
You'll notice that `variables` and `resources` have errors for _undefined parameter reference_.
91+
You'll notice that `variables` and `resources` have errors for _undefined parameter reference_. To display the template's validation errors, select **View** > **Problems**.
9292

9393
:::image type="content" source="media/quickstart-troubleshoot-arm-deployment/validation-undefined-parameter.png" alt-text="Screenshot of Visual Studio Code that shows undefined parameter reference errors.":::
9494

0 commit comments

Comments
 (0)