Skip to content

Commit 5c23955

Browse files
committed
vscode menu change
1 parent 1a1cfa4 commit 5c23955

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
19.6 KB
Loading
3.03 KB
Loading

articles/azure-resource-manager/bicep/visual-studio-code.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create Bicep files by using Visual Studio Code
33
description: Describes how to create Bicep files by using Visual Studio Code
44
ms.topic: conceptual
5-
ms.date: 06/30/2022
5+
ms.date: 09/14/2022
66
---
77

88
# Create Bicep files by using Visual Studio Code
@@ -23,20 +23,20 @@ Open or create a Bicep file in VS Code, select the **View** menu and then select
2323

2424
These commands include:
2525

26-
- [Build Bicep File](#build-bicep-file)
26+
- [Build ARM Template](#build-arm-template)
2727
- [Create Bicep Configuration File](#create-bicep-configuration-file)
2828
- [Deploy Bicep File](#deploy-bicep-file)
2929
- [Generate Parameters File](#generate-parameters-file)
3030
- [Insert Resource](#insert-resource)
3131
- [Open Bicep Visualizer](#open-bicep-visualizer)
3232
- [Open Bicep Visualizer to the side](#open-bicep-visualizer)
33-
- [Restore Bicep File (Force)](#restore-bicep-file)
33+
- [Restore Bicep Modules (Force)](#restore-bicep-modules)
3434

3535
These commands are also shown in the context menu when you right-click a Bicep file:
3636

3737
:::image type="content" source="./media/visual-studio-code/visual-studio-code-bicep-context-menu.png" alt-text="Screenshot of Visual Studio Code Bicep commands in the context menu.":::
3838

39-
### Build Bicep file
39+
### Build ARM template
4040

4141
The `build` command converts a Bicep file to an Azure Resource Manager template (ARM template). The new JSON template is stored in the same folder with the same file name. If a file with the same file name exists, it overwrites the old file. For more information, see [Bicep CLI commands](./bicep-cli.md#bicep-cli-commands).
4242

@@ -84,7 +84,7 @@ The visualizer shows the resources defined in the Bicep file with the resource d
8484

8585
You have the option to open the visualizer side-by-side with the Bicep file.
8686

87-
### Restore Bicep file
87+
### Restore Bicep modules
8888

8989
When your Bicep file uses modules that are published to a registry, the restore command gets copies of all the required modules from the registry. It stores those copies in a local cache. For more information, see [restore](./bicep-cli.md#restore).
9090

0 commit comments

Comments
 (0)