Skip to content

Commit 18b26be

Browse files
committed
use visual studio for name
1 parent 991795c commit 18b26be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ output vnetResult object = existingVNet
6565

6666
## Fix validation error
6767

68-
Open the file in Visual Studio Code. You'll notice that VS Code identifies a syntax error. The first parameter declaration is marked with red squiggles to indicate an error.
68+
Open the file in Visual Studio Code. You'll notice that Visual Studio Code identifies a syntax error. The first parameter declaration is marked with red squiggles to indicate an error.
6969

70-
:::image type="content" source="media/quickstart-troubleshoot-bicep-deployment/show-vs-code-error.png" alt-text="Screenshot of VS Code showing error in syntax.":::
70+
:::image type="content" source="media/quickstart-troubleshoot-bicep-deployment/show-visual-studio-code-error.png" alt-text="Screenshot of Visual Studio Code showing error in syntax.":::
7171

7272
The lines marked with an error are:
7373

@@ -83,7 +83,7 @@ parameter storageAccountType string = 'Standard_LRS'
8383

8484
When you hover over `parameter`, you see an error message.
8585

86-
:::image type="content" source="media/quickstart-troubleshoot-bicep-deployment/declaration-not-recognized.png" alt-text="Screenshot of error message in VS Code.":::
86+
:::image type="content" source="media/quickstart-troubleshoot-bicep-deployment/declaration-not-recognized.png" alt-text="Screenshot of error message in Visual Studio Code.":::
8787

8888
The message states: "This declaration type is not recognized. Specify a parameter, variable, resource, or output declaration." If you attempt to deploy this file, you'll get the same error message from the deployment command.
8989

0 commit comments

Comments
 (0)