Skip to content

Commit 891eaed

Browse files
committed
Cover deployment pane
1 parent a3afa65 commit 891eaed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,12 @@ From Visual Studio Code, you can open the template reference for the resource ty
245245

246246
When defining a [module](./modules.md) and regardless of the type of file that's being referenced - a local file, module registry file, or a template spec - you can open the file by selecting or highlighting the module path and pressing **[F12]**. If the referenced file is an [Azure Verified Module, an AVM](https://aka.ms/avm), then you can toggle between the compiled JSON or Bicep file. To open the Bicep file of a private registry module, ensure that the module is published to the registry with the `WithSource` switch enabled. For more information, see [Publish files to registry](./private-module-registry.md#publish-files-to-registry). Visual Studio Code Bicep extension version 0.27.1 or newer is required for opening Bicep files from a private module registry.
247247

248+
## Deployment pane
249+
250+
The Deployment Pane in VSCode is a UI panel that lets you connect to your Azure subscription and perform validate, deploy, and what-if operations, providing instant feedback without leaving the editor.
251+
252+
253+
248254
## Troubleshoot
249255

250256
The `Problems` pane summarizes the errors and warning in your Bicep file:

0 commit comments

Comments
 (0)