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
These commands are also shown in the context menu when you right-click a Bicep file:
36
36
37
37
:::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.":::
38
38
39
-
### Build Bicep file
39
+
### Build ARM template
40
40
41
41
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).
42
42
@@ -84,7 +84,7 @@ The visualizer shows the resources defined in the Bicep file with the resource d
84
84
85
85
You have the option to open the visualizer side-by-side with the Bicep file.
86
86
87
-
### Restore Bicep file
87
+
### Restore Bicep modules
88
88
89
89
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).
0 commit comments